gnu: python-lazy-object-proxy: Update to 1.11.0.

* gnu/packages/python-xyz.scm (python-lazy-object-proxy): Update to 1.11.0.
[native-inputs]: Remove python-pip; add python-pytest and python-pytest-benchmark.

Change-Id: I8bee8c95755ad89733f03291a8403689b2a52125
This commit is contained in:
Sharlatan Hellseher 2025-07-15 23:48:57 +01:00
parent 9f0b401e04
commit 16353ca5a5
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -23844,16 +23844,17 @@ times.
(define-public python-lazy-object-proxy
(package
(name "python-lazy-object-proxy")
(version "1.10.0")
(version "1.11.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "lazy-object-proxy" version))
(uri (pypi-uri "lazy_object_proxy" version))
(sha256
(base32 "0sdc92bbzy6slcl432j04mr131cy8n0many26ppm4fpl8mnpn93q"))))
(base32 "174fswfrsqr7yj72f8fyry34qxgagbfw37vzljxbp7schq8l91qq"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pip
(list python-pytest
python-pytest-benchmark
python-setuptools
python-setuptools-scm
python-wheel))