summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
AgeCommit message (Collapse)Author
2026-02-07gnu: Remove python-mypy native-input from some packages.Nicolas Graves
Remove python-mypy from [native-inputs] in the following packages as not required for build/tests/install: * gnu/packages/engineering.scm: (uranium, cura) * gnu/packages/machine-learning.scm: (python-torchmetrics) * gnu/packages/python-check.scm: (python-nptyping) * gnu/packages/python-web.scm: (python-huggingface-hub, python-asgiref, python-starsessions) * gnu/packages/python-xyz.scm: (kalamine, python-numpy-1) * gnu/packages/serialization.scm: (python-msgspec) Change-Id: I46d608020f65a2d6a8d3fec792173e44308360bd Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: Remove python-covdefaults native-input from some packages.Nicolas Graves
Remove python-covdefaults from [native-inputs] in the following packages as not required for build/tests/install: * gnu/packages/python-xyz.scm (python-pyproject-api) * gnu/packages/version-control.scm (pre-commit) Change-Id: I97ac72184393a86c5eabf32a558efc95630f07e3 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: Remove python-flake8 native-input from some packages.Nicolas Graves
Remove python-flake8 from [native-inputs] in the following packages as not required for build/tests/install: * gnu/packages/bioinformatics.scm: (python-doubletdetection) * gnu/packages/ebook.scm: (calibre) * gnu/packages/graph.scm: (python-pygsp) * gnu/packages/machine-learning.scm: (python-pymanopt, python-pyro-api) * gnu/packages/python-web.scm: (python-furl) * gnu/packages/python-xyz.scm: (python-jinja2-cli) * gnu/packages/simulation.scm: (python-dolfin-adjoint) * gnu/packages/vpn.scm: (sshuttle) * gnu/packages/music.scm (python-mutagen): [arguments]<#:test-flags>: Ignore flake8 quality tests. [native-inputs]: Remove python-flake8. Change-Id: I2789b8711faf3aa60a4bfa2062f95616e216d6c3 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: Remove python-requests-unixsocket.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-requests-unixsocket): Delete variable. Change-Id: I898475524363db1d6011e4de75f643b8d7633cc4
2026-02-07gnu: python-dependency-groups: Correct package.Nicolas Graves
* gnu/packages/python-web.scm (python-dependency-groups) [native-inputs]: Add python-pytest, as tests were not run using unittests. Change-Id: I966ea4dad232ad514bcf10cfd37a89c5244ca0b5 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: python-frozenlist: Update to 1.8.0.Nicolas Graves
* gnu/packages/python-web.scm (python-frozenlist): Update to 1.8.0. [source]: Switch to git-fetch. [outputs]: Add "wheel" output. [arguments]<#:test-flags>: Ignore configuration. [native-inputs]: Add python-cython, python-pytest, python-tomli. Remove python-wheel. Change-Id: I3ff9f502960c8dd1ff304b90499d4c1370869b20 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-07gnu: Remove python-hypercorn.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-hypercorn): Delete variable. Change-Id: I8718d0984ba3d2f3450cd6d7209a2fd8bf857d34
2026-02-07gnu: Remove python-requests-next.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-requests-next): Delete variable. Change-Id: I83a6c57aa27afaeb9116efb33982dce92f5cfa1d
2026-02-07gnu: python-azure-core: Use python-pytest-8Sharlatan Hellseher
* gnu/packages/python-web.scm (python-azure-core)[native-inputs]: Remove python-pytest; add python-pytest-8. Change-Id: I82a393735461681b3fa9112b582e87eb46700635
2026-01-25gnu: python-kubernetes: Update to 35.0.0.Allan Adair
* gnu/packages/python-web.scm (python-kubernetes): Update to 35.0.0. [inputs]: Replace python-urllib3-1.26 by python-urllib3. Change-Id: I079ee405acfc603847a7e8eb957f5b3f02e14cba Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-blacksheep: Update to 2.4.6.wrobell
This version fixes https://github.com/Neoteroi/BlackSheep/issues/646, which fixes build with Cython 3.2.x. See also https://github.com/cython/cython/issues/7436 * gnu/packages/python-web.scm (python-blacksheep): Update to 2.4.6. Change-Id: I806c921823a7ee7ce8e5db148a36aa142835573a Reviwed-by: Nguyễn Gia Phong <cnx@loang.net> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-flask-cors: Update to 6.0.2.Hugo Buddelmeijer
* gnu/packages/python-web.scm (python-flask-cors): Update to 6.0.2. [arguments]<#:phases>: Add fix-version phase. Change-Id: I343c65293d56286d651d59c8bd64ecb847693607 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: Add python-flask-paginate.Felix Gruber
* gnu/packages/python-web.scm (python-flask-paginate): New variable. Change-Id: I38eefde359691ce5856bd979e8b7821f83ca3a86 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-domain-connect: Remove unused inputs.Nicolas Graves
* gnu/packages/python-web.scm (python-domain-connect): [native-inputs]: Remove python-wheel. [propagated-inputs]: Remove python-publicsuffix. Change-Id: I959e6239149c51a25d44ffc18ddad0b6ce9f9b63 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-cachecontrol: Remove python-lockfile propagated-input.Nicolas Graves
* gnu/packages/python-web.scm (python-cachecontrol)[propagated-input]: Remove python-lockfile. Change-Id: I9801a3673d1e655148a7d9a76cb4026c26fca69d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-jwcrypto: Adjust inputs.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-jwcrypto)[propagated-inputs]: Remove python-deprecated; add python-typing-extensions. Change-Id: I0eda45ecdb99e98d7841482fb77c390014a53e2b Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-blacksheep: Update to 2.4.5.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-blacksheep): Update to 2.4.5. [propagated-inputs]: Add python-essentials, python-httptools, and python-rodi. Change-Id: Id3ab94d587a46a99a1f85910ce2d60f7721816b3 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-guardpost: Update to 1.0.4.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-guardpost): Update to 1.0.4. [propagated-inputs]: Add python-cryptography, python-essentials, and python-pyjwt. [native-inputs]: Remove python-cryptography and python-pyjwt. Change-Id: Ia527c00ac1224ded076679e3971c43d7f3482540 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-cloudpathlib: Fix tests.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-cloudpathlib)[native-inputs]: Add python-psutil. Change-Id: I2c13d89f7739f94ca5532188cafaba7d6b214f1d Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-fastapi: Update to 0.124.0.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-fastapi): Update to 0.124.0. [arguments] <test-flags>: Rework them, do not run tests on documentation and toturials. <phases>: Remove 'relax-requirements. [propagated-inputs]: Add python-annotated-doc and python-pydantic-extra-types. [native-inputs]: Add python-anyio, python-types-orjson, and python-types-ujson. Change-Id: I699102d132838e3a8ac120063c6fdb89b25db89f Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-pydantic-2: Deprecate by python-pydantic.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pydantic-2): Deprecate variable. * gnu/packages/astronomy.scm (python-czml3, python-edps, python-hvpy): [propagated-inputs]: Remove python-pydantic-2; add python-pydantic. * gnu/packages/cybersecurity.scm (gallia): [inputs]: Remove python-pydantic-2; add python-pydantic. * gnu/packages/databases.scm (python-prisma)[propagated-inputs]: Remove python-pydantic-2; add python-pydantic. (python-tortoise-orm, aerich)[native-inputs]: Remove python-pydantic-2; add python-pydantic. * gnu/packages/django.scm (python-django-ninja)[propagated-inputs]: Remove python-pydantic-2; add python-pydantic. * gnu/packages/finance.scm (python-schwifty)[native-inputs]: Remove python-pydantic-2; add python-pydantic. * gnu/packages/games.scm (tuxemon)[propagated-inputs]: Remove python-pydantic-2; add python-pydantic. * gnu/packages/machine-learning.scm (python-spacy, python-thinc): [propagated-inputs]: Remove python-pydantic-2; add python-pydantic. * gnu/packages/maths.scm (python-libensemble)[propagated-inputs]: Remove python-pydantic-2; add python-pydantic. * gnu/packages/protobuf.scm (python-pure-protobuf)[native-inputs]: Remove python-pydantic-2; add python-pydantic. * gnu/packages/python-check.scm (python-inline-snapshot)[native-inputs]: Remove python-pydantic-2; add python-pydantic. * gnu/packages/python-science.scm (python-iminuit):[native-inputs]: Remove python-pydantic-2; add python-pydantic. (python-pandera, python-vaex-core)[propagated-inputs]: Remove python-pydantic-2; add python-pydantic. * gnu/packages/python-web.scm: (python-cloudpathlib, python-huggingface-hub): [native-inputs]: Remove python-pydantic-2; add python-pydantic. (python-aws-sam-translator, python-weasel, python-openai, python-fastapi, python-fastapi-csrf-protect, python-fastapi-pagination-minimal, python-fastapi-pagination): [propagated-inputs]: Remove python-pydantic-2; add python-pydantic. * gnu/packages/python-xyz.scm: (python-safety-schemas, python-pytoolconfig, python-pydantic-cli, python-pydantic-settings, python-confection, python-safety)[propagated-inputs]: Remove python-pydantic-2; add python-pydantic. (python-deepdiff, python-lief)[native-inputs]: Remove python-pydantic-2; add python-pydantic. Change-Id: I20842162ae8a6c0abd54e4ef1fc676f928541184 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2026-01-25gnu: python-httptools: Update to 0.7.1.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-httptools): Update to 0.7.1. Change-Id: Iae65ddeff91abec3029403998469ae53547f295b Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2025-12-31gnu: python-pyzabbix: Move to python-web.Sharlatan Hellseher
This is an intermediate Python module communicating with Zabbix API via HTTP, the best place is (gnu packages python-web). * gnu/packages/monitoring.scm (python-pyzabbix): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: I7ef6b03b6f33310b2470b4adaf60be87dec19f6b
2025-12-30gnu: Remove python-rauth.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-rauth): Delete variable. Fixes: guix/guix#4576 Change-Id: Ic38764f54e828c2e591f62ad09f1e04450713d9f
2025-12-30gnu: Remove python-unalix.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-unalix): Delete variable. Fixes: guix/guix#4577 Change-Id: I842a022d7b48ac0bb0dcae4014fa3e12fe40d982
2025-12-28gnu: python-google-cloud-storage: Update to 2.19.0.Nicolas Graves
* gnu/packages/python-web.scm (python-google-cloud-storage): Update to 2.19.0. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Migrate to <#:test-flags>. <#:test-flags>: Ignore failing tests. [native-inputs]: Add python-googleapis-common-protos, python-setuptools. [description]: Improve style. Change-Id: I6bf0280671e880c1a1fb3ae461e74b572ce26136 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-google-cloud-core: Update to 2.5.0.Nicolas Graves
* gnu/packages/python-web.scm (python-google-cloud-core): Update to 2.5.0. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]: Drop them. [native-inputs]: Add python-grpcio-status, python-pytest, python-setuptools. [description]: Improve style. Change-Id: I39913a8a2cf5238171848d83232cc9c6538bdd0d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-google-api-core: Update to 2.28.1.Nicolas Graves
* gnu/packages/python-web.scm (python-google-api-core): Update to 2.28.1. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]: Drop them. [native-inputs]: Add python-pytest-mock, python-setuptools. [description]: Improve style. (python-google-api-client)[arguments]<#:test-flags>: Ignore additional tests, failing due to deprecations. Change-Id: I2471d36ec33713eab08d5967ef4141f6dde824ab Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-googleapis-common-protos: Update to 1.66.0.Nicolas Graves
* gnu/packages/python-web.scm (python-googleapis-common-protos): Update to 1.66.0. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]: Drop them. [native-inputs]: Add python-setuptools. [description]: Improve style. Change-Id: Id5cf674c5ca8861e03448166fc17146f6a4e8bfc Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-google-api-client: Update to 2.187.0.Nicolas Graves
* gnu/packages/python-web.scm (python-google-api-client): Update to 2.187.0. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:test-flags>: Ignore a single failing test. [native-inputs]: Add python-parameterized, python-pytest, python-setuptools. [propagated-inputs]: Remove python-six. Change-Id: Icc763db0362ec109d2775ffa0e83485c888181ea Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-google-resumable-media: Update to 2.8.0.Nicolas Graves
* gnu/packages/python-web.scm (python-google-resumable-media): Update to 2.8.0. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Migrate to <#:test-flags>, ignore failing tests. [native-inputs]: Add python-pytest-asyncio, python-setuptools. Remove python-requests. Change-Id: Ibe2bcd5c6165144f3f08e5766bef2e6a99716f94 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-google-auth: Update to 2.41.1.Nicolas Graves
* gnu/packages/python-web.scm (python-google-auth): Update to 2.41.1. [propagated-inputs]: Replace python-cachetools-5 by python-cachetools. Add python-aiohttp, python-requests, python-urllib3. Remove python-pyjwt. [native-inputs]: Add python-grpcio, python-oauth2client, python-packaging, python-pyjwt. Remove python-requests, python-wheel. Change-Id: I3789f881efbfd8a871de838e117fe95220d67277 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-google-auth-oauthlib: Update to 1.2.3.Nicolas Graves
* gnu/packages/python-web.scm (python-google-auth-oauthlib): Update to 1.2.3. [source]: Switch to git-fetch. [native-inputs]: Remove python-flask. Add python-click. Change-Id: Ieb00845fbdbc72679e8b5b4c2d2ebdd61e0c95d8 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-siosocks: Switch to pyproject.Nicolas Graves
* gnu/packages/python-web.scm (python-siosocks): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]: Drop them. [native-inputs]: Add python-setuptools. Change-Id: Ia158d6c5277672d8a5556a9af67d37bf372d8b18 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-cloudscraper: Update to 3.0.0.Nicolas Graves
* gnu/packages/python-web.scm (python-cloudscraper): Update to 3.0.0. [arguments]<#:test-flags>: Refresh them. <#:phases>: Rename and enrich phase 'drop-unsupported-sources to phase 'relax-requirments. [propagated-inpurs]: Add python-pycryptodome, python-brotli, python-websocket-client. Change-Id: I79b08c887190a70e36bc5d79c3f57274b9c7c16d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-cloudscraper: Switch to pyproject.Nicolas Graves
* gnu/packages/python-web.scm (python-cloudscraper): [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Replace 'check phase replacement by <#:test-flags>. Refresh style. [native-inputs]: Add python-setuptools. Change-Id: Icd0a5d262e9162a3085ace65cee6de31d18aa647 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-robot-detection: Switch to pyproject.Nicolas Graves
* gnu/packages/python-web.scm (python-robot-detection): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:test-backend>: Set it. [native-inputs]: Add python-setuptools. Change-Id: Ic6b6eb595bdbc11925e9660cccd300830909fca7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-random-user-agent: Switch to pyproject.Nicolas Graves
* gnu/packages/python-web.scm (python-random-user-agent): [build-system]: Switch to pyproject-build-system. [arguments]<#:tests?>: Disable them. [native-inputs]: Add python-setuptools. Change-Id: Idfb3cf77f5de4a24e79f8c463d6e72837fae568c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-wsgiprox: Switch to pyproject.Nicolas Graves
* gnu/packages/python-web.scm (python-wsgiprox): [build-system]: Switch to pyproject-build-system. [arguments]: Improve style. [native-inputs]: Add python-setuptools. Change-Id: I024bba1faee968ed077bcfbf8abeb297ecce9280 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-vf-1: Update to 1.0.0.Nicolas Graves
* gnu/packages/python-web.scm (python-vf-1): Update to 1.0.0. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:tests?>: Disable them. [native-inputs]: Add python-setuptools. [home-page]: Update it. Change-Id: I7c5ab11955fb00853287316c9217bf7f3a6b3644 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-path-and-address: Switch to pyproject.Nicolas Graves
* gnu/packages/python-web.scm (python-path-and-address): [build-system]: Switch to pyproject-build-system. [arguments]: Drop them. [native-inputs]: Add python-setuptools. Change-Id: I14f6c4acab48aeb3b788462e0d31783092faf1cf Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-gitlab: Update to 7.0.0.Nicolas Graves
* gnu/packages/python-web.scm (python-gitlab): Update to 7.0.0. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:test-flags>: Ignore graphql tests, as well as a failing test. [native-inputs]: Add python-anyio, python-pytest, python-responses, python-setuptools. Change-Id: I0ed72d559bdb376da3680bfb6a4166f66c6d0884 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-slugify: Update to 8.0.4.Nicolas Graves
* gnu/packages/python-web.scm (python-slugify): Update to 8.0.4. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]: Drop them. <#:test-backend>: Set it. [native-inputs]: Add python-setuptools. Change-Id: Iaa66cd7808cb4262e3d4c0594a270292fa5805e9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-pybrowserid: Switch to pyproject.Nicolas Graves
* gnu/packages/python-web.scm (python-pybrowserid): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:test-backend>: Set it. [native-inputs]: Add python-setuptools. Change-Id: I6988fa801bd558308fd46d2621ddc063ae344779 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-hawkauthlib: Switch to pyproject.Nicolas Graves
* gnu/packages/python-web.scm (python-hawkauthlib): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]<#:test-backend>: Set it. [native-inputs]: Add python-setuptools. [description]: Improve style. Change-Id: I6299010b634b18ce6f1a0e5084def7453242a291 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-urlgrabber: Switch to pyproject.Nicolas Graves
* gnu/packages/python-web.scm (python-urlgrabber): [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Adapt them. <#:tests?>: Disable them, as they silently fail. [native-inputs]: Add python-setuptools. Change-Id: Ie6827cf5d7d0594a88013747854ac1e1f4c5e591 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-publicsuffix2: Switch to pyproject.Nicolas Graves
* gnu/packages/python-web.scm (python-publicsuffix2): [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]: Improve style, reorder keywords, use gexps. [native-inputs]: Add python-setuptools. Change-Id: Ic9e7847f465f2b13262961cc0326f0a8596101b4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-genshi: Update to 0.7.10.Nicolas Graves
* gnu/packages/python-web.scm (python-genshi): Update to 0.7.10. [build-system]: Switch to pyproject-build-system. [arguments]<#:test-flags>: Set them. [native-inputs]: Replace python-setuptools-67 by python-setuptools. Change-Id: I2669c4e462151ab6edeb9e73b0d8af1319dfd72c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-oauth2client: Update to 4.1.3.Nicolas Graves
* gnu/packages/python-web.scm (python-oauth2client): Update to 4.1.3. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: I90071beb487b8009c86b7ca0262dbf7d7c6598aa Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-12-28gnu: python-flask-htmlmin: Update to 3.0.0.Nicolas Graves
* gnu/packages/python-web.scm (python-flask-htmlmin): Update to 3.0.0. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pytest, python-setuptools. [propagated-inputs]: Add python-cssmin, replace python-htmlmin by python-htmlmin2. Change-Id: I6f64c78fdaf02501bf106c09da62d7b8ecc38904 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>