gnu: python-websockets: Update to 13.1. * gnu/packages/python-web.scm (python-websockets): Update to 13.1. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-praw: Update to 7.8.1. * gnu/packages/python-web.scm (python-praw): Update to 7.8.1. [source]<origin>: Fetch from git to download tests. [build-system]: Move to pyproject-build-system. [arguments]<#:test-flags>: Skip failing tests. [native-inputs]: Add python-flit-core. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-prawcore: Update to 2.4.0. * gnu/packages/python-web.scm (python-prawcore): Update to 2.4.0. [source]<origin>: Fetch from git to download tests. [build-system]: Move to pyproject-build-system. [arguments]<#:test-flags>: Skip failing tests. [native-inputs]: Add python-flit-core. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-openapi-spec-validator: Delete sanity check. * gnu/packages/python-web.scm (python-openapi-spec-validator): Delete sanity check. Change-Id: I80d575155cf7920f0d2f6e9460a7e40d496c080c
gnu: python-quart: Update to 0.19.9. * gnu/packages/python-web.scm (python-quart): Update to 0.19.9. [source]: Swap to git checkout containing tests. [build-system]: Swap to pyproject-build-system. [arguments]<phases>: Add 'remove-coverage-pytest-options. [propagated-inputs]: Add python-dotenv and python-flask. [native-inputs]: Add python-poetry-core, python-pytest, and python-pytest-asyncio. Change-Id: I685eba2da7553529438fdb3c446b6c838dc64996
gnu: python-aioquic: Update to 1.2.0. * gnu/packages/python-web.scm (python-aioquic): Update to 1.2.0. Adjust indentation. [arguments]<test-flags>: Disable 3 failing tests. [propagated-inputs]: Add python-service-identity. [native-inputs]: Add nss-certs-for-test. Change-Id: I55b2450457305acca6c2858394fe5221a541fbae
gnu: hypercorn: Update to 0.17.3. * gnu/packages/python-web.scm (hypercorn): Update to 0.17.3. [propagated-inputs]: Add python-taskgroup. [native-inputs]: Add python-httpx. Change-Id: I01eaf6e72c2882464bf98b09d24d5a5df7781571
gnu: python-jsonpickle: Update to 4.0.0. * gnu/packages/python-web.scm (python-jsonpickle): Update to 4.0.0. Change-Id: Icadcf069113c6a5de3c285c36f0a8ec79903e822 Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-betamax: Update to 0.9.0. * gnu/packages/python-web.scm (python-betamax): Update to 0.9.0. Change-Id: Ia4696d1150e1ee24ca6b27251a7db05d14d1351b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-starlette: Update to 0.41.3. * gnu/packages/python-web.scm (python-starlette): Update to 0.41.3. Change-Id: I36c69a16eaaca90503bfe0c0e8ee8e7941f98e94
gnu: python-uvicorn: Update to 0.32.1. * gnu/packages/python-web.scm (python-uvicorn): Update to 0.32.1. [arguments]<test-flags>: Disable multiprocess tests. <phases>: Remove 'patch-pyproject, newer version of Hatchling does like it now. Change-Id: Ie22fc5134d5e40eb4bb7e27681556fc88af886ef
gnu: python-a2wsgi: Update to 1.10.7. * gnu/packages/python-web.scm (python-a2wsgi): Update to 1.10.7. [arguments]<tests>: Enable most of them. <test-flags>: Exclude test which introduce cycle. [native-inputs]: Add python-pytest, python-httpx-bootstrap, and python-pytest-asyncio. Change-Id: Id171de02323e0db99c86fb7297be424a5ddc1d3b
gnu: python-uvloop: Update to 0.21.0. * gnu/packages/python-web.scm (python-uvloop): Update to 0.21.0. [build-system]: Swap to pyproject-build-system. [arguments]<test-flags>: Disable one test. [native-inputs]: Remove python-cython; add python-cython-3, python-setuptools, and python-wheel. Change-Id: I1124bbfcfc3f333448cb3c08f9d2b08b61a0a46e
gnu: python-tornado-6: Update to 6.4.2. * gnu/packages/python-web.scm (python-tornado-6): Update to 6.4.2. [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. Change-Id: I4338745b18eec94f0f492b80b1d5b99f69a37085
gnu: python-tinycss2: Update to 1.4.0. * gnu/packages/python-web.scm (python-tinycss2): Update to 1.4.0. [native-inputs]: Remove python-pytest-flake8 and python-pytest-isort. Change-Id: I397b3cd61473fcf90681be1cab784ba7cc16334b
gnu: Remove python-flask-jwt. Unmaintained and not in use by any packages in Guix. Upstream note: "This repository has been archived by the owner on Feb 22, 2024. It is now read-only." * gnu/packages/python-web.scm (python-flask-jwt): Delete variable. Change-Id: Id59422744dd0ee81dcde782f6172744ab026bb00
gnu: python-flask-restful: Update to 0.3.10. * gnu/packages/python-web.scm (python-flask-restful): Update to 0.3.10. [arguments]: Disable all tests. Change-Id: I517d21110eb0334fe152c205c3f8167e0a873bc2
gnu: python-flask: Update to 3.1.0. * gnu/packages/python-web.scm (python-flask): Update to 3.1.0. [build-system]: Swapt to pyproject-build-system. [arguments]<phases>: Use default 'check phase. [propagated-inputs]: Add python-blinker. [native-inputs]: Add python-flit-core. Change-Id: Ia745e13a395f2e4d315787600ddc2cbb26308ac7
gnu: python-werkzeug: Update to 3.1.3. * gnu/packages/python-web.scm (python-werkzeug): Update to 3.1.3. [build-system]: Swap to pyproject-build-system. [arguments]<phases>: Use default 'check phase. [propagated-inputs]: Add python-markupsafe. [native-inputs]: Add python-flit-core, python-watchdog, and python-ephemeral-port-reserve. Change-Id: I97a971034993272b369803eb24f7c6f718da55af
gnu: Add python-ephemeral-port-reserve. * gnu/packages/python-web.scm (python-ephemeral-port-reserve): New variable. Change-Id: I198370d0d3b6ddaf3cc94a98a2cbebb654072e53