summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
AgeCommit message (Collapse)Author
2022-04-05gnu: python-w3lib: Fix build.Felix Gruber
* gnu/packages/python-web.scm (python-w3lib): Fix build. [source]: Add python-w3lib-fix-test-failure.patch. [arguments]: Use pytest in the 'check phase. [native-inputs]: Add python-pytest. * gnu/packages/patches/python-w3lib-fix-test-failure.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-29gnu: python-livereload: Update to 2.6.3.jgart
* gnu/packages/python-web.scm (python-livereload): Update to 2.6.3. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-03-29gnu: python-port-for: Remove trailing boolean.jgart
* gnu/packages/python-web.scm (python-port-for)[arguments]: Remove trailing boolean from lambda function. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-03-16gnu: python-gitlab: update to 3.2.0Denis 'GNUtoo' Carikli
* gnu/packages/python-web.scm (python-gitlab): Update to 3.2.0 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-15gnu: httpie: Update to 3.1.0 [security fixes].kiasoc5
Fixes CVE-2022-24737 and CVE-2022-0430. * gnu/packages/python-web.scm (httpie): Update to 3.1.0. Signed-off-by: Leo Famulari <leo@famulari.name>
2022-02-23gnu: Add python-unalix.jgart
* gnu/packages/python-xyz.scm (python-unalix): New variable. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-02-20gnu: python-aiohttp: Fallback to running tests sequentially.Efraim Flashner
* gnu/packages/python-web.scm (python-aiohttp)[arguments]: Adjust custom 'check phase to run the tests sequentially if they fail when run in parallel.
2022-02-19gnu: python-css-parser: Update to 1.0.7.Brendan Tildesley
* gnu/packages/python-web.scm (python-css-parser): Update to 1.0.7. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-19gnu: python-html5-parser: Update to 0.4.10.Brendan Tildesley
* gnu/packages/python-web.scm (python-html5-parser): Update to 0.4.10. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-15gnu: python-warcio: Fix test failure.Marius Bakke
* gnu/packages/python-web.scm (python-warcio)[arguments]: Invoke pytest directly instead of going through setup.py. Skip three more tests.
2022-02-09gnu: python-flask-babel: Update to 2.0.0.kiasoc5
* gnu/packages/python-web.scm (python-flask-babel): Update to 2.0.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-28gnu: Add python-pyowm.Petr Hodina
* gnu/packages/python-web.scm (python-pyowm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-28gnu: httpie: Update to 3.0.2.kiasoc5
* gnu/packages/python-web.scm (httpie): Update to 3.0.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-25gnu: python-uvloop: Update to 0.16.0.Lars-Dominik Braun
Version 0.14.0 is not compatible with Python 3.9[1]. Additionally unvendor the copy of libuv, which was unused, but retained in the source tarball, fix subprocess spawning and enable tests, so we know when future updates break it. [1] https://github.com/MagicStack/uvloop/issues/349 * gnu/packages/python-web.scm (python-uvloop): Update to 0.16.0. [source]: Add snippet to remove pre-built loop.c and vendored libuv. [arguments]<#:phases>: Substitute /bin/sh in 'preparations phase, override 'check phase and disable failing tests. [native-inputs]: Remove python-flake8, because it causes test failures and add python-pytest-timeout.
2022-01-24gnu: Add python-tweepy.Giacomo Leidi
* gnu/packages/python-web.scm (python-tweepy): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-22gnu: Remove python-flask-script.Marius Bakke
This package is not compatible with current versions of Flask and has been obsoleted upstream. * gnu/packages/python-web.scm (python-flask-script): Remove variable.
2022-01-22gnu: python-flask-migrate: Update to 3.1.0.Marius Bakke
* gnu/packages/python-web.scm (python-flask-migrate): Update to 3.1.0. [source]: Change to GIT-FETCH. [propagated-inputs]: Remove PYTHON-SCRIPT and PYTHON-SQLALCHEMY.
2022-01-22gnu: python-flask-oidc: Update to 1.4.0.Marius Bakke
* gnu/packages/python-web.scm (python-flask-oidc): Update to 1.4.0. [arguments]: Override check phase.
2022-01-22gnu: Deprecate python-flask-restplus.Marius Bakke
* gnu/packages/python-web.scm (python-flask-restplus): Define as deprecated alias for PYTHON-FLASK-RESTX, as noted on its home page.
2022-01-22gnu: python-flask-session: Update to 0.4.0.Marius Bakke
* gnu/packages/python-web.scm (python-flask-session): Update to 0.4.0.
2022-01-22gnu: python-flask: Update to 2.0.2.Marius Bakke
* gnu/packages/python-web.scm (python-flask): Update to 2.0.2.
2022-01-22gnu: python-werkzeug: Update to 2.0.2.Marius Bakke
* gnu/packages/python-web.scm (python-werkzeug): Update to 2.0.2.
2022-01-21gnu: python-jsmin: Update to 3.0.1.Mathieu Othacehe
* gnu/packages/python-web.scm (python-jsmin): Update to 3.0.1.
2022-01-20gnu: python-openid: Honor the #:tests? flag.Efraim Flashner
* gnu/packages/python-web.scm (python-openid)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
2022-01-20gnu: python-openid: Remove python2 variant.Mathieu Othacehe
This is a follow-up of: 90b6c3f4e6467a810c6001dcd46337e7c45491d8. * gnu/packages/python-web.scm (python-openid)[properties]: Remove it.
2022-01-20gnu: Remove python2-urlgrabber.Vinicius Monego
* gnu/packages/python-web.scm (python2-urlgrabber): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Add python-urlgrabber.Vinicius Monego
* gnu/packages/python-web.scm (python-urlgrabber): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Remove python2-paste.Vinicius Monego
* gnu/packages/python-web.scm (python2-paste): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Remove python2-pastescript.Vinicius Monego
* gnu/packages/python-web.scm (python2-pastescript): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Remove python2-publicsuffix2.Vinicius Monego
* gnu/packages/python-web.scm (python2-publicsuffix2): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Remove python2-publicsuffix.Vinicius Monego
* gnu/packages/python-web.scm (python2-publicsuffix): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Remove python2-elasticsearch.Vinicius Monego
* gnu/packages/python-web.scm (python2-elasticsearch): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Remove python2-cssmin.Vinicius Monego
* gnu/packages/python-web.scm (python2-cssmin): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Remove python2-htmlmin.Vinicius Monego
* gnu/packages/python-web.scm (python2-htmlmin): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Remove python2-s3transfer.Vinicius Monego
* gnu/packages/python-web.scm (python2-s3transfer): Remove variable. * gnu/packages/python-web.scm (python-s3transfer)[properties]: Remove field. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Remove python2-betamax-matchers.Vinicius Monego
* gnu/packages/python-web.scm (python2-betamax-matchers): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Remove python2-url.Vinicius Monego
* gnu/packages/python-web.scm (python2-url): Remove variable. * gnu/packages/python-web.scm (python2-url)[properties]: Remove field. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Remove python2-webtest.Vinicius Monego
* gnu/packages/python-web.scm (python2-webtest): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Remove python2-ndg-httpsclient.Vinicius Monego
* gnu/packages/python-web.scm (python2-ndg-httpsclient): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Remove python2-openid-teams.Vinicius Monego
* gnu/packages/python-web.scm (python2-openid-teams): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Remove python2-openid-cla.Vinicius Monego
* gnu/packages/python-web.scm (python2-openid-cla): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Remove python2-cssselect.Vinicius Monego
* gnu/packages/python-web.scm (python2-cssselect): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Remove python2-css-parser.Vinicius Monego
* gnu/packages/python-web.scm (python2-css-parser): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Remove python2-cssutils.Vinicius Monego
* gnu/packages/python-web.scm (python2-cssutils): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Remove python2-openid.Vinicius Monego
* gnu/packages/python-web.scm (python2-openid): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Remove python2-html5-parser.Vinicius Monego
* gnu/packages/python-web.scm (python2-html5-parser): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20gnu: Remove python2-html2text.Vinicius Monego
* gnu/packages/python-web.scm (python2-html2text): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-19gnu: python-geventhttpclient: Update to 1.5.3.Marius Bakke
* gnu/packages/python-web.scm (python-geventhttpclient): Update to 1.5.3. [arguments]: Respect TESTS? in chech phase. Remove obsolete workarounds. [propagated-inputs]: Add PYTHON-BROTLI.
2022-01-19gnu: python-flask-cors: Update to 3.0.10.Marius Bakke
* gnu/packages/python-web.scm (python-flask-cors): Update to 3.0.10.
2022-01-18gnu: python-aiohttp: Propagate attrs.Marius Bakke
...as required by its egginfo. * gnu/packages/python-web.scm (python-aiohttp)[propagated-inputs]: Add PYTHON-ATTRS.