summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
AgeCommit message (Collapse)Author
2018-11-22gnu: python-tblib: Fix test failure with Python 3.7.Marius Bakke
* gnu/packages/python.scm (python-tblib)[arguments]: Add 'adjust-tests' phase.
2018-11-21gnu: python-numpy: Update to 1.15.4.Marius Bakke
* gnu/packages/python.scm (python-numpy): Update to 1.15.4.
2018-11-21Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2018-11-21gnu: python-waf: Use a proper directory structure.Efraim Flashner
Fixes <https://bugs.gnu.org/25634>. * gnu/packages/python.scm (python-waf): Replace custom 'install phase to install "waf" binary into the bin directory. Remove the 'wrap phase. * gnu/packages/video.scm (mpv)[arguments]: Adjust the 'setup-waf phase accordingly.
2018-11-21gnu: python-waf: Use a proper directory structure.Efraim Flashner
Fixes <https://bugs.gnu.org/25634>. * gnu/packages/python.scm (python-waf): Replace custom 'install phase to install "waf" binary into the bin directory. Remove the 'wrap phase. * gnu/packages/video.scm (mpv)[arguments]: Adjust the 'setup-waf phase accordingly.
2018-11-21gnu: Add python-wikidata.swedebugia
* gnu/packages/python.scm (python-wikidata): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2018-11-21gnu: python-astroid: Update to 2.0.4.Efraim Flashner
* gnu/packages/python.scm (python-astroid): Update to 2.0.4. [source]: Switch to pypi source. [native-inputs]: Add python-dateutil, python-nose, python-pytest, python-pytest-runner. [arguments]: Add phase to remove spurious test failure. Update custom 'check phase. (python2-astroid): Update to 1.6.5. [source]: Use pypi source. [arguments]: Add phase to remove spurious test failure.
2018-11-20Merge branch 'master' into core-updatesMarius Bakke
2018-11-20gnu: python-joblib: Update home page.Marius Bakke
* gnu/packages/python.scm (python-joblib)[home-page]: Update to current.
2018-11-20gnu: python-joblib: Update to 0.13.0.Marius Bakke
* gnu/packages/python.scm (python-joblib): Update to 0.13.0. [source](snippet): Remove. [arguments]: Remove 'disable-failing-tests' phase. Add custom check phase. [native-inputs]: Remove PYTHON-NOSE, PYTHON-SPHINX, PYTHON-DOCUTILS and PYTHON-NUMPYDOC. Add PYTHON-PYTEST.
2018-11-20gnu: python-natsort: Update to 5.4.1.Marius Bakke
* gnu/packages/python.scm (python-natsort): Update to 5.4.1. [arguments]: Add #:modules. Replace 'check' phase with custom pytest invokation. [native-inputs]: Remove PYTHON-PYTEST-CACHE, PYTHON-PYTEST-FLAKES and PYTHON-PYTEST-PEP8. Add PYTHON-PYTEST and PYTHON-PYTEST-MOCK. (python2-natsort)[native-inputs]: Remove PYTHON2-ENUM34 and PYTHON2-MOCK.
2018-11-19gnu: python-kivy: Update to 1.10.1Jovany Leandro G.C
* gnu/packages/python.scm (python-kivy): Update to 1.10.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-11-14Merge branch 'master' into core-updatesMarius Bakke
2018-11-11gnu: Add python-precis-i18n.Clément Lassieur
* gnu/packages/messaging.scm (python-precis-i18n): New variable.
2018-11-11gnu: python-yapf: Update to 0.24.0.Efraim Flashner
* gnu/packages/python.scm (python-yapf): Update to 0.24.0.
2018-11-11gnu: python-pyclipper: Enable tests.Efraim Flashner
* gnu/packages/python.scm (python-pyclipper)[arguments]: Enable tests. [native-inputs]: Add python-pytest, python-pytest-runner, python-unittest2.
2018-11-11gnu: python-pyclipper: Update to 1.1.0post1.Efraim Flashner
* gnu/packages/python.scm (python-pyclipper): Update to 1.1.0post1. [source]: Add snippet to remove cythonized source files. [arguments]: Add custom phase to generate cythonized files. [native-inputs]: Add python-cython. [description]: Update clipper library version.
2018-11-11gnu: python-networkx2: Remove variable.Efraim Flashner
* gnu/packages/python.scm (python-networkx2): Remove variable. * gnu/packages/patches/python-networkx2-reproducible-build.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
2018-11-09Merge branch 'master' into core-updatesMarius Bakke
2018-11-08gnu: python-ilinkedlist: Update to 0.3.1.Luther Thompson
* gnu/packages/python.scm (python-ilinkedlist): Update to 0.3.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-11-08gnu: Add python-pyelftools.Vagrant Cascadian
* gnu/packages/python.scm (python-pyelftools): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-11-05Merge branch 'master' into core-updatesMarius Bakke
2018-11-05gnu: python-ilinkedlist: Update to 0.2.0.Luther Thompson
* gnu/packages/python.scm (python-ilinkedlist): Update to 0.2.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-11-05gnu: pelican: Update to 3.7.1.Vagrant Cascadian
* gnu/packages/python.scm (pelican): Update to 3.7.1. [home-page]: Use HTTPS URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-11-02gnu: python-apache-libcloud: Update to 2.3.0.Julien Lepiller
* gnu/packages/python.scm (python-apache-libcloud) (python2-apache-libcloud): Update to 2.3.0.
2018-11-01gnu: python-jsonrpclib-pelix: Update to 0.3.2.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-jsonrpclib-pelix): Update to 0.3.2. [arguments]: Disable #:tests?.
2018-10-30gnu: python-partd: Update to 0.3.9.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-partd): Update to 0.3.9.
2018-10-24gnu: Add python-reparser.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-reparser, python2-reparser): New public variable.
2018-10-24gnu: Add python-readlike.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-readlike, python2-readlike): New public variables.
2018-10-24gnu: python-flake8: Update to 3.6.0.Marius Bakke
* gnu/packages/check.scm (python-hypothesis)[native-inputs]: Change PYTHON-FLAKE8 to PYTHON-FLAKE8-3.5. * gnu/packages/python.scm (python-flake8, python2-flake8): Rename to ... (python-flake8-3.5, python2-flake8-3.5): ... this. (python-flake8, python2-flake8): New public variables.
2018-10-23gnu: python-attrs: Update to 18.2.0.Marius Bakke
* gnu/packages/python.scm (python-attrs): Update to 18.2.0. [arguments]: New field. [native-inputs]: Add PYTHON-PYMPLER. (python-attrs-bootstrap): Stay on version 17.4.0.
2018-10-23gnu: Add python-pympler.Marius Bakke
* gnu/packages/python.scm (python-pympler, python2-pympler): New public variables.
2018-10-23gnu: python-stem: Update to 1.7.0.Marius Bakke
* gnu/packages/python.scm (python-stem): Update to 1.7.0. [arguments]: Remove obsolete phase. [native-inputs]: Change PYTHON-PEP8 to PYTHON-PYCODESTYLE.
2018-10-22gnu: python-datrie: Fix FTBFS with Python 3.7.Marius Bakke
* gnu/packages/python.scm (python-datrie)[arguments]: Add phase 'cythonize'.
2018-10-22Merge branch 'master' into core-updatesMarius Bakke
2018-10-22gnu: python-pymongo: Update to 3.7.2.Marius Bakke
* gnu/packages/python.scm (python-pymongo): Update to 3.7.2.
2018-10-22gnu: python-sure: Update to 1.4.11.Marius Bakke
* gnu/packages/python.scm (python-sure): Update to 1.4.11.
2018-10-22gnu: python-markdown: Update to 3.0.1.Marius Bakke
* gnu/packages/python.scm (python-markdown): Update to 3.0.1. [arguments]: Remove.
2018-10-22gnu: python-markdown: Update home page.Marius Bakke
* gnu/packages/python.scm (python-markdown)[home-page]: Change to current.
2018-10-22gnu: python-lazy-object-proxy: Update to 1.3.1.Marius Bakke
* gnu/packages/python.scm (python-lazy-object-proxy): Update to 1.3.1.
2018-10-22gnu: python-mistune: Update to 0.8.4.Marius Bakke
* gnu/packages/python.scm (python-mistune): Update to 0.8.4.
2018-10-21gnu: Add python-ilinkedlist.Luther Thompson
* gnu/packages/python.scm (python-ilinkedlist): New variable.
2018-10-21Merge branch 'master' into core-updatesMarius Bakke
2018-10-21gnu: python2-bz2file: Inherit arguments from python-bzfile.Marius Bakke
* gnu/packages/python.scm (python-bz2file)[properties]: Remove field. (python2-bz2file): Use PACKAGE-WITH-PYTHON2.
2018-10-20gnu: python-glances: Update to 3.0.2.Oleg Pykhalov
* gnu/packages/python.scm (python-glances): Update to 3.0.2.
2018-10-18Revert "gnu: python-fonttools: Update to 3.30.0."Efraim Flashner
This reverts commit 5fb543b3f7bf79208178429d38f2da047fc744c0. python2-fonttools has 2700 dependants, only the python3 version is failing.
2018-10-18gnu: python-fonttools: Update to 3.30.0.Efraim Flashner
* gnu/packages/python.scm (python-fonttools): Update to 3.30.0.
2018-10-17gnu: Python: Adjust grafts for core-updates merge.Marius Bakke
This adjust the grafts from a55ebe2e3a7b438b4eec06c594440d3a0fb06a25 and 90aeaee861845142843a0f988fa4ff016c723cdb to apply to Python 2.7.15 and 3.7.0. * gnu/packages/patches/python2-CVE-2018-1060.patch, gnu/packages/patches/python2-CVE-2018-1061.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/python.scm (python-2/fixed): Remove patches that are already present in 2.7.15. (python-3/fixed): Remove obsolete phase.
2018-10-17Merge branch 'master' into core-updatesMarius Bakke
2018-10-17gnu: python2: Add upstream security fixes.Marius Bakke
This addresses CVE-2018-{1060,1061,14647,1000802}. * gnu/packages/patches/python2-CVE-2018-1000802.patch, gnu/packages/patches/python2-CVE-2018-1060.patch, gnu/packages/patches/python2-CVE-2018-1061.patch, gnu/packages/patches/python2-CVE-2018-14647.patch: New files. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/python.scm (python-2/fixed): New variable. (python-2.7)[replacement]: New field. (python2-minimal): Use PACKAGE/INHERIT.