gnu: python-httpbin: Update to 0.10.2. The archive in PyPI points to a fork of <https://github.com/postmanlabs/httpbin> which is unmaintained for 6y, where <https://github.com/Runscope/httpbin> rediects to. See <https://github.com/postmanlabs/httpbin/issues/719>. * gnu/packages/web.scm (python-httpbin): Update to 0.10.2. [build-system]: Swap to pyproject-build-system. [propagated-inputs]: Add python-brotlicffi, python-flasgger, python-greenlet, python-greenlet, and python-werkzeug. [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. [home-page]: Fix URL. Change-Id: I7759904802c9e76c85702ecbad826efbc5547369
gnu: python-apispec-webframeworks: Update to 1.2.0. * gnu/packages/python-xyz.scm (python-apispec-webframeworks): Update to 1.2.0. Improve package style. [source]: Adjust URI as it's changed in PyPI. [propagated-inputs]: Remove python-setuptools. [native-inputs]: Remove python-flake8, python-flake8-bugbear, python-mock, and python-tox; add python-aiohttp and python-flit-core. Change-Id: I5dd727f729192290f449fd56ff32a13d77de7bed
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-flasgger: Update to 0.9.7.1. * gnu/packages/python-xyz.scm (python-flasgger): Update to 0.9.7.1. [source]: Upstream introduced a new tagging style. [native-inputs]: Remove python-flake8 and python-flask-jwt. Change-Id: I5f740f064f2b82b62da5eedea3ca0384682967c6
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-apispec: Update to 6.7.1. * gnu/packages/python-xyz.scm (python-apispec): Update to 6.7.1. Adjut indentation. [arguments]<test-flags>: Enable all tests. [propagated-inputs]: Remove python-packaging; add python-marshmallow and python-pyyaml. [native-inputs]: Remove python-flake8, python-flake8-bugbear, python-marshmallow, python-pyyaml, python-setuptools, and python-wheel; add python-flit-core and python-openapi-spec-validator. Change-Id: I0ab67f9ea7da59eab17beff9fd221616ccd569a7
gnu: python-pytest-httpserver: Update to 1.1.0. * gnu/packages/check.scm (python-pytest-httpserver): Update to 1.1.0. Adjust indentation. [build-system]: Swap to pyproject-build-system. [arguments]<phases>: Remove 'fix-library-loading phase, and use default 'check phase. [native-inputs]: Add python-poetry-core and python-toml. Change-Id: Id0857d4042a3edfb676a46b8c20d051aa4cb1f93
gnu: python-graphviz: Update to 0.20.3. * gnu/packages/graphviz.scm (python-graphviz): Update to 0.20.3. [arguments]<phases>: Remove 'prepare-chec phase. Add 'patch-pytest-options phase. Use custom 'check phase. Change-Id: I8ebd1277e9b53b3ad267f567c449e6efc01b0653
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-itsdangerous: Update to 2.2.0. * gnu/packages/python-xyz.scm (python-itsdangerous): Update to 2.2.0. [native-inputs]: Add python-flit-core, python-freezegun, and python-pytest. Change-Id: Icdb420c0b2fad6e0875042b80e577c97e3bbbbe8
gnu: python-blinker: Update to 1.9.0. * gnu/packages/python-xyz.scm (python-blinker): Update to 1.9.0. [build-system]: Swapt to pyproject-build-system. [native-inputs]: Add python-flit-core, python-pytest, and python-pytest-asyncio. Change-Id: I0fe81403b9cd08ad9eabe11926f2817304a36ec5
gnu: python-cloudpickle: Update to 3.1.0. This change merges python-cloudpickle-testpkg and python-cloudpickle under the same variable name - python-cloudpickle, which was split 3y ago. Build and check phases passed just fine. * gnu/packages/python-xyz.scm (python-cloudpickle): Update to 3.1.0. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-flit-core. Remove python-cloudpickle-testpkg, python-tornado-6. (python-cloudpickle-testpkg): Delete variable. Change-Id: I4f3a31f127a9079e50a0334ee55d50f61e726009
gnu: python-pandas-2: Update to 2.2.3. * gnu/packages/python-science.scm (python-pandas-2): Update to 2.2.3. [arguments]<test-flags>: Ignore move failing test which require optional dependencies. [native-inputs]: Remove python-cython-0.29.35; add python-cython-3. Change-Id: I402627132c9f0771470d89dea986c92855ae4ced
gnu: python-beautifulsoup4: Update to 4.12.3. * gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.12.3. [build-system]: Swap to pyproject-build-system. [arguments]<phases>: Use default 'check phase. [native-inputs]: Add python-hatchling. Change-Id: I91e885eb4bd2414554408acbc6fb57de936625b3
gnu: python-xlsxwriter: Update to 3.2.0. * gnu/packages/python-xyz.scm (python-xlsxwriter): Update to 3.2.0. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I1083b2690477070fccb203a6c0e7af2ab52eef5c
gnu: python-matplotlib: Disable more failing tests. * gnu/packages/python-xyz.scm (python-matplotlib): 5 more tests are disabled, they fail with verity of warnings and look save to silent. Change-Id: I81693452aa88ddbd44fb615f4d4251b5309e4ebe
gnu: python-pytest-localserver: Update to 0.9.0.post0. * gnu/packages/check.scm (python-pytest-localserver): Update to 0.9.0.post0. Adjust indentations and style. [source]: Adjust URI as it's updated in PyPI. [buid-system]: Swap to pyproject-build-system. [native-inputs]: Remove python-six; add nss-certs-for-test, python-setuptools, python-setuptools-scm, and python-wheel. Change-Id: I7e19ebcc76d6b68fe79702cfdf90b94c4757df9b
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
gnu: python-watchdog: Update to 6.0.0. * gnu/packages/python-xyz.scm (python-watchdog): Update to 6.0.0. [arguments]<test-flags>: Disable one more test. Change-Id: I06b31b3d659739d5b5e9a6573597da3b57ea3919