summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
AgeCommit message (Collapse)Author
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.
2018-10-17gnu: python: Fix CVE-2018-14647.Marius Bakke
* gnu/packages/patches/python-CVE-2018-14647.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/python.scm (python-3/fixed): New variable. (python-3.6)[replacement]: New field. (python-minimal, python-debug, wrap-python3): Use PACKAGE/INHERIT instead of standard inheritance.
2018-10-17gnu: python-icalendar: Update to 4.0.3.Efraim Flashner
* gnu/packages/python.scm (python-icalendar): Update to 4.0.3.
2018-10-14gnu: python-mimeparse: Update to 1.6.0.Maxim Cournoyer
* gnu/packages/python.scm (python-mimeparse): Update to 1.6.0. [phases]: Enable tests with a custom check phase.
2018-10-12gnu: python-configargparse: Use pypi-uri.Leo Famulari
* gnu/packages/python.scm (python-configargparse, python2-configargparse)[source]: Use pypi-uri.
2018-10-12gnu: python-icalendar: Update to 4.0.2.Leo Famulari
* gnu/packages/python.scm (python-icalendar: Update to 4.0.2.
2018-10-11gnu: python-more-itertools: Fix building on 32-bit architectures.Efraim Flashner
* gnu/packages/python.scm (python-more-itertools)[arguments]: Add a custom phase to prevent overflowing on 32-bit architectures.
2018-10-08gnu: python2-backports-functools-lru-cache: Update to 1.5.Ben Woodcroft
* gnu/packages/python.scm (python2-backports-functools-lru-cache): Update to 1.5.
2018-10-05Merge branch 'master' into core-updatesMarius Bakke
2018-09-27gnu: python-setproctitle: Use INVOKE.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-setproctitle)[arguments]: Substitute INVOKE for SYSTEM*.
2018-09-26Merge branch 'master' into core-updatesMarius Bakke
2018-09-25gnu: python-pexpect: Use INVOKE.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-pexpect)[arguments]: Substitute INVOKE for SYSTEM*.
2018-09-25gnu: Add python-semantic-version.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-semantic-version) (python2-semantic-version): New public variables.
2018-09-24gnu: python-networkx: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-networkx)[home-page]: Use HTTPS.
2018-09-24gnu: python-networkx: Update to 2.2.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-networkx): Update to 2.2.
2018-09-24gnu: python-decorator: Update to 4.3.0.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-decorator): Update to 4.3.0. [arguments]: Run the test suite.
2018-09-24gnu: python-marshmallow: Update to 3.0.0b14.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-marshmallow): Update to 3.0.0b14.
2018-09-21gnu: python-pyparsing: Update to 2.2.1.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-pyparsing): Update to 2.2.1. [source]: Use PYPI-URI.
2018-09-21gnu: python-pyparsing: Update home page.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-pyparsing)[home-page]: Update.
2018-09-21gnu: python-rencode: Update to 1.0.5.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-rencode): Update to 1.0.5. [arguments]: Add a 'delete-bogus-test' phase.
2018-09-21gnu: python-hdf4: Use INVOKE.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-hdf4)[arguments]: Substitute INVOKE for SYSTEM*.