Age | Commit message (Expand) | Author |
2019-01-13 | gnu: python-2.7: Fix build....The -j flag is passed in through #:make-flags and EXTRATESTOPTS. This is
combined with the TESTOPTS, and in Python 2, that includes the -l flag by
default.
The -l flag, is for finding memory leaks in tests, and is incompatible with
the -j flag, and the build previously failed at the start of the 'check
phase. Therefore, remove the -l flag from the Python 2 testsuite, as it
doesn't sound like a useful thing to do when building the package for Guix.
* gnu/packages/python.scm (python-2.7): Add 'remove-findleaks-from-testopts
phase.
| Christopher Baines |
2019-01-13 | gnu: Add python-miniboa....python2-miniboa is required for the linkchecker testsuite.
* gnu/packages/python.scm (python-miniboa, python2-miniboa): New variable.
| Christopher Baines |
2019-01-13 | gnu: python-pillow: Update to 5.4.1....I'm looking at this, as this release fixes an issue with the Django testsuite:
https://github.com/python-pillow/Pillow/pull/3525
* gnu/packages/python.scm (python-pillow): Update to 5.4.1.
| Christopher Baines |
2019-01-13 | gnu: Add python-doctest-ignore-unicode....* gnu/packages/python.scm (python-doctest-ignore-unicode): New variable.
| Ricardo Wurmus |
2019-01-12 | gnu: python-pillow: Update homepage....* gnu/packages/python.scm (python-pillow)[homepage]: Update URL.
| Kei Kebreau |
2019-01-12 | gnu: python-pillow: Update to 5.4.0...* gnu/packages/python.scm (python-pillow): Update to 5.4.0.
[arguments]: Add 'patch-ldconfig' phase.
| Kei Kebreau |
2019-01-09 | gnu: python-pygit2: Update to 0.27.3....* gnu/packages/python.scm (python-pygit2): Update to 0.27.3.
[arguments]: Add custom phase to compile with cffi support. Add custom
phase to not require specific versions of python-cffi.
[native-inputs]: Add python-pytest.
| Efraim Flashner |
2019-01-07 | gnu: python-rpy2: Move to (gnu packages statistics)....* gnu/packages/python.scm (python-rpy2): Move from here...
* gnu/packages/statistics.scm (python-rpy2): ...to here.
| Ricardo Wurmus |
2019-01-07 | gnu: python2-fastlmm: Move to machine-learning.scm....This is a step towards removing OCaml modules from the closure
of (gnu packages python).
* gnu/packages/python.scm (python2-fastlmm): Move to...
* gnu/packages/machine-learning.scm (python2-fastlmm): ... here.
| Ludovic Courtès |
2019-01-06 | gnu: python-pyicu: Update to 2.2....* gnu/packages/python.scm (python-pyicu): Update to 2.2.
| Efraim Flashner |
2019-01-06 | gnu: python-pysocks: Update to 1.6.8....* gnu/packages/python.scm (python-pysocks): Update to 1.6.8.
| Efraim Flashner |
2019-01-06 | gnu: python-packaging: Update to 18.0....* gnu/packages/python.scm (python-packaging): Update to 18.0.
| Efraim Flashner |
2019-01-06 | gnu: python-astroid: Update to 2.1.0....* gnu/packages/python.scm (python-astroid): Update to 2.1.0.
| Efraim Flashner |
2019-01-06 | gnu: python-imagesize: Update to 1.1.0....* gnu/packages/python.scm (python-imagesize): Update to 1.1.0.
| Efraim Flashner |
2019-01-06 | gnu: python-sphinx-alabaster-theme: Update to 0.7.12....* gnu/packages/python.scm (python-sphinx-alabaster-theme): Update to 0.7.12.
| Efraim Flashner |
2019-01-02 | gnu: jupyter: Add missing dependency....* gnu/packages/python.scm (jupyter)[propagated-inputs]: Add python-qtconsole.
[home-page]: Use https URL.
[arguments]: Update comment on why tests are disabled.
| Ricardo Wurmus |
2019-01-02 | gnu: Add python-qtconsole....* gnu/packages/python.scm (python-qtconsole): New variable.
| Ricardo Wurmus |
2019-01-02 | gnu: python-notebook: Update to 5.7.4....* gnu/packages/python.scm (python-notebook): Update to 5.7.4.
[arguments]: Use INVOKE for tests.
[propagated-inputs]: Remove python-ipython; add python-prometheus-client,
python-send2trash, and python-terminado.
| Ricardo Wurmus |
2019-01-02 | gnu: python-jupyter-console: Fix inputs....* gnu/packages/python.scm (python-jupyter-console)[propagated-inputs]: Remove
python-ipython; replace python-prompt-toolkit with python-prompt-toolkit-1.
[native-inputs]: Add python-nose.
| Ricardo Wurmus |
2019-01-02 | gnu: python-ipython: Remove dependency on python-jupyter-core-minimal....* gnu/packages/python.scm (python-ipython)[propagated-inputs]: Remove
python-jupyter-core-minimal.
| Ricardo Wurmus |
2019-01-02 | gnu: python-ipywidgets: Enable tests....* gnu/packages/python.scm (python-ipywidgets)[arguments]: Remove.
[native-inputs]: Add python-nose and python-pytest.
[propagated-inputs]: Remove python-ipykernel.
| Ricardo Wurmus |
2019-01-02 | gnu: python-widgetsnbextension: Update to 3.4.2....* gnu/packages/python.scm (python-widgetsnbextension): Update to 3.4.2.
[propagated-inputs]: Add python-ipykernel.
| Ricardo Wurmus |
2019-01-02 | gnu: Add python-send2trash....* gnu/packages/python.scm (python-send2trash, python2-send2trash): New
variables.
| Ricardo Wurmus |
2019-01-02 | gnu: Add python-prometheus-client....* gnu/packages/python.scm (python-prometheus-client,
python2-prometheus-client): New variables.
| Ricardo Wurmus |
2019-01-02 | gnu: python-jupyter-client: Update to 5.2.4....* gnu/packages/python.scm (python-jupyter-client): Update to 5.2.4.
| Ricardo Wurmus |
2019-01-02 | gnu: python-ipython: Break dependency on python-ipykernel....* gnu/packages/python.scm (python-ipython)[propagated-inputs]: Remove
python-ipykernel.
[arguments]: Delete more broken tests.
| Ricardo Wurmus |
2019-01-02 | gnu: python-ipykernel: Update to 5.1.0....* gnu/packages/python.scm (python-ipykernel): Update to 5.1.0.
[arguments]: Enable tests.
[propagated-inputs]: Add python-ipython.
[native-inputs]: Add python-pytest and python-nose.
| Ricardo Wurmus |
2019-01-02 | gnu: python-ipython: Update to 5.8.0....* gnu/packages/python.scm (python-ipython): Update to 5.8.0.
[propagated-inputs]: Replace python-prompt-toolkit with
python-prompt-toolkit-1.
[arguments]: Use INVOKE in the "check" phase; return #T from the "fix-tests"
phase.
| Ricardo Wurmus |
2019-01-02 | gnu: Add python-prompt-toolkit-1....* gnu/packages/python.scm (python-prompt-toolkit-1, python2-prompt-toolkit-1):
New variables.
| Ricardo Wurmus |
2019-01-02 | gnu: python-prompt-toolkit: Update to 2.0.7....* gnu/packages/python.scm (python-prompt-toolkit): Update to 2.0.7.
[arguments]: Enable tests; add phase "post-install-check" and delete "check"
phase.
[native-inputs]: Add python-pytest.
| Ricardo Wurmus |
2019-01-02 | gnu: python-hy: Use INVOKE....* gnu/packages/python.scm (python-hy)[arguments]: Use INVOKE.
| Ricardo Wurmus |
2019-01-02 | gnu: python-clint: Use INVOKE....* gnu/packages/python.scm (python-clint)[arguments]: Use INVOKE.
| Ricardo Wurmus |
2019-01-02 | gnu: python-configargparse: Use INVOKE....* gnu/packages/python.scm (python-configargparse)[arguments]: Use INVOKE.
| Ricardo Wurmus |
2019-01-02 | gnu: python-docopt: Use INVOKE....* gnu/packages/python.scm (python-docopt)[arguments]: Use INVOKE.
| Ricardo Wurmus |
2018-12-31 | gnu: python-lxml: Update to 4.2.5 [fixes CVE-2018-19787]....* gnu/packages/python.scm (python-lxml, python2-lxml): Update to 4.2.5.
| Leo Famulari |
2018-12-26 | gnu: python-apache-libcloud: Update to 2.4.0....* gnu/packages/python.scm (python-apache-libcloud): Update to 2.4.0.
| Efraim Flashner |
2018-12-20 | Merge branch 'master' into core-updates | Ludovic Courtès |
2018-12-16 | gnu: python-pyelftools: Fix tests with python 3.7....* gnu/packages/python.scm (python-pyelftools)
[native-inputs]: Remove python-setuptools.
[arguments]: Add set-pythonpath phase.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Vagrant Cascadian |
2018-12-12 | gnu: python-celery: Update to 4.2.1....This is an attempt to get the package building after the update to Python
3.7. I'm not sure this totally works, as the tests detect an incompatibility
with Python 3.7 due to use of "async". But with the tests disabled, you can at
least import the celery module, which is a start.
* gnu/packages/python.scm (python-celery): Update to 4.2.1.
[arguments]: Switch to py.test, from nose, disable the tests and loosen the
requirements on pytest.
[native-inputs]: Remove python-nose, add python-pytest and python-case.
[home-page]: Change from HTTP to HTTPS.
| Christopher Baines |
2018-12-12 | gnu: python-billiard: Update to 3.5.0.5....This is to enable updating python-celery.
* gnu/packages/python.scm (python-billiard): Update to 3.5.0.5.
[native-inputs]: Remove python-nose, add python-case and python-pytest.
| Christopher Baines |
2018-12-12 | gnu: python-kombu: Update to 4.2.2....This fixes the build, that probably broke with a Python update.
* gnu/packages/python.scm (python-kombu): Update to 4.2.2..
| Christopher Baines |
2018-12-12 | gnu: python-amqp: Update to 2.3.2....This is needed to update python-kombu to 4.2.2.
* gnu/packages/python.scm (python-amqp): Update to 2.3.2.
| Christopher Baines |
2018-12-12 | gnu: Add python-pyro4....This is needed to update python-kombu to 4.2.2
* gnu/packages/python.scm (python-pyro4): New variable.
| Christopher Baines |
2018-12-12 | gnu: Add python-vine....This is needed to update python-amqp to 2.3.2.
* gnu/packages/python.scm (python-vine): New variable.
| Christopher Baines |
2018-12-12 | gnu: Add python-case....This is required to update python-amqp and python-kombu, as well as adding
python-vine.
* gnu/packages/python.scm (python-case): New variable.
| Christopher Baines |
2018-12-12 | gnu: Add python-serpent....This is required for python-pyro4, which is needed to update python-amqp and
python-kombu.
* gnu/packages/python.scm (python-serpent): New variable.
| Christopher Baines |
2018-12-11 | Merge branch 'master' into core-updates | Marius Bakke |
2018-12-11 | gnu: python-gevent: Remove unreliable test....* gnu/packages/python.scm (python-gevent): Add 'skip-timer-test phase from
python2-gevent.
* gnu/packages/python.scm (python2-gevent): Remove 'skip-timer-test phase,
inherit from python-gevent instead.
| Rutger Helling |
2018-12-09 | gnu: python-jedi: Update to 0.13.1 and disable the tests....Jedi test suite fails when run with Python 3.7.
* gnu/packages/python.scm (python-jedi): Update to 0.13.1
[tests?] Disable.
[phases] Add condition check for the tests? argument to run the tests.
| Maxim Cournoyer |
2018-12-09 | gnu: python: Update to 3.7.1....Remove the replacement, as version 3.7.1 includes the fix for this issue.
* gnu/packages/python.scm (python-3.7): Update to 3.7.1.
(python-3/fixed): Remove this.
| Christopher Baines |