summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
AgeCommit message (Collapse)Author
2018-02-07gnu: python-mando: Update to 0.6.4.Marius Bakke
* gnu/packages/python.scm (python-mando): Update to 0.6.4. [propagated-inputs]: Add PYTHON-SIX. [native-inputs]: Remove PYTHON-SPHINX and PYTHON-PARAMUNITTEST. Add PYTHON-PYTEST.
2018-02-07gnu: python-tqdm: Update to 4.19.5.Marius Bakke
* gnu/packages/python.scm (python-tqdm): Update to 4.19.5. [native-inputs]: Remove PYTHON-NOSE-TIMER and PYTHON-VIRTUALENV.
2018-02-07gnu: python2-flake8: Fix python-enum34 propagation.Marius Bakke
* gnu/packages/python.scm (python2-flake8)[propagated-inputs]: Replace PYTHON2-ENUM with PYTHON2-ENUM34.
2018-02-06gnu: Add python-isoweek.Konrad Hinsen
* gnu/packages/python.scm (python-isoweek, python2-isoweek): New variables. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2018-02-06gnu: Add python-funcy.Danny Milosavljevic
* gnu/packages/python.scm (python-funcy, python2-funcy): New variables.
2018-02-06gnu: Add python-whatever.Danny Milosavljevic
* gnu/packages/python.scm (python-whatever, python2-whatever): New variables.
2018-02-05gnu: python-llfuse: Update to 1.3.2.Leo Famulari
* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.3.2.
2018-02-05gnu: Add python-gyp.Ethan R. Jones
* gnu/packages/python.scm (python-gyp, python2-gyp): New variables.
2018-02-03Merge branch 'master' into core-updatesMark H Weaver
2018-02-01gnu: python-botocore: Update to 1.8.36.David Thompson
* gnu/packages/python.scm (python-botocore): Update to 1.8.36.
2018-02-01Merge branch 'master' into core-updatesMarius Bakke
2018-02-01gnu: python-flake8-polyfill: Update to 1.0.2.Marius Bakke
* gnu/packages/python.scm (python-flake8-polyfill): Update to 1.0.2. [native-inputs]: Add PYTHON-PEP8.
2018-02-01gnu: python-gevent: Update to 1.2.2.Marius Bakke
* gnu/packages/python.scm (python-gevent): Update to 1.2.2. [source](snippet): Adjust to moved software bundles. Remove greentest substitution. [arguments]: Add #:modules. Add phases 'unpack-libev', 'patch-hard-coded-paths' and 'do-not-use-bundled-sources' and replace check phase with a custom command. [native-inputs]: Add LIBEV source.
2018-01-30gnu: python-uniseg: Switch to PyPi source to get missing ucd.sqlite3.Ben Sturmfels
Fixes <https://bugs.gnu.org/30189>. * gnu/packages/python.scm (python-uniseg)[source]: Fetch from PyPi. [native-inputs]: Add unzip. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-01-27gnu: python-spectra: Update to 0.0.11.Marius Bakke
* gnu/packages/python.scm (python-spectra): Update to 0.0.11.
2018-01-27gnu: python-colormath: Update to 3.0.0.Marius Bakke
* gnu/packages/python.scm (python-colormath): Update to 3.0.0.
2018-01-27gnu: python-networkx: Update to 2.1.Marius Bakke
* gnu/packages/python.scm (python-networkx): Update to 2.1. [source](uri): Change to zipball. [native-inputs]: Add UNZIP.
2018-01-23Merge branch 'master' into core-updatesMark H Weaver
2018-01-23gnu: python2-mmtk: Update to 2.7.11Konrad Hinsen
* gnu/packages/python.scm (python2-mmtk): Update to 2.7.11. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-01-23gnu: Add python-yapf.Fis Trivial
* gnu/packages/python.scm (python-yapf, python2-yapf): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-01-22gnu: Add python-phonenumbers.Adriano Peluso
* gnu/packages/python.scm (python-phonenumbers, python2-phonenumbers): New variables. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2018-01-22gnu: python-relatorio: Update to 0.8.0.Adriano Peluso
* gnu/packages/python.scm (python-relatorio): Updated to 0.8.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2018-01-22gnu: python-magic: Update to 0.4.15.Adriano Peluso
* gnu/packages/python.scm (python-magic) Updated to 0.4.15. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2018-01-22gnu: python-kivy: Add "git" native-input.Danny Milosavljevic
* gnu/packages/python.scm (python-kivy)[native-inputs]: Add git.
2018-01-21gnu: Add python-txamqp.Ricardo Wurmus
* gnu/packages/python.scm (python-txamqp, python2-txamqp): New variables.
2018-01-21gnu: python-kivy: Update to 1.10.0.Danny Milosavljevic
* gnu/packages/python.scm (python-kivy): Update to 1.10.0. [arguments]: Remove custom "build" phase.
2018-01-19Merge branch 'master' into core-updatesMark H Weaver
2018-01-16gnu: python-graphql-relay: Skip the test phase.Leo Famulari
* gnu/packages/python.scm (python-graphql-relay, python2-graphql-relay)[arguments]: Set #:tests? #f
2018-01-16gnu: python-consul: Skip the test phase.Leo Famulari
* gnu/packages/python.scm (python-consul, python2-consul)[arguments]: Set #:tests? #f.
2018-01-16gnu: Add python-shapely and python2-shapely.Kei Kebreau
* gnu/packages/python.scm (python-shapely, python2-shapely): New variables.
2018-01-16gnu: python: Use HTTPS for ipython.org home pages.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-ipython-genutils, python-traitlets) (python-ipykernel, python-ipython, python-widgetsnbextension) (python-ipywidgets)[home-page]: Use HTTPS.
2018-01-16gnu: python-matplotlib: Fix import failureKonrad Hinsen
* gnu/packages/python.scm (python-matplotlib)[propagated-inputs]: Add python-pyqt. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-01-11Merge branch 'master' into core-updatesLeo Famulari
2018-01-10gnu: python-idna: Update to 2.6.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-idna): Update to 2.6.
2018-01-10gnu: pelican: Enable Markdown support.Ben Sturmfels
* gnu/packages/python.scm (pelican)[propagated-inputs]: Add python-markdown to support Markdown as mentioned in the package description. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-01-10gnu: python-ply, python2-ply: Update to 3.10.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-ply): Update to 3.10.
2018-01-08gnu: snakemake: Update to 4.4.0.Ricardo Wurmus
* gnu/packages/python.scm (snakemake): Update to 4.4.0.
2018-01-05gnu: python2-subprocess32: Skip the tests.Leo Famulari
* gnu/packages/python.scm (python2-subprocess32)[arguments]: Skip the tests.
2018-01-05gnu: Remove python-numpy-next.Leo Famulari
This package was effectively superseded when NumPy was updated to 1.13.3. This is a followup to commit 68014502793ab8f3b0162fa8271a2be288519f93. * gnu/packages/python.scm (python-numpy-next, python2-numpy-next): Remove variables.
2018-01-05gnu: python-numpy: Update to 1.13.3.Leo Famulari
* gnu/packages/python.scm (python-numpy, python2-numpy): Update to 1.13.3.
2018-01-05gnu: python-click: Disable the test suite.Leo Famulari
* gnu/packages/python.scm (python-click, python2-click)[arguments]: Skip the tests.
2018-01-05gnu: python-click-log: Update to 0.2.1.Leo Famulari
* gnu/packages/python.scm (python-click-log): Update to 0.2.1.
2018-01-05gnu: python-click-threading: Update to 0.4.4.Leo Famulari
* gnu/packages/python.scm (python-click-threading): Update to 0.4.4.
2018-01-05gnu: Add python2-mmtk.Konrad Hinsen
* gnu/packages/python.scm (python2-mmtk): New public variable.
2018-01-04Merge branch 'master' into core-updatesMark H Weaver
2018-01-04gnu: Add python2-scientific.Konrad Hinsen
* gnu/packages/python.scm (python2-scientific): New public variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-01-04gnu: Add python2-pyro.Konrad Hinsen
* gnu/packages/python.scm (python2-pyro): New public variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-01-03Merge branch 'master' into core-updatesLeo Famulari
2018-01-03gnu: python-mistune: Update to 0.8.3 [fixes CVE-2017-{15612,16876}].Leo Famulari
* gnu/packages/python.scm (python-mistune, python2-mistune): Update to 0.8.3.
2018-01-01gnu: python-jupyter-console: Make it installable.Ludovic Courtès
Fixes <https://bugs.gnu.org/29860>. Reported by Johannes Laute <j.laute3@googlemail.com>. * gnu/packages/python.scm (python-jupyter-console-minimal)[name]: New field.