summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
Commit message (Collapse)AuthorAge
* gnu: Add python-pyowm.Petr Hodina2022-01-28
| | | | | | * gnu/packages/python-web.scm (python-pyowm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: httpie: Update to 3.0.2.kiasoc52022-01-28
| | | | | | * gnu/packages/python-web.scm (httpie): Update to 3.0.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-uvloop: Update to 0.16.0.Lars-Dominik Braun2022-01-25
| | | | | | | | | | | | | | | | 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.
* gnu: Add python-tweepy.Giacomo Leidi2022-01-24
| | | | | | * gnu/packages/python-web.scm (python-tweepy): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Remove python-flask-script.Marius Bakke2022-01-22
| | | | | | | 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.
* gnu: python-flask-migrate: Update to 3.1.0.Marius Bakke2022-01-22
| | | | | | * 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.
* gnu: python-flask-oidc: Update to 1.4.0.Marius Bakke2022-01-22
| | | | | * gnu/packages/python-web.scm (python-flask-oidc): Update to 1.4.0. [arguments]: Override check phase.
* gnu: Deprecate python-flask-restplus.Marius Bakke2022-01-22
| | | | | * gnu/packages/python-web.scm (python-flask-restplus): Define as deprecated alias for PYTHON-FLASK-RESTX, as noted on its home page.
* gnu: python-flask-session: Update to 0.4.0.Marius Bakke2022-01-22
| | | | * gnu/packages/python-web.scm (python-flask-session): Update to 0.4.0.
* gnu: python-flask: Update to 2.0.2.Marius Bakke2022-01-22
| | | | * gnu/packages/python-web.scm (python-flask): Update to 2.0.2.
* gnu: python-werkzeug: Update to 2.0.2.Marius Bakke2022-01-22
| | | | * gnu/packages/python-web.scm (python-werkzeug): Update to 2.0.2.
* gnu: python-jsmin: Update to 3.0.1.base-for-series-11056base-for-series-11055base-for-series-11053Mathieu Othacehe2022-01-21
| | | | * gnu/packages/python-web.scm (python-jsmin): Update to 3.0.1.
* gnu: python-openid: Honor the #:tests? flag.Efraim Flashner2022-01-20
| | | | | * gnu/packages/python-web.scm (python-openid)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
* gnu: python-openid: Remove python2 variant.Mathieu Othacehe2022-01-20
| | | | | | This is a follow-up of: 90b6c3f4e6467a810c6001dcd46337e7c45491d8. * gnu/packages/python-web.scm (python-openid)[properties]: Remove it.
* gnu: Remove python2-urlgrabber.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-urlgrabber): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-urlgrabber.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python-urlgrabber): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-paste.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-paste): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-pastescript.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-pastescript): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-publicsuffix2.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-publicsuffix2): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-publicsuffix.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-publicsuffix): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-elasticsearch.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-elasticsearch): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-cssmin.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-cssmin): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-htmlmin.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-htmlmin): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-s3transfer.Vinicius Monego2022-01-20
| | | | | | | * 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>
* gnu: Remove python2-betamax-matchers.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-betamax-matchers): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-url.Vinicius Monego2022-01-20
| | | | | | | * 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>
* gnu: Remove python2-webtest.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-webtest): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-ndg-httpsclient.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-ndg-httpsclient): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-openid-teams.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-openid-teams): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-openid-cla.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-openid-cla): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-cssselect.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-cssselect): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-css-parser.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-css-parser): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-cssutils.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-cssutils): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-openid.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-openid): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-html5-parser.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-html5-parser): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Remove python2-html2text.Vinicius Monego2022-01-20
| | | | | | * gnu/packages/python-web.scm (python2-html2text): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-geventhttpclient: Update to 1.5.3.Marius Bakke2022-01-19
| | | | | | * 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.
* gnu: python-flask-cors: Update to 3.0.10.Marius Bakke2022-01-19
| | | | * gnu/packages/python-web.scm (python-flask-cors): Update to 3.0.10.
* gnu: python-aiohttp: Propagate attrs.Marius Bakke2022-01-18
| | | | | | | ...as required by its egginfo. * gnu/packages/python-web.scm (python-aiohttp)[propagated-inputs]: Add PYTHON-ATTRS.
* gnu: python-jose: Update to 3.3.0.Lars-Dominik Braun2022-01-18
| | | | | | | Failed due to upgrade of python-ecdsa in commit 8f73537f7961e93cce0c0457c9f762ff1f1770cb. * gnu/packages/python-web.scm (python-jose): Update to 3.3.0.
* Revert "gnu: python-aiohttp: Skip the tests."Maxim Cournoyer2022-01-18
| | | | | This reverts commit 2cac7d328abb84dc00118286e9647d2715539c4d. The test suite passes after the package update of e40dfcfcb1.
* gnu: python-aiohttp: Update to 3.8.1.Maxim Cournoyer2022-01-17
| | | | | | | | | | | | | | | | * gnu/packages/check.scm (python-pytest-6.1): Delete package. * gnu/packages/python-web.scm (python-aiohttp): Update to 3.8.1. [source]: Adjust snippet and comment it out with a TODO comment. [phases]{cythonize}: Fix indentation. {check}: Use 'when' for the TESTS? condition. Delete the test_proxy_functional.py test file. Skip tests requiring networking. Run tests in parallel with xdist. [propagated-inputs]: Add python-aiosignal. Remove python-attrs. {python-chardet}: Replace by... {python-charset-normalizer}: ... this. Add python-frozenlist. [native-inputs]: Use the regular python-pytest package. Add python-pytest-xdist.
* gnu: Add python-aiosignal.Maxim Cournoyer2022-01-17
| | | | * gnu/packages/python-web.scm (python-aiosignal): New variable.
* gnu: Add python-frozenlist.Maxim Cournoyer2022-01-17
| | | | * gnu/packages/python-web.scm (python-frozenlist): New variable.
* gnu: python-aiohttp: Skip the tests.Leo Famulari2022-01-17
| | | | | | | The test suite is failing because it fails to handle a deprecation warning. Just skip it for now. * gnu/packages/python-web.scm (python-aiohttp)[arguments]: Skip the test suite.
* Merge branch 'version-1.4.0'Maxim Cournoyer2022-01-17
|\ | | | | | | | | | | | | With resolved conflicts in: gnu/packages/gnome.scm gnu/packages/openstack.scm gnu/packages/python-xyz.scm
| * gnu: python-requests-toolbelt: Update to 0.9.1 and enable tests.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (pyhton-requests-toolbelt): Update to 0.9.1. [phases]{delete-problematic-tests}: New phase. (python-requests-toolbelt-0.9.1): Delete variable. (python2-requests-toolbelt): Likewise. (python-cloudscraper): Adjust accordingly.
| * gnu: python-cachecontrol: Update to 0.12.10.Maxim Cournoyer2022-01-10
| | | | | | | | * gnu/packages/python-web.scm (python-cachecontrol): Update to 0.12.10.
* | gnu: python-flask-restx: Update to 0.5.1.Marius Bakke2022-01-12
| | | | | | | | | | * gnu/packages/python-web.scm (python-flask-restx): Update to 0.5.1. [arguments]: Disable one more test.
* | gnu: python-websocket-client: Update to 1.2.3.Marius Bakke2022-01-12
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-websocket-client): Update to 1.2.3. [arguments]: Override check phase. [native-inputs]: Add PYTHON-WEBSOCKETS and PYTHON-PYTEST. [propagated-inputs]: Remove. [properties]: Remove. (python2-websocket-client): Remove variable. (python-websocket-client-0.59): New variable. * gnu/packages/docker.scm (docker-compose)[inputs]: Change from PYTHON-WEBSOCKET-CLIENT to PYTHON-WEBSOCKET-CLIENT-0.59.