summary refs log tree commit diff
path: root/gnu/packages/python.scm
AgeCommit message (Collapse)Author
2018-11-23gnu: python-ilinkedlist: Update to 0.4.0.Luther Thompson
* gnu/packages/python.scm (python-ilinkedlist): Update to 0.4.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-11-21gnu: python-numpy: Update to 1.14.6.Marius Bakke
* gnu/packages/python.scm (python-numpy): Update to 1.14.6.
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-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-11gnu: Add python-precis-i18n.Clément Lassieur
* gnu/packages/messaging.scm (python-precis-i18n): New variable.
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-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-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-20gnu: python-glances: Update to 3.0.2.Oleg Pykhalov
* gnu/packages/python.scm (python-glances): Update to 3.0.2.
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-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-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-09-27gnu: python-setproctitle: Use INVOKE.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-setproctitle)[arguments]: Substitute INVOKE for SYSTEM*.
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*.
2018-09-17gnu: python-dirsync: Update to 2.2.3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-dirsync): Update to 2.2.3. [native-inputs]: Remove unzip.
2018-09-15gnu: Add python-user-agents.Maxim Cournoyer
* gnu/packages/python.scm (python-user-agents, python2-user-agents): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2018-09-15gnu: Add python-ua-parser.Maxim Cournoyer
* gnu/packages/python.scm (python-ua-parser, python2-ua-parser): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2018-09-15gnu: Add python-pycountry.Maxim Cournoyer
* gnu/packages/python.scm (python-pycountry, python2-pycountry): New variables. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2018-09-15gnu: pybind11: Update to 2.2.4.Tobias Geerinckx-Rice
* gnu/packages/python.scm (pybind11): Update to 2.2.4.
2018-09-15gnu: pybind11: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/python.scm (pybind11)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2018-09-15gnu: snakemake: Update to 5.2.4.Tobias Geerinckx-Rice
* gnu/packages/python.scm (snakemake): Update to 5.2.4. [propagated-inputs]: Add python-gitpython.