gnu: python-devpi-server: Update to 6.17.0.

* gnu/packages/python-web.scm (python-devpi-server): Update to 6.17.0.
[arguments] <phases>: Add 'relax-requirements.
[propagated-inputs]: Remove python-ruamel.yaml; add python-ruamel.yaml-0.16.
[native-inputs]: Remove python-wheel; add python-pytest-asyncio.

Change-Id: Ifd66a717dbd84f28817b231891fa8567fef70e55
This commit is contained in:
Sharlatan Hellseher 2025-09-21 10:21:56 +01:00
parent 78dc5a37d9
commit 7f7bd7b21a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -337,21 +337,30 @@ server process.")
(define-public python-devpi-server (define-public python-devpi-server
(package (package
(name "python-devpi-server") (name "python-devpi-server")
(version "6.14.0") (version "6.17.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "devpi-server" version)) (uri (pypi-uri "devpi_server" version))
(sha256 (sha256
(base32 "08smfjhnvqj68fp45gzqm9axjcgnksc0z31v48llivnzlxwf8cmr")))) (base32 "13lybrw8j6zjxwvx6sk7bw6854hd2m18s1xcvl0q100j4n06p6ml"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
#:test-flags #:test-flags
;; These all fail with: "module 'py' has no attribute 'io'" ;; These all fail with: "module 'py' has no attribute 'io'"
'(list "--ignore=test_devpi_server/test_importexport.py" #~(list "--ignore=test_devpi_server/test_importexport.py"
"--ignore=test_devpi_server/test_main.py" "--ignore=test_devpi_server/test_main.py"
"--ignore=test_devpi_server/test_genconfig.py"))) "--ignore=test_devpi_server/test_genconfig.py")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'relax-requirements
(lambda _
(substitute* "pyproject.toml"
;; It straggles to check argon2 in passlib on any versions
;; starting from 6.14.0: UnknownExtra("passlib 1.7.4 has no
;; such extra feature 'argon2'",).
(("passlib\\[argon2\\]") "passlib")))))))
(propagated-inputs (list python-argon2-cffi (propagated-inputs (list python-argon2-cffi
python-attrs python-attrs
python-defusedxml python-defusedxml
@ -366,16 +375,16 @@ server process.")
python-py python-py
python-pyramid python-pyramid
python-repoze-lru python-repoze-lru
python-ruamel.yaml python-ruamel.yaml-0.16 ;FIXME: rename
python-strictyaml python-strictyaml
python-waitress)) python-waitress))
(native-inputs (native-inputs
(list python-execnet (list python-execnet
python-pytest python-pytest
python-pytest-asyncio
python-pytest-timeout python-pytest-timeout
python-setuptools python-setuptools
python-webtest python-webtest))
python-wheel))
(home-page "https://devpi.net") (home-page "https://devpi.net")
(synopsis "Pypi.org caching server") (synopsis "Pypi.org caching server")
(description "This package implements a reliable private and pypi.org (description "This package implements a reliable private and pypi.org