summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
AgeCommit message (Collapse)Author
2025-03-05gnu: python-uvicorn: Skip another test on riscv64-linux.Efraim Flashner
* gnu/packages/python-web.scm (python-uvicorn)[arguments]: When building for riscv64-linux skip another test. Change-Id: I470b45ae3dc80324aa1cd7f1fe37dce8b690be68
2025-03-05gnu: python-uvloop: Fix build on riscv64-linux.Efraim Flashner
* gnu/packages/python-web.scm (python-uvloop)[arguments]: When building for riscv64-linux add a phase to extend some timeouts and skip 2 more tests. Change-Id: Ie40bd546540cfef70b604dc2f65e2952dd17bdf3
2025-03-04gnu: python-cfn-lint: Skip 2 more tests.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-cfn-lint) [arguments] <test-flags>: Skip 2 more shaky tests. Change-Id: Ib60bee902584e0d1fa36ea9f2a90fb62dd7b7c4c
2025-03-03gnu: python-websockets: Fix test suite on riscv64-linux.Efraim Flashner
* gnu/packages/python-web.scm (python-websockets)[arguments]: When building for riscv64-linux use an even longer test timeout. Change-Id: I83390a5e5e8d9e1ab6514841feca8e5066d6c80d
2025-03-02gnu: python-h2: Skip a test on riscv64-linux.Efraim Flashner
* gnu/packages/python-web.scm (python-h2)[arguments]: When building for riscv64-linux skip a test. Change-Id: I1c359046580e5722568362d0954f13b5a2d82e49
2025-03-01gnu: Add python-mohawk.Adam Faiz
* gnu/packages/python-web.scm (python-mohawk): New variable. Change-Id: I8c6c85ea49135f173bce0f2f885deba63e23898b Signed-off-by: Nicolas Goaziou <[email protected]>
2025-02-28gnu: Add python-s3path.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-s3path): New variable. Change-Id: I04c3fe63b9bf4b37d76a78c1df35617495955414
2025-02-28gnu, teams: Fix typos.Greg Hogan
* etc/teams.scm: Remove miscopied comment. * gnu/packages/python-web.scm, gnu/packages/python-xyz.scm: Fix spelling. Change-Id: I1d7aea5804c1216a5f43d19f10772861c5d673bd
2025-02-27gnu: python-fastapi-csrf-protect: Update to 0.3.3.Ricardo Wurmus
* gnu/packages/python-web.scm (python-fastapi-csrf-protect): Update to 0.3.3. [propagated-inputs]: Replace python-pydantic with python-pydantic-2. Change-Id: Iecc1325e4351b76b6bc2cb63fc56bbac30f963d8
2025-02-27gnu: python-huggingface-hub: Use Pydantic 2.Ricardo Wurmus
* gnu/packages/python-web.scm (python-huggingface-hub)[propagated-inputs]: Replace python-pydantic with python-pydantic-2. Change-Id: Id294af8c1bd6a2e4be8897e8492fcacc77e5a6f0
2025-02-27gnu: python-aws-sam-translator: Use Pydantic 2.Ricardo Wurmus
* gnu/packages/python-web.scm (python-aws-sam-translator)[arguments]: Enable tests that failed due to the use of Pydantic 1. [propagated-inputs]: Replace python-pydantic with python-pydantic-2. Change-Id: I8623da82278465f36339160926853d8410af74db
2025-02-25gnu: hypercorn: Fix tests.Sharlatan Hellseher
* gnu/packages/python-web.scm (hypercorn): [native-inputs]: Remove python-hypothesis; add nss-certs-for-test. Change-Id: I8ec89e416d212f00a5cc4ef0187cec96c9b5df7e
2025-02-24gnu: python-uvicorn: Conditionally skip additional test.Ricardo Wurmus
This test fails on aarch64-linux. * gnu/packages/python-web.scm (python-uvicorn)[arguments]: Skip one additional test on aarch64-linux. Change-Id: Ic7b36e199242473957a8e0e71b8cb6d5d3d38045
2025-02-19gnu: Add python-slowapi.Ricardo Wurmus
* gnu/packages/python-web.scm (python-slowapi): New variable. Change-Id: I61c093f60a40ff1ed3a65ed935b7b9ab3be0400c
2025-02-19gnu: Fix some misspellings.Efraim Flashner
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
2025-02-17gnu: python-requests-next: Inherit from python-requests.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-requests-next): Inherit from python-requests. [arguments] <tests?>: Enable them as all passed successfully. Change-Id: Ic0d985f819444e0b01a843da94d874d16a742fb6
2025-02-17gnu: Fix grammar and typos in python package descriptions.Vagrant Cascadian
* gnu/packages/python-web.scm (python-devpi-client)[description]: Adjust grammar. (python-legacy-cgi)[description]: Fix spelling of "library". * gnu/packages/python-xyz.scm (python-adjusttext)[description]: Fix spelling of "automated". (python-rgbxy)[description]: Fix spelling of "conversion".
2025-02-10gnu: python-pastescript: Update to 3.7.0, fix build.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-pastescript): Update to 3.7.0, fix build. [source] <uri>: Adjust the name as it's been changed in PyPI archive. [build-system]: Swap to pyproject-build-system. [arguments] <tests?>: Enable the most of the them. [propagated-inputs]: Add python-setuptools. [native-inputs]: Remove python-nose; add python-pytest and python-wheel. [home-page]: Fix URL. Change-Id: I8584693bf968e8278bdbce3abf43a7cb3b4cd8fb
2025-02-09gnu: python-paste: Update to 3.10.1.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-paste): Update to 3.10.1. [source] <uri>: Adjust it as PyPI archive has been changed. <patches>: Remove them. <snippet>: Likewise, all tests passed without modifications. [propagated-inputs]: Remove python-six and python-setuptools. [native-inputs]: Add python-setuptools. * gnu/packages/patches/python-paste-remove-timing-test.patch: Delete file. * gnu/local.mk (python-paste-remove-timing-test.patch): Deregister patch. Change-Id: I8b8560318e01fdcddfeb2f6916414e1c59cbcb6a
2025-02-05gnu: Add python-domain-connect-dyndns.Mekeor Melire
It was preoposed in #48514 on <2021-05-19>. * gnu/packages/python-web.scm (python-domain-connect-dyndns): New variable. Change-Id: I3a31379b4b4ed58c3503d6a8d5fd5a960702bec0 Reviewed-by: Xinglu Chen <[email protected]> Co-authored-by: Sharlatan Hellseher <[email protected]> Signed-off-by: Sharlatan Hellseher <[email protected]>
2025-02-05gnu: Add python-domain-connect.Mekeor Melire
It was preoposed in #48514 on <2021-05-19>. * gnu/packages/python-web.scm (python-domain-connect): New variable. Change-Id: I479ae5a66aaf8cf1a5fcf5bb45583446000a2c64 Reviewed-by: Xinglu Chen <[email protected]> Co-authored-by: Sharlatan Hellseher <[email protected]> Signed-off-by: Sharlatan Hellseher <[email protected]>
2025-02-05gnu: Add python-publicsuffixlist.Mekeor Melire
It was preoposed in #48514 on <2021-05-19>. * gnu/packages/python-web.scm (python-publicsuffixlist): New variable. Change-Id: Iacecd5e9e49f9136935a65c83c09a643e371738b Reviewed-by: Xinglu Chen <[email protected]> Co-authored-by: Sharlatan Hellseher <[email protected]> Signed-off-by: Sharlatan Hellseher <[email protected]>
2025-02-04gnu: python-treq: Update to 24.9.1.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-treq): Update to 24.9.1. [build-system]: Swap to pyproject-build-system. [propagated-inputs]: Remove python-idna and python-service-identity; add python-hyperlink and python-typing-extensions. [native-inputs]: Add python-httpbin, python-pytest, python-service-identity, python-setuptools, and python-wheel. Change-Id: I1311624a0d192a26ece9f7e00530ae9ba1381d61
2025-01-25gnu: Add python-hookdns.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-hookdns): New variable. Change-Id: I67c717ae18d9cc4189ef5657cbcb240c48e264a7
2025-01-25gnu: python-warcio: Update to 1.7.5.Felix Gruber
* gnu/packages/python-web.scm (python-warcio): Update to 1.7.5. [arguments]: Disable loading test file that now requires python-hookdns. All tests in that file were already skipped before, because they need network access. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Icadd915e1128f4e04741cbf8a246ad58d631307f Signed-off-by: Sharlatan Hellseher <[email protected]>
2025-01-20gnu: Add python-requests-cache.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-requests-cache): New variable. Change-Id: I790b509e88529ce85c6f46240064ceb88aff35ce
2025-01-20gnu: Add python-url-normalize.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-url-normalize): New variable. Change-Id: Ic86b7d27451ef994b980efc1fb7faa2a813f4e0a
2025-01-20gnu: python-eventlet: Move to python-web.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-eventlet): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: I71beee927f17133267bf0236f075bccf15effe0e
2025-01-20gnu: python-apiron: Add missing inputs.Ricardo Wurmus
* gnu/packages/python-web.scm (python-apiron)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I98c35266870e2b2a9fa59f933350592cd0269721
2025-01-20gnu: python-scrapy: Update to 2.12.0.Ricardo Wurmus
* gnu/packages/python-web.scm (python-scrapy): Update to 2.12.0. [arguments]: Update list of disabled tests. [propagated-inputs]: Remove python-botocore and python-setuptools; add python-packaging and python-typing-extensions. [native-inputs]: Add python-mypy and python-setuptools; remove python-pyftpdlib and python-uvloop. Change-Id: If747801ccbb6047b8d1a98714dafae8ab3743b07
2025-01-20gnu: python-flask-misaka: Update to 1.0.1.宋文武
* gnu/packages/python-web.scm (python-flask-misaka): Update to 1.0.1. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-flask, python-pytest, python-setuptools and python-wheel. Remove python-coverage and python-mock. [propagated-inputs]: Add python-markupsafe. Remove python-flask. Change-Id: Ib737e6268f98227909606753ffe8d9f72c539f73
2025-01-20gnu: python-flask-migrate: Update to 4.1.0.宋文武
* gnu/packages/python-web.scm (python-flask-migrate): Update to 4.1.0. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pytest, python-setuptools and python-wheel. Change-Id: I39742c22619c6c3fca51f954c0930c2ccf0d4577
2025-01-20gnu: python-imap-tools: Update to 1.9.0.宋文武
* gnu/packages/python-web.scm (python-imap-tools): Update to 1.9.0. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I1daf6ab61335002c4d66c7272c6a81773e40e56b
2025-01-20gnu: python-cssutils: Update to 2.11.1.宋文武
* gnu/packages/python-web.scm (python-cssutils): Update to 2.11.1. [propagated-inputs]: Add python-more-itertools. [inputs]: Add python-cssselect and python-lxml. Change-Id: I4832cd718fade9986df6bd7e82fe3e886e452a19
2025-01-20gnu: Add python-s3fs.Ricardo Wurmus
* gnu/packages/python-web.scm (python-s3fs): New variable. Change-Id: I5f9f02cc91f3037d382af68c785d215550a0efe6
2025-01-20gnu: Add python-aiobotocore.Ricardo Wurmus
* gnu/packages/python-web.scm (python-aiobotocore): New variable. Change-Id: I47b3374e06f82b2ec842b7b11acce8ce6df3c363
2025-01-20gnu: Add python-aioitertools.Ricardo Wurmus
* gnu/packages/python-web.scm (python-aioitertools): New variable. Change-Id: I1ef29297b9e3d526234270dc2701ab55704e3fe4
2025-01-20gnu: python-zeep: Update to 4.3.1.Ricardo Wurmus
* gnu/packages/patches/python-zeep-Fix-pytest_httpx-test-cases.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove patch. * gnu/packages/python-web.scm (python-zeep): Update to 4.3.1. [source]: Remove patch. [build-system]: Use pyproject-build-system. [arguments]: Add phase 'compatibility; replace custom 'check phase with 'set-HOME phase. [propagated-inputs]: Remove python-cached-property. [native-inputs]: Remove python-aiohttp, python-aioresponses, and python-mock; add nss-certs-for-test, python-coverage, python-flake8, python-flake8-blind-except, python-flake8-debugger, python-isort, python-setuptools, and python-wheel. Change-Id: I0385e304fcb2eeda508bc7d019ca645cf8a36c64
2025-01-20gnu: python-pyowm: Fix build.宋文武
* gnu/packages/python-web.scm (python-pyowm)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ib48705555d0fe23117f49c6d10862bf65608e4c9
2025-01-20gnu: python-rangehttpserver: Fix build.宋文武
* gnu/packages/python-web.scm (python-rangehttpserver)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ia3eb6fddb829b76cc620ff29fefdc8eb1bbb5b2e
2025-01-20gnu: Remove python-tinycss.宋文武
Last updated 8 years ago, superseded by python-tinycss2. * gnu/packages/python-web.scm (python-tinycss): Remove variable. Change-Id: I0ce8abdffe40340b798c697cd501d4a6a3443078
2025-01-20gnu: python-tweepy: Disable tests.宋文武
* gnu/packages/pythohn-web.scm (python-tweepy)[arguments]: Disable tests. Change-Id: I61230791339db93f34a05f30319eaea83149df99
2025-01-20gnu: python-waybackpack: Fix build.宋文武
* gnu/packages/python-web.scm (python-waybackpack)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I7f4c51b39a1d7e322245a7d1f69f39e46da88b9f
2025-01-20gnu: python-wsgi-intercept: Update to 1.13.1.宋文武
* gnu/packages/python-web.scm (python-wsgi-intercept): Update to 1.13.1. [build-system]: Switch to pyproject-build-system. [arguments]: Disable tests. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I1bfcb902e543eedcaeed3d01ee5996f9b5c96925
2025-01-20gnu: python-wtforms-sqlalchemy: Fix build.宋文武
* gnu/packages/python-web.scm (python-wtforms-sqlalchemy)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ie749474a95171250d6f0a975e7c7989b0ea7c292
2025-01-20gnu: python-zodbpickle: Fix build.宋文武
* gnu/packages/python-web.scm (python-zodbpickle)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I5d0b47cbf3ea746368a87a26eb967216aae07de6
2025-01-20gnu: Add python-python3-saml.Ricardo Wurmus
* gnu/packages/python-web.scm (python-python3-saml): New variable. Change-Id: I2609fcea5f55372670629fd1ce5641319489feea
2025-01-20gnu: python-asgiref: Update to 3.8.1.Ricardo Wurmus
* gnu/packages/python-web.scm (python-asgiref): Update to 3.8.1. [build-system]: Use pyproject-build-system. [arguments]: Remove custom 'check phase. [native-inputs]: Add python-setuptools and python-wheel. [propagated-inputs]: Remove python-typing-extensions. Change-Id: Id59954de4540071ba97daca37c463e724f3a3de5
2025-01-20gnu: python-flask-httpauth: Update to 4.8.0.Ricardo Wurmus
* gnu/packages/python-web.scm (python-flask-httpauth): Update to 4.8.0. [build-system]: Use pyproject-build-system. [propagated-inputs]: Add python-flask. [native-inputs]: Add nss-certs-for-test, python-pytest, python-setuptools, and python-wheel; remove python-flask. Change-Id: Iae3416cdbc79c2972e2fab6ea2b32fbc02c53499
2025-01-20gnu: python-pynetbox: Update to 7.4.1.Ricardo Wurmus
* gnu/packages/python-web.scm (python-pynetbox): Update to 7.4.1. [arguments]: Remove phase 'disable-failing-tests; use test-flags instead. [propagated-inputs]: Add python-packaging. [native-inputs]: Remove python-pyyaml. Change-Id: I2138797ba292ae06985187ec89c2d77e580b0703