summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
AgeCommit message (Collapse)Author
2018-05-17gnu: python-ddt: Update to 1.1.3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-ddt): Update to 1.1.3.
2018-05-17gnu: python-netifaces: Update to 0.10.7.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-netifaces): Update to 0.10.7.
2018-05-17gnu: python-numexpr: Update to 2.6.5.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-numexpr): Update to 2.6.5.
2018-05-11gnu: Add python-yarl.Nicolas Goaziou
* gnu/packages/python-web.scm (python-yarl): New variable.
2018-05-11gnu: Add python-multidict.Nicolas Goaziou
* gnu/packages/python.scm (python-multidict): New variable.
2018-05-11gnu: Add python-idna-ssl.Nicolas Goaziou
* gnu/packages/python.scm (python-idna-ssl): New variable.
2018-05-11gnu: Add python-async-timeout.Nicolas Goaziou
* gnu/packages/python.scm (python-async-timeout): New variable.
2018-05-11gnu: Add python-async-generator.Nicolas Goaziou
* gnu/packages/python.scm (python-async-generator): New variable.
2018-05-11gnu: python-attrs: Update to 17.4.0.Nicolas Goaziou
* gnu/packages/python.scm (python-attrs)[version]: Update to 17.4.0. [native-inputs]: Add python-sphinx and python-coverage. Reorder inputs.
2018-05-06Merge branch 'master' into core-updatesMarius Bakke
2018-05-05gnu: python-numpy: Update to 1.14.3.Marius Bakke
* gnu/packages/python.scm (python-numpy): Update to 1.14.3.
2018-05-05gnu: python-scipy: Update to 1.0.1.Marius Bakke
* gnu/packages/python.scm (python-scipy): Update to 1.0.1.
2018-05-05gnu: python-matplotlib: Update to 2.2.2.Marius Bakke
* gnu/packages/python.scm (python-matplotlib): Update to 2.2.2. [propagated-inputs]: Add PYTHON-KIWISOLVER. (python2-matplotlib)[propagated-inputs]: Add PYTHON2-BACKPORTS-FUNCTOOLS-LRU-CACHE. (python-matplotlib-documentation)[native-inputs]: Change PYTHON-SPHINX to PYTHON-SPHINX-1.6. Add PYTHON-SPHINX-GALLERY.
2018-05-05gnu: Add python-sphinx-gallery.Marius Bakke
* gnu/packages/python.scm (python-sphinx-gallery, python2-sphinx-gallery): New public variables.
2018-05-04gnu: python-qrcode: Use a newer version of setuptools.Christopher Baines
The upgrade from 5.3 to 6.0 switches to rely on the on the setup.cfg, and with the version of setuptools incldued with Python, this isn't supported, so no actual code is installed, and the output is mostly empty. * gnu/packages/python.scm (python-qrcode)[inputs]: Add python-setuptools.
2018-05-04Revert "gnu: python-mako: Update to 1.0.7."Rutger Helling
This causes a mass rebuild due to python2-mako rebuilding Mesa. Pushed on staging instead. This reverts commit fc7c91a53a9c5c4ce0fd6d62dd8a57f4d2e6a590.
2018-05-04gnu: python-mako: Update to 1.0.7.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-mako): Update to 1.0.7. Signed-off-by: Rutger Helling <rhelling@mykolab.com>
2018-05-04gnu: python-mako: Update to 1.0.7.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-mako): Update to 1.0.7.
2018-04-30Merge branch 'master' into core-updatesMark H Weaver
2018-04-30gnu: python-jedi: Update to 0.12.0, enable tests.Fis Trivial
* gnu/packages/python.scm (jedi): Update to 0.12.0, enable tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-30gnu: Add python-parso.Fis Trivial
* gnu/packages/python.scm (python-parso, python2-parso): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-30Merge branch 'master' into core-updatesMark H Weaver
2018-04-28gnu: python-autopep8: Update to 1.3.5Fis Trivial
* gnu/packages/python.scm (python-autopep8): Update to 1.3.5 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-28gnu: python-yapf: Update to 0.21.0.Fis Trivial
* gnu/packages/python.scm (python-yapf): Update to 0.21.0. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2018-04-27gnu: python-simplejson: Update to 3.14.0.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-simplejson): Update to 3.14.0.
2018-04-26gnu: python-qrcode: Update to 6.0.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-qrcode): Update to 6.0.
2018-04-26gnu: python2-pathlib2: Update to 2.3.2.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python2-pathlib2): Update to 2.3.2.
2018-04-26gnu: python-rst.linker: Update to 1.9.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-rst.linker): Update to 1.9.
2018-04-26gnu: python-sphinx@1.6: Update to 1.6.4.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-sphinx-1.6): Update to 1.6.4.
2018-04-21gnu: python-onetimepass: Make python-six a propagated input.Tomáš Čech
* gnu/packages/python.scm (python-onetimepass)[inputs]: Move python-six from here... [propagated-inputs]: ...to here.
2018-04-21Merge branch 'master' into core-updatesMark H Weaver
2018-04-21gnu: Add python-onetimepass.Tomáš Čech
* gnu/packages/python.scm (python-onetimepass): New variable.
2018-04-19gnu: python-bcrypt: Move to (gnu packages python-crypto).Marius Bakke
* gnu/packages/password-utils.scm (python-bcrypt, python2-bcrypt): Move to ... * gnu/packages/python-crypto.scm (python-bcrypt, python2-bcrypt): ... here. * gnu/packages/python.scm: Remove unused (gnu packages password-utils) import.
2018-04-18gnu: python-pretend: Update to 1.0.9.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-pretend): Update to 1.0.9.
2018-04-12gnu: python-waf: Return #t from all phases.Mark H Weaver
* gnu/packages/python.scm (python-waf)[arguments]: Use invoke instead of system*, and return #t from all phases.
2018-04-10Merge branch 'master' into core-updatesMark H Weaver
2018-04-04gnu: Add python-pybtexAdam Massmann
* gnu/packages/python.scm (python-pybtex): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2018-04-04gnu: Add python-latexcodecAdam Massmann
* gnu/packages/python.scm (python-latexcodec): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2018-04-04python: python-py3status: Update to 3.7.Tomáš Čech
* gnu/packages/python.scm (python-py3status): Update to 3.7. [arguments]: Adjust string substitution.
2018-04-04gnu: Add python-empy.Mathieu Lirzin
* gnu/packages/python.scm (python-empy): New variable. (python2-empy): Use 'package-with-python-2'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31gnu: python-pytest: Update to 3.5.0.Arun Isaac
* gnu/packages/python.scm (python-six): Replace system* with invoke. (python-six-bootstrap, python2-six-bootstrap, python2-funcsigs-bootstrap): New variables. (python-more-itertools)[propagated-inputs]: Replace python-six with python-six-bootstrap. * gnu/packages/check.scm (python-pytest): Update to 3.5.0. [propagated-inputs]: Add python-attrs-bootstrap, python-more-itertools-bootstrap, python-pluggy and python-six-bootstrap. [properties]: Add python2-variant. (python2-pytest)[propagated-inputs]: Add python2-funcsigs. (python-pytest-bootstrap)[properties]: Add python2-variant. (python2-pytest-bootstrap)[propagated-inputs]: Add python2-funcsigs-bootstrap.
2018-03-31gnu: python-py: Update to 1.5.3.Arun Isaac
* gnu/packages/python.scm (python-py): Update to 1.5.3. [home-page]: Update URI.
2018-03-31gnu: python-hypothesis: Update to 3.52.0.Arun Isaac
* gnu/packages/check.scm (python-hypothesis): Update to 3.52.0. [propagated-inputs]: Add python-attrs and python-coverage. [home-page]: Update URI. * gnu/packages/python.scm (python-attrs-bootstrap, python2-attrs-bootstrap): New variables.
2018-03-31gnu: Add python-more-itertools.Arun Isaac
* gnu/packages/python.scm (python-more-itertools, python2-more-itertools): New variables.
2018-03-31gnu: python-pluggy: Update to 0.6.0.Arun Isaac
* gnu/packages/python.scm (python-pluggy): Update to 0.6.0.
2018-03-31gnu: python-pyasn1: Update to 0.4.2.Arun Isaac
* gnu/packages/python.scm (python-pyasn1): Update to 0.4.2.
2018-03-31gnu: python-attrs: Update to 17.4.0.Arun Isaac
* gnu/packages/python.scm (python-attrs): Update to 17.4.0.
2018-03-29Merge branch 'master' into core-updatesMarius Bakke
2018-03-29gnu: Add python-debug.Ludovic Courtès
Suggested by Pjotr Prins <pjotr.public12@thebird.nl>. * gnu/packages/python.scm (python-debug): New variable.
2018-03-29gnu: python: Update to 3.6.5.Marius Bakke
* gnu/packages/python.scm (python-3.6): Update to 3.6.5.