Age | Commit message (Expand) | Author |
2019-07-14 | gnu: python-pep8: Patch to fix test failure with Python 3.7.•••Patch from the upstream repository, see
https://github.com/PyCQA/pycodestyle/issues/786 for more details.
* gnu/packages/patches/python-pep8-stdlib-tokenize-compat.patch: New file.
* gnu/packages/python-xyz.scm (python-pep8)[source]: Add it.
| Christopher Baines |
2019-07-13 | gnu: python-cython: Speed up test suite.•••* gnu/packages/python-xyz.scm (python-cython)[arguments]: In the CHECK phase,
disable compiler optimizations and enable (some) parallel tests.
| Marius Bakke |
2019-07-13 | gnu: python2-cython: Fix failing test.•••This started failing because Python no longer bundles libexpat since
commit d1659c0fb27c4f71c8ddc6a85d3cd9f3a10cca97.
* gnu/packages/python-xyz.scm (python2-cython)[arguments]: New field.
| Marius Bakke |
2019-07-12 | Merge branch 'master' into core-updates••• Conflicts:
gnu/local.mk
gnu/packages/python-xyz.scm
gnu/packages/xml.scm
guix/gexp.scm
po/guix/POTFILES.in
| Marius Bakke |
2019-07-11 | gnu: python-pyicu: Update to 2.3.1.•••* gnu/packages/python-xyz.scm (python-pyicu): Update to 2.3.1.
| Marius Bakke |
2019-07-10 | gnu: python-cram: Fix build.•••* gnu/packages/python-xyz.scm (python-cram)[arguments]: Do not require 100%
test coverage. While here, do not move the 'check' phase, as
PYTHON-BUILD-SYSTEM now runs tests after install by default.
| Marius Bakke |
2019-07-10 | Merge branch 'master' into staging | Marius Bakke |
2019-07-08 | gnu: python-pluggy: Update to 0.11.0.•••* gnu/packages/python-xyz.scm (python-pluggy): Update to 0.11.0.
| Marius Bakke |
2019-07-07 | gnu: Add python-dbfread.•••* gnu/packages/python-xyz.scm (python-dbfread): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre Langlois |
2019-07-07 | Merge branch 'master' into staging | Marius Bakke |
2019-07-06 | gnu: python-pillow: Update to 6.1.0.•••* gnu/packages/python-xyz.scm (python-pillow): Update to 6.1.0.
| Marius Bakke |
2019-07-06 | gnu: python-soupsieve: Update to 1.9.2.•••* gnu/packages/python-xyz.scm (python-soupsieve): Update to 1.9.2.
| Marius Bakke |
2019-07-06 | gnu: python-setuptools: Update to 41.0.1.•••* gnu/packages/python-xyz.scm (python-setuptools): Update to 41.0.1.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Brian Leung |
2019-07-06 | gnu: python-olefile: Update to 0.46.•••* gnu/packages/python-xyz.scm (python-olefile): Update to 0.46.
[source]: Switch to release tarball instead of git snapshot.
| Marius Bakke |
2019-07-04 | gnu: Add python2-zeroconf.•••* gnu/packages/python-xyz.scm (python2-zeroconf): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alex Griffin |
2019-07-04 | gnu: Add python2-pyroute2.•••* gnu/packages/python-xyz.scm (python2-pyroute2): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Alex Griffin |
2019-07-04 | gnu: Add python-notify2, python2-notify2.•••* gnu/packages/python-xyz.scm (python-notify2): New variable.
(python2-notify2): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alex Griffin |
2019-07-04 | Merge branch 'staging' into core-updates | Marius Bakke |
2019-07-04 | Merge branch 'master' into staging | Marius Bakke |
2019-07-03 | gnu: python-pygit2: Update to 0.28.2.•••* gnu/packages/python-xyz.scm (python-pygit2): Update to 0.28.2.
| Julien Lepiller |
2019-07-02 | Merge branch 'staging' into core-updates | Marius Bakke |
2019-07-02 | gnu: python-mako: Update to 1.0.13.•••* gnu/packages/python-xyz.scm (python-mako): Update to 1.0.13.
| Marius Bakke |
2019-07-02 | gnu: python-pycparser: Update to 2.19.•••* gnu/packages/python-xyz.scm (python-pycparser): Update to 2.19.
[arguments]: End phases on #t.
| Marius Bakke |
2019-06-30 | gnu: python-more-itertools: Update to 7.1.0.•••* gnu/packages/python-xyz.scm (python-more-itertools): Update to 7.1.0.
| Marius Bakke |
2019-06-30 | gnu: python-cython: Update to 0.29.11.•••* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.11.
| Marius Bakke |
2019-06-29 | Merge branch 'master' into staging | Marius Bakke |
2019-06-27 | Merge branch 'master' into core-updates | Ludovic Courtès |
2019-06-26 | gnu: python-pathpy: Update to 11.5.0.•••* gnu/packages/python-xyz.scm (python-pathpy): Update to 11.5.0.
[outputs]: Add separate "doc" output.
[native-inputs]: Add python-jaraco-packaging.
[arguments]: Enable tests; uncomment "build-doc" and "install-doc" phases;
replace "check" phase to skip flaky test.
| Ricardo Wurmus |
2019-06-26 | gnu: Add python-jaraco-packaging.•••* gnu/packages/python-xyz.scm (python-jaraco-packaging): New variable.
| Ricardo Wurmus |
2019-06-26 | gnu: Add python-importlib-metadata.•••* gnu/packages/python-xyz.scm (python-importlib-metadata): New variable.
| Ricardo Wurmus |
2019-06-26 | gnu: Add python-setuptools-git.•••* gnu/packages/python-xyz.scm (python-setuptools-git): New variable.
| Ricardo Wurmus |
2019-06-26 | gnu: Add python-contextlib2.•••* gnu/packages/python-xyz.scm (python-contextlib2): New variable.
| Ricardo Wurmus |
2019-06-26 | gnu: Add python-pathlib2.•••* gnu/packages/python-xyz.scm (python-pathlib2): New variable.
| Ricardo Wurmus |
2019-06-26 | gnu: Add python-bsddb3•••* gnu/packages/python-xyz.scm (python-bsddb3): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Guillaume LE VAILLANT |
2019-06-26 | gnu: Add python-typed-ast.•••* gnu/packages/python-xyz.scm (python-typed-ast): New variable.
| Maxim Cournoyer |
2019-06-25 | gnu: python-stem: Update to 1.7.1.•••* gnu/packages/python.scm (python-stem): Update to 1.7.1.
| Alex Vong |
2019-06-22 | gnu: python-dask: Update to 1.2.2.•••* gnu/packages/python-xyz.scm (python-dask): Update to 1.2.2.
| Tobias Geerinckx-Rice |
2019-06-22 | gnu: python-twisted: Update to 19.2.1.•••* gnu/packages/python-xyz.scm (python-twisted): Update to 19.2.1.
| Tobias Geerinckx-Rice |
2019-06-22 | gnu: python-astunparse: Update to 1.6.2.•••* gnu/packages/python-xyz.scm (python-astunparse): Update to 1.6.2.
| Tobias Geerinckx-Rice |
2019-06-22 | gnu: python-robotframework: Update to 3.1.2.•••* gnu/packages/python-xyz.scm (python-robotframework): Update to 3.1.2.
| Tobias Geerinckx-Rice |
2019-06-20 | Merge branch 'staging' into core-updates | Marius Bakke |
2019-06-20 | Merge branch 'master' into staging | Marius Bakke |
2019-06-20 | gnu: python-unidecode: Update to 1.1.0.•••* gnu/packages/python-xyz.scm (python-unidecode): Update to 1.1.0.
| Marius Bakke |
2019-06-20 | gnu: python-jupyter-console: Update to 6.0.0.•••* gnu/packages/python-xyz.scm (python-jupyter-console): Update to 6.0.0.
[arguments]: Enable tests.
[propagated-inputs]: Replace python-prompt-toolkit-1 with
python-prompt-toolkit.
| Ricardo Wurmus |
2019-06-20 | gnu: python2-jupyter-console: Split from python-jupyter-console.•••* gnu/packages/python-xyz.scm (python2-jupyter-console): Implement without
package-with-python2.
| Ricardo Wurmus |
2019-06-19 | gnu: python-botocore: Update to 1.12.149.•••* gnu/packages/python-xyz.scm (python-botocore): Update to 1.12.149.
[native-inputs]: Add python-urllib3.
| Ricardo Wurmus |
2019-06-18 | gnu: python-babel: Update to 2.7.0.•••* gnu/packages/python-xyz.scm (python-babel): Update to 2.7.0.
(python2-babel-2.6): New variable.
* gnu/packages/sphinx.scm (python2-sphinx)[propagated-inputs]: Change
PYTHON2-BABEL to PYTHON2-BABEL-2.6.
| Marius Bakke |
2019-06-18 | gnu: Add python-matplotlib-venn.•••* gnu/packages/python-xyz.scm (python-matplotlib-venn): New variable.
| Ricardo Wurmus |
2019-06-18 | gnu: python-ipython: Update to 7.5.0•••* gnu/packages/python-xyz.scm (python2-ipython): Do not inherit from
python-ipython.
[outputs]: Remove separate "doc" output.
[native-inputs]: Remove python-sphinx, python-sphinx-rtd-theme, texinfo, and
the texlive-union consisting of texlive-fonts-amsfonts, texlive-fonts-ec,
texlive-generic-ifxetex, texlive-generic-pdftex, texlive-latex-amsfonts,
texlive-latex-capt-of, texlive-latex-cmap, texlive-latex-environ,
texlive-latex-eqparbox, texlive-latex-etoolbox, texlive-latex-expdlist,
texlive-latex-fancyhdr, texlive-latex-fancyvrb, texlive-latex-fncychap,
texlive-latex-float, texlive-latex-framed, texlive-latex-geometry,
texlive-latex-graphics, texlive-latex-hyperref, texlive-latex-mdwtools,
texlive-latex-multirow, texlive-latex-oberdiek, texlive-latex-parskip,
texlive-latex-preview, texlive-latex-tabulary, texlive-latex-threeparttable,
texlive-latex-titlesec, texlive-latex-trimspaces, texlive-latex-ucs,
texlive-latex-upquote, texlive-latex-url, texlive-latex-varwidth, and
texlive-latex-wrapfig.
[arguments]: Remove "install-doc" phase; rename "fix-tests" phase to
"delete-broken-tests" and adjust.
(python-ipython): Update to 7.5.0.
[outputs]: Remove separate "doc" output.
[propagated-inputs]: Add python-backcall and python-jedi; replace
python-prompt-toolkit-1 with python-prompt-toolkit.
[native-inputs]: Remove python-sphinx, python-sphinx-rtd-theme, texinfo, and
the texlive-union consisting of texlive-fonts-amsfonts, texlive-fonts-ec,
texlive-generic-ifxetex, texlive-generic-pdftex, texlive-latex-amsfonts,
texlive-latex-capt-of, texlive-latex-cmap, texlive-latex-environ,
texlive-latex-eqparbox, texlive-latex-etoolbox, texlive-latex-expdlist,
texlive-latex-fancyhdr, texlive-latex-fancyvrb, texlive-latex-fncychap,
texlive-latex-float, texlive-latex-framed, texlive-latex-geometry,
texlive-latex-graphics, texlive-latex-hyperref, texlive-latex-mdwtools,
texlive-latex-multirow, texlive-latex-oberdiek, texlive-latex-parskip,
texlive-latex-preview, texlive-latex-tabulary, texlive-latex-threeparttable,
texlive-latex-titlesec, texlive-latex-trimspaces, texlive-latex-ucs,
texlive-latex-upquote, texlive-latex-url, texlive-latex-varwidth, and
texlive-latex-wrapfig.
[arguments]: Remove "install-doc" phase; simplify "fix-tests" phase.
[properties]: Remove.
(python-ipython-documentation): New variable.
| Ricardo Wurmus |
2019-06-18 | gnu: python-ipykernel: Update to 5.1.1.•••* gnu/packages/python-xyz.scm (python-ipykernel): Update to 5.1.1.
| Ricardo Wurmus |