summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
Commit message (Collapse)AuthorAge
...
* gnu: python-scrapy: Parallelize test suite.base-for-series-12429base-for-series-12428Maxim Cournoyer2022-05-18
| | | | | | | | * gnu/packages/python-web.scm (python-scrapy)[phases]{check}: Run in parallel. Disable problematic (when run in parallel) tests. Use complete sentences for comments. [native-inputs]: Add python-pytest-xdist. [description]: Use double space between sentences.
* gnu: python-scrapy: Fix indentationMaxim Cournoyer2022-05-18
| | | | * gnu/packages/python-web.scm (python-scrapy): Fix indentation.
* gnu: python-sanic: Update to 21.12.1.Lars-Dominik Braun2022-05-12
| | | | | | | | | | | | | * gnu/packages/python-web.scm (python-sanic): Update to 21.12.1. [arguments]<#:phases>: Remove 'use-recent-pytest, update skipped tests in 'check. [propagated-inputs]: Remove python-httpx, replace python-multidict with python-multidict-5, add python-sanic-routing. [native-inputs]: Add python-bandit, python-chardet, python-isort and python-sanic-testing. Remove python-hstspreload, python-httpcore, python-pytest-cov and python-urllib3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add python-sanic-testing.Lars-Dominik Braun2022-05-12
| | | | | | * gnu/packages/python-web.scm (python-sanic-testing): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add python-sanic-bootstrap.Lars-Dominik Braun2022-05-12
| | | | | | * gnu/packages/python-web.scm (python-sanic-bootstrap): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add python-sanic-routing.Lars-Dominik Braun2022-05-12
| | | | | | * gnu/packages/python-web.scm (python-sanic-routing): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: python-flask-login: Update to 0.6.0.Maxim Cournoyer2022-05-12
| | | | | | | * gnu/packages/python-web.scm (python-flask-login): Update to 0.6.0. [arguments]: New field. [native-inputs]: Remove python-coverage, python-pycodestyle and python-pyflakes.
* gnu: python-flask-wtf: Update to 1.0.1.Maxim Cournoyer2022-05-12
| | | | | | * gnu/packages/python-web.scm (python-flask-wtf): Update to 1.0.1. [propagated-inputs]: Remove python-flask-babel and python-babel. Add python-flask and python-itsdangerous.
* gnu: python-hypothesis-6.23: Update to 6.43.3.Maxim Cournoyer2022-05-12
| | | | | | | | | | * gnu/packages/check.scm (python-hypothesis-6.23): Update to 6.43.3 and rename to... (python-hypothesis-next): ... this. [propagated-inputs]: Add python-pytest. * gnu/packages/matrix.scm (python-matrix-nio): Adjust accordingly. * gnu/packages/python-web.scm (python-h2): Likewise. * gnu/packages/check.scm (python-hypothesis)[home-page]: Update URL.
* gnu: Add python-openapi-core.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-web.scm (python-openapi-core): New variable.
* gnu: python-falcon: Update to 3.1.0.Maxim Cournoyer2022-05-12
| | | | | | | | | | * gnu/packages/python-web.scm (python-falcon): Update to 3.1.0. [source]: Use git. Adjust snippet. [phases]{check}: Set HOME and invoke pytests with "-vv". [native-inputs]: Add python-aiofiles, python-cbor2, python-fakeredis, python-httpx, python-pecan, python-pillow, python-pytest-asyncio and python-websockets. [synopsis, description]: Fix indentation.
* gnu: Add python-pecan.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-web.scm (python-pecan): New variable.
* gnu: Add python-socksio.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-web.scm (python-socksio): New variable.
* gnu: python-uvicorn: Update to 0.17.6.Maxim Cournoyer2022-05-12
| | | | | | | | | * gnu/packages/python-web.scm (python-uvicorn): Update to 0.17.6. [phases]{check}: Delete extraneous add-installed-pythonpath and inputs/outputs arguments. Add the '-o' 'asyncio_mode=auto' option to pytest invocation, and skip two tests. [native-inputs]: Add python-httpx-bootstrap and python-pytest-asyncio. [propagated-inputs]: Add python-asgiref and python-dotenv.
* gnu: python-httpx: Update to 0.22.0.Maxim Cournoyer2022-05-12
| | | | | | | | | | * gnu/packages/python-web.scm (python-httpx): Update to 0.22.0. [phases]{check}: Add 'asyncio_mode=auto' pytest-asyncio option. Skip the 'test_main' test. [native-inputs]: Delete python-autoflake, python-black, python-cryptography, python-flake8, python-flake8-bugbear, python-flake8-pie, python-isort, python-mypy and python-pytest-cov. [propagated-inputs]: Add python-charset-normalizer.
* gnu: Add python-httpx-bootstrap.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-web.scm (python-httpx-bootstrap): New variable.
* gnu: Add python-httpcore-bootstrap.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-web.scm (python-httpcore-bootstrap): New variable.
* gnu: python-httpcore: Update to 0.14.7 and enable tests.Maxim Cournoyer2022-05-12
| | | | | | | | | | | * gnu/packages/python-web.scm (python-httpcore): Update to 0.14.7. [tests?]: Delete argument. [phases]{check}: Streamline and delete coverage related pytest options. Strip trailing #t. [native-inputs]: Delete python-autoflake, python-flake8, python-flake8-bugbear, python-flake8-pie and python-mypy. Add python-pytest-httpbin. [propagated-inputs]: Add python-anyio, python-certifi and python-socksio.
* gnu: Add python-cbor2.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-web.scm (python-cbor2): New variable.
* gnu: Add python-openapi-spec-validator.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-web.scm (python-openapi-spec-validator): New variable.
* gnu: Add python-openapi-schema-validator.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/python-web.scm (python-openapi-schema-validator): New variable.
* gnu: python-websockets: Update to 10.3 and enable tests.Maxim Cournoyer2022-05-12
| | | | | | * gnu/packages/python-web.scm (python-websockets): Fetch from git. Update to 10.3. [arguments]: Delete field, enabling tests.
* gnu: python-flask: Update to 2.1.1.Maxim Cournoyer2022-05-12
| | | | | | * gnu/packages/python-web.scm (python-flask): Update to 2.1.1. [propagated-inputs]: Add python-asgiref and python-importlib-metadata. [home-page]: Update.
* gnu: Add python-scrapy.Felix Gruber2022-05-02
| | | | | | * gnu/packages/python-web.scm (python-scrapy): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-parsel.Felix Gruber2022-05-02
| | | | | | * gnu/packages/python-web.scm (python-parsel): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-protego.Felix Gruber2022-05-02
| | | | | | * gnu/packages/python-web.scm (python-protego): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-ajsonrpc.Peter Polidoro2022-04-18
| | | | * gnu/packages/python-web.scm (python-ajsonrpc): New variable.
* gnu: Add python-quart.Peter Polidoro2022-04-18
| | | | | | * gnu/packages/python-web.scm (python-quart): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: awscli: Update to 1.22.90.Felix Gruber2022-04-18
| | | | | | | | | | * gnu/packages/python-web.scm (awscli): Update to 1.22.90. [arguments] Use search-input-file to find groff. [inputs]: Replace python-botocore-for-awscli with python-botocore. Add groff. [native-inputs]: Remove groff. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-aiohttp: Remove cythonized files.Efraim Flashner2022-04-14
| | | | | * gnu/packages/python-web.scm (python-aiohttp)[source]: Add snippet to remove cythonized files.
* gnu: awscli: Do not propagate inputs.Ricardo Wurmus2022-04-13
| | | | | | * gnu/packages/python-web.scm (awscli)[propagated-inputs]: Move all inputs from here... [inputs]: ...to here.
* gnu: awscli: Use PyYAML 6.Ricardo Wurmus2022-04-13
| | | | | | | | | This should be fine because all uses of yaml.load supply the now mandatory loader argument. * gnu/packages/python-web.scm (awscli)[arguments]: Add phase 'use-recent-pyyaml. [propagated-inputs]: Replace python-pyyaml-for-awscli with python-pyyaml.
* gnu: awscli: Use older version of botocore.Ricardo Wurmus2022-04-12
| | | | | * gnu/packages/python-web.scm (awscli)[propagated-inputs]: Replace python-botocore with python-botocore-for-awscli.
* gnu: awscli: Use older pyyaml.Ricardo Wurmus2022-04-12
| | | | | * gnu/packages/python-web.scm (awscli)[propagated-inputs]: Replace python-pyyaml with python-pyyaml-for-awscli.
* gnu: python-aws-xray-sdk: Update to 2.9.0.Ricardo Wurmus2022-04-11
| | | | | * gnu/packages/python-web.scm (python-aws-xray-sdk): Update to 2.9.0. [arguments]: Delete two more test files; disable two tests.
* gnu: python-w3lib: Fix build.Felix Gruber2022-04-05
| | | | | | | | | | | * 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>
* gnu: python-livereload: Update to 2.6.3.jgart2022-03-29
| | | | | | * gnu/packages/python-web.scm (python-livereload): Update to 2.6.3. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-port-for: Remove trailing boolean.jgart2022-03-29
| | | | | | | * gnu/packages/python-web.scm (python-port-for)[arguments]: Remove trailing boolean from lambda function. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-gitlab: update to 3.2.0Denis 'GNUtoo' Carikli2022-03-16
| | | | | | | * 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>
* gnu: httpie: Update to 3.1.0 [security fixes].kiasoc52022-03-15
| | | | | | | | 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>
* gnu: Add python-unalix.jgart2022-02-23
| | | | | | | * 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>
* gnu: python-aiohttp: Fallback to running tests sequentially.Efraim Flashner2022-02-20
| | | | | | * gnu/packages/python-web.scm (python-aiohttp)[arguments]: Adjust custom 'check phase to run the tests sequentially if they fail when run in parallel.
* gnu: python-css-parser: Update to 1.0.7.Brendan Tildesley2022-02-19
| | | | | | * gnu/packages/python-web.scm (python-css-parser): Update to 1.0.7. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-html5-parser: Update to 0.4.10.Brendan Tildesley2022-02-19
| | | | | | * gnu/packages/python-web.scm (python-html5-parser): Update to 0.4.10. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-warcio: Fix test failure.Marius Bakke2022-02-15
| | | | | * gnu/packages/python-web.scm (python-warcio)[arguments]: Invoke pytest directly instead of going through setup.py. Skip three more tests.
* gnu: python-flask-babel: Update to 2.0.0.kiasoc52022-02-09
| | | | | | * gnu/packages/python-web.scm (python-flask-babel): Update to 2.0.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* 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>