[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
173/455: gnu: python-legacy-api-wrap: Update to 1.4.1.
From: |
guix-commits |
Subject: |
173/455: gnu: python-legacy-api-wrap: Update to 1.4.1. |
Date: |
Mon, 20 Jan 2025 15:46:57 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 9179247361b36d76b69d4a3ed25b562ad3977129
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 6 12:55:09 2025 +0100
gnu: python-legacy-api-wrap: Update to 1.4.1.
* gnu/packages/python-xyz.scm (python-legacy-api-wrap): Update to 1.4.1.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-coverage, python-hatch-vcs, python-hatchling,
and
python-pytest.
[propagated-inputs]: Remove python-get-version, python-pytest,
python-pytest-black, python-pytest-cov, and python-setuptools.
Change-Id: I56ccdc6c9fd8b5e6bcbfcf9255f02949e8f1e705
---
gnu/packages/python-xyz.scm | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a9dc41d1ac..8bfd96e3fa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17365,18 +17365,20 @@ classes to wrap functions in a similar way, including
a function decorator.")
(define-public python-legacy-api-wrap
(package
(name "python-legacy-api-wrap")
- (version "1.2")
+ (version "1.4.1")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "legacy-api-wrap" version))
+ (uri (pypi-uri "legacy_api_wrap" version))
(sha256
(base32
- "06qhp0g543dy98vpa41hwdalvdbsjfc3ldk474yr9sd75mhl8jh3"))))
- (build-system python-build-system)
- (propagated-inputs
- (list python-get-version python-pytest python-pytest-black
- python-pytest-cov python-setuptools))
+ "1d5jyd8d2wxm6y0s39wwqw87gdm4zqlbyz78cf3yqbrim1xdch4w"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-coverage
+ python-hatch-vcs
+ python-hatchling
+ python-pytest))
(home-page "https://github.com/flying-sheep/legacy-api-wrap")
(synopsis "Legacy API wrapper")
(description "This module defines a decorator to wrap legacy APIs. The
- 91/455: gnu: python-testtools: Update to 2.7.2., (continued)
- 91/455: gnu: python-testtools: Update to 2.7.2., guix-commits, 2025/01/20
- 68/455: gnu: python-pdfminer-six: Update to 20240706., guix-commits, 2025/01/20
- 118/455: gnu: python-pyvisa: Update to 1.14.1., guix-commits, 2025/01/20
- 120/455: gnu: python-jose: Fix build., guix-commits, 2025/01/20
- 130/455: gnu: python-geopandas: Update to 1.0.1., guix-commits, 2025/01/20
- 135/455: gnu: awscli-2: Run tests., guix-commits, 2025/01/20
- 139/455: gnu: python-pillow-simd: Inherit build system and native inputs., guix-commits, 2025/01/20
- 167/455: guix: toml: Fix evaluation of empty inline tables., guix-commits, 2025/01/20
- 170/455: gnu: python-asgi-lifespan: Update to 2.1.0., guix-commits, 2025/01/20
- 145/455: gnu: rust-codspeed-2: Update to 2.7.2., guix-commits, 2025/01/20
- 173/455: gnu: python-legacy-api-wrap: Update to 1.4.1.,
guix-commits <=
- 164/455: gnu: Remove python-starlette-for-fastapi-0.88., guix-commits, 2025/01/20
- 171/455: gnu: python-pypika-tortoise: Add missing input., guix-commits, 2025/01/20
- 166/455: gnu: python-wrapt: Update to 1.17.0., guix-commits, 2025/01/20
- 147/455: gnu: Add rust-jiter-0.7., guix-commits, 2025/01/20
- 143/455: gnu: python-imageio: Update to 2.36.1., guix-commits, 2025/01/20
- 199/455: gnu: python-qdldl: Add missing input., guix-commits, 2025/01/20
- 172/455: gnu: python-omnipath: Update to 1.0.8-0.3d16134., guix-commits, 2025/01/20
- 189/455: gnu: python-cachecontrol-0.11: Add missing inputs., guix-commits, 2025/01/20
- 152/455: gnu: python-pdm-backend: Update to 2.4.3., guix-commits, 2025/01/20
- 453/455: gnu: Add python-requests-cache., guix-commits, 2025/01/20