Age | Commit message (Expand) | Author |
2022-05-20 | gnu: Add python-smart-open....* gnu/packages/python-web.scm (python-smart-open): New variable.
| Ricardo Wurmus |
2022-05-20 | gnu: Add python-google-cloud-storage....* gnu/packages/python-web.scm (python-google-cloud-storage): New variable.
| Ricardo Wurmus |
2022-05-20 | gnu: Add python-google-cloud-core....* gnu/packages/python-web.scm (python-google-cloud-core): New variable.
| Ricardo Wurmus |
2022-05-20 | gnu: Add python-google-api-core....* gnu/packages/python-web.scm (python-google-api-core): New variable.
| Ricardo Wurmus |
2022-05-20 | gnu: Add python-google-resumable-media....* gnu/packages/python-web.scm (python-google-resumable-media): New variable.
| Ricardo Wurmus |
2022-05-20 | gnu: Add python-google-auth....* gnu/packages/python-web.scm (python-google-auth): New variable.
| Ricardo Wurmus |
2022-05-20 | gnu: Add python-googleapis-common-protos....* gnu/packages/python-web.scm (python-googleapis-common-protos): New variable.
| Ricardo Wurmus |
2022-05-20 | gnu: Add python-google-crc32c....* gnu/packages/python-web.scm (python-google-crc32c): New variable.
| Ricardo Wurmus |
2022-05-20 | gnu: Add python-azure-storage-blob....* gnu/packages/python-web.scm (python-azure-storage-blob): New variable.
| Ricardo Wurmus |
2022-05-20 | gnu: Add python-azure-core....* gnu/packages/python-web.scm (python-azure-core): New variable.
| Ricardo Wurmus |
2022-05-20 | gnu: Add python-azure-common....* gnu/packages/python-web.scm (python-azure-common): New variable.
| Ricardo Wurmus |
2022-05-20 | gnu: python-google: Add missing input....* gnu/packages/python-web.scm (python-google)[propagated-inputs]: Add
python-beautifulsoup4.
| Ricardo Wurmus |
2022-05-18 | gnu: python-scrapy: Parallelize test suite....* 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.
| Maxim Cournoyer |
2022-05-18 | gnu: python-scrapy: Fix indentation...* gnu/packages/python-web.scm (python-scrapy): Fix indentation.
| Maxim Cournoyer |
2022-05-12 | gnu: python-sanic: Update to 21.12.1....* 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>
| Lars-Dominik Braun |
2022-05-12 | gnu: Add python-sanic-testing....* gnu/packages/python-web.scm (python-sanic-testing): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Lars-Dominik Braun |
2022-05-12 | gnu: Add python-sanic-bootstrap....* gnu/packages/python-web.scm (python-sanic-bootstrap): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Lars-Dominik Braun |
2022-05-12 | gnu: Add python-sanic-routing....* gnu/packages/python-web.scm (python-sanic-routing): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Lars-Dominik Braun |
2022-05-12 | gnu: python-flask-login: Update to 0.6.0....* 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.
| Maxim Cournoyer |
2022-05-12 | gnu: python-flask-wtf: Update to 1.0.1....* 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.
| Maxim Cournoyer |
2022-05-12 | gnu: python-hypothesis-6.23: Update to 6.43.3....* 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.
| Maxim Cournoyer |
2022-05-12 | gnu: Add python-openapi-core....* gnu/packages/python-web.scm (python-openapi-core): New variable.
| Maxim Cournoyer |
2022-05-12 | gnu: python-falcon: Update to 3.1.0....* 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.
| Maxim Cournoyer |
2022-05-12 | gnu: Add python-pecan....* gnu/packages/python-web.scm (python-pecan): New variable.
| Maxim Cournoyer |
2022-05-12 | gnu: Add python-socksio....* gnu/packages/python-web.scm (python-socksio): New variable.
| Maxim Cournoyer |
2022-05-12 | gnu: python-uvicorn: Update to 0.17.6....* 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.
| Maxim Cournoyer |
2022-05-12 | gnu: python-httpx: Update to 0.22.0....* 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.
| Maxim Cournoyer |
2022-05-12 | gnu: Add python-httpx-bootstrap....* gnu/packages/python-web.scm (python-httpx-bootstrap): New variable.
| Maxim Cournoyer |
2022-05-12 | gnu: Add python-httpcore-bootstrap....* gnu/packages/python-web.scm (python-httpcore-bootstrap): New variable.
| Maxim Cournoyer |
2022-05-12 | gnu: python-httpcore: Update to 0.14.7 and enable tests....* 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.
| Maxim Cournoyer |
2022-05-12 | gnu: Add python-cbor2....* gnu/packages/python-web.scm (python-cbor2): New variable.
| Maxim Cournoyer |
2022-05-12 | gnu: Add python-openapi-spec-validator....* gnu/packages/python-web.scm (python-openapi-spec-validator): New variable.
| Maxim Cournoyer |
2022-05-12 | gnu: Add python-openapi-schema-validator....* gnu/packages/python-web.scm (python-openapi-schema-validator): New variable.
| Maxim Cournoyer |
2022-05-12 | gnu: python-websockets: Update to 10.3 and enable tests....* gnu/packages/python-web.scm (python-websockets): Fetch from git.
Update to 10.3.
[arguments]: Delete field, enabling tests.
| Maxim Cournoyer |
2022-05-12 | gnu: python-flask: Update to 2.1.1....* gnu/packages/python-web.scm (python-flask): Update to 2.1.1.
[propagated-inputs]: Add python-asgiref and python-importlib-metadata.
[home-page]: Update.
| Maxim Cournoyer |
2022-05-02 | gnu: Add python-scrapy....* gnu/packages/python-web.scm (python-scrapy): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber |
2022-05-02 | gnu: Add python-parsel....* gnu/packages/python-web.scm (python-parsel): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber |
2022-05-02 | gnu: Add python-protego....* gnu/packages/python-web.scm (python-protego): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber |
2022-04-18 | gnu: Add python-ajsonrpc....* gnu/packages/python-web.scm (python-ajsonrpc): New variable.
| Peter Polidoro |
2022-04-18 | gnu: Add python-quart....* gnu/packages/python-web.scm (python-quart): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Peter Polidoro |
2022-04-18 | gnu: awscli: Update to 1.22.90....* 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>
| Felix Gruber |
2022-04-14 | gnu: python-aiohttp: Remove cythonized files....* gnu/packages/python-web.scm (python-aiohttp)[source]: Add snippet to
remove cythonized files.
| Efraim Flashner |
2022-04-13 | gnu: awscli: Do not propagate inputs....* gnu/packages/python-web.scm (awscli)[propagated-inputs]: Move all inputs
from here...
[inputs]: ...to here.
| Ricardo Wurmus |
2022-04-13 | gnu: awscli: Use PyYAML 6....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.
| Ricardo Wurmus |
2022-04-12 | gnu: awscli: Use older version of botocore....* gnu/packages/python-web.scm (awscli)[propagated-inputs]: Replace
python-botocore with python-botocore-for-awscli.
| Ricardo Wurmus |
2022-04-12 | gnu: awscli: Use older pyyaml....* gnu/packages/python-web.scm (awscli)[propagated-inputs]: Replace
python-pyyaml with python-pyyaml-for-awscli.
| Ricardo Wurmus |
2022-04-11 | gnu: python-aws-xray-sdk: Update to 2.9.0....* gnu/packages/python-web.scm (python-aws-xray-sdk): Update to 2.9.0.
[arguments]: Delete two more test files; disable two tests.
| Ricardo Wurmus |
2022-04-05 | gnu: python-w3lib: Fix build....* 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>
| Felix Gruber |
2022-03-29 | gnu: python-livereload: Update to 2.6.3....* gnu/packages/python-web.scm (python-livereload): Update to 2.6.3.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| jgart |
2022-03-29 | gnu: python-port-for: Remove trailing boolean....* gnu/packages/python-web.scm (python-port-for)[arguments]: Remove trailing
boolean from lambda function.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| jgart |