summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2020-12-09gnu: Remove python-llfuse-0.41.Leo Famulari
* gnu/packages/python-xyz.scm (python-llfuse-0.41): Remove variable.
2020-12-09gnu: python-llfuse: Update to 1.3.8.Leo Famulari
* gnu/packages/python-xyz.scm (python-llfuse): Update to 1.3.8.
2020-12-05gnu: python-yq: Fix texinfo markup.Eric Bavier
* gnu/packages/python-xyz.scm (python-yq): Add missing `command`.
2020-12-03gnu: python-pygit2: Update to 1.4.0.Leo Famulari
* gnu/packages/python-xyz.scm (python-pygit2): Update to 1.4.0.
2020-12-03gnu: poetry: Fix a problem with a dependency.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (poetry)[arguments]: Relax version constraints for python-packaging. Signed-off-by: Marius Bakke <marius@gnu.org>
2020-12-01Revert "gnu: python-packaging: Update to 20.4."Marius Bakke
This reverts commit 71b15b4874b7f9ec7001d2916a8ab27dcce6cdc0.
2020-11-30gnu: poetry: Update to 1.1.4.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (poetry): Update to 1.1.4. [arguments]: Loosen constraint on python-keyring only. [propagated-inputs] Remove python-jsonschema, python-pyparsing and python-pyrsistent. Add python-pip, python-packaging and python-poetry-core. Use python-requests-toolbelt-0.9.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-30gnu: Add python-poetry-core.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-poetry-core): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-30gnu: python-tomlkit: Update to 0.7.0.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-tomlkit): Update to 0.7.0. [native-inputs]: Add python-pyyaml. [description]: Update description. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-30gnu: python-pip: Update to 20.2.4.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-pip): Update to 20.2.4. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-30gnu: python-virtualenv: Update to 20.2.1.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-virtualenv): Update to 20.2.1. [propagated-inputs] Use python-distlib/next instead of python-distlib. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-30gnu: Add python-distlib/next.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-distlib/next): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-30gnu: python-packaging: Update to 20.4.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-packaging): Update to 20.4. [source]: Remove patch that has been merged upstream. * gnu/packages/patches/python-packaging-test-arch.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Apply removal. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-29gnu: Add python-pytelegrambotapi.Adam
* gnu/packages/python-xyz.scm (python-pytelegrambotapi): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-11-29gnu: python-pyphen: Update to 0.10.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pyphen): Update to 0.10.0.
2020-11-29gnu: python-flit: Update to 3.0.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-flit): Update to 3.0.0.
2020-11-29gnu: python-cairosvg: Update to 2.5.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-cairosvg): Update to 2.5.0.
2020-11-29gnu: python-typing-extensions: Update to 3.7.4.3.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-typing-extensions): Update to 3.7.4.3.
2020-11-29gnu: Add python-py-next.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-py-next): New variable.
2020-11-29gnu: Add python-iniconfig.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-iniconfig): New variable.
2020-11-29gnu: python-cairocffi: Update to 1.2.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-cairocffi): Update to 1.2.0. [source]: Fetch from Git. [patches]: Remove field. [inputs]: Remove pango. [native-inputs]: Remove pkg-config and python-docutils. Add python-numpy and python-sphinx-rtd-theme. [phases]{patch-paths}: Adjust. Fix the patching of gdk-3. {disable-linters}: New phase. {install-doc}: Adjust. The license file is now installed by a build phase. * gnu/packages/patches/python-cairocffi-dlopen-path.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it.
2020-11-29gnu: python-cairocffi: Fix indentation.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-cairocffi): Fix indentation.
2020-11-29gnu: Add python2-gamera.Guillaume Le Vaillant
* gnu/packages/python-xyz.scm (python2-gamera): New variable.
2020-11-28Merge branch 'staging'Marius Bakke
2020-11-27gnu: python-apispec: Update description.Marius Bakke
* gnu/packages/python-xyz.scm (python-apispec)[synopsis,description]: Expand f.k.a. acronym, clarify the relationship between OpenAPI and Swagger.
2020-11-27gnu: python-apispec: Update to 4.0.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-apispec): Update to 4.0.0. [arguments]: New field. [native-inputs]: Remove PYTHON-FLASK, PYTHON-TORNADO, PYTHON-BOTTLE, and PYTHON-MOCK.
2020-11-27gnu: Remove python2-marshmallow.Marius Bakke
Marshmallow no longer supports Python 2. * gnu/packages/python-xyz.scm (python2-marshmallow): Remove variable.
2020-11-27gnu: Remove python2-apispec.Marius Bakke
Some of its dependencies no longer work with Python 2. * gnu/packages/python-xyz.scm (python2-apispec): Remove variable.
2020-11-27gnu: Remove python2-flasgger.Marius Bakke
Some of its dependencies no longer work with Python 2. * gnu/packages/python-xyz.scm (python2-flasgger): Remove variable.
2020-11-26Merge branch 'master' into stagingMarius Bakke
2020-11-26gnu: Add python-xlsxwriter.Vinicius Monego
* gnu/packages/python-xyz.scm (python-xlsxwriter): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-26gnu: pyzo: Update to 4.11.2.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (pyzo): Update to 4.11.2.
2020-11-25gnu: python-language-server: Update to 0.36.1.Brett Gilio
* gnu/packages/python-xyz.scm (python-language-server): Update to 0.36.1. [propagated-inputs]: Reorder, and remove unused inputs. [native-inputs]: Add various native inputs for tests.
2020-11-25gnu: python-jsonrpc-server: Update to 0.4.0.Brett Gilio
* gnu/packages/python-xyz.scm (python-jsonrpc-server): Update to 0.4.0. [propagated-inputs]: Replace python-ujson-1 with python-ujson.
2020-11-25gnu: python-ujson: Update to 4.0.1.Brett Gilio
* gnu/packages/python-xyz.scm (python-ujson): Update to 4.0.1.
2020-11-25gnu: Add python-versioneer.Brett Gilio
* gnu/packages/python-xyz.scm (python-versioneer): New variable.
2020-11-25gnu: Remove python2-ujson-1.Brett Gilio
* gnu/packages/python-xyz.scm (python2-ujson-1): Remove variable. This variable was superceded and no longer needed as a dependency for any package at this version.
2020-11-25gnu: Remove python-ujson-1.Brett Gilio
* gnu/packages/python-xyz.scm (python-ujson-1): Remove variable. This variable was superceded and no longer needed as a dependency for any package at this version.
2020-11-26Merge branch 'master' into stagingMarius Bakke
2020-11-24gnu: Add python-commonmark.Vinicius Monego
* gnu/packages/python-xyz.scm (python-commonmark): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-24gnu: python-mamba: Update to 0.11.2.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-mamba): Update to 0.11.2. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2020-11-24gnu: python-isbnlib: Update to 3.10.4.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-isbnlib): Update to 3.10.4. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2020-11-23Merge branch 'master' into stagingMarius Bakke
2020-11-23gnu: Add python-shellescape.Efraim Flashner
* gnu/packages/python-xyz.scm (python-shellescape): New variable.
2020-11-23gnu: Add python-arcp.Efraim Flashner
* gnu/packages/python-xyz.scm (python-arcp): New variable.
2020-11-23gnu: Add python-prov.Efraim Flashner
* gnu/packages/python-xyz.scm (python-prov): New variable.
2020-11-23gnu: Add python-bagit.Efraim Flashner
* gnu/packages/python-xyz.scm (python-bagit): New variable.
2020-11-23gnu: Add python-djvulibre.Guillaume Le Vaillant
* gnu/packages/python-xyz.scm (python-djvulibre): New variable.
2020-11-22gnu: python-marshmallow: Update to 3.9.1.Brett Gilio
* gnu/packages/python-xyz.scm (python-marshmallow): Update to 3.9.1.
2020-11-22Merge branch 'master' into stagingMarius Bakke