[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
169/299: gnu: python-wrapt: Update to 1.17.0.
From: |
guix-commits |
Subject: |
169/299: gnu: python-wrapt: Update to 1.17.0. |
Date: |
Mon, 13 Jan 2025 07:30:43 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 1fac49732bca3681f824f40474a450b5010925c2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 5 13:41:57 2025 +0100
gnu: python-wrapt: Update to 1.17.0.
* gnu/packages/python-xyz.scm (python-wrapt): Update to 1.17.0.
[arguments]: Enable tests.
[native-inputs]: Add python-pytest, python-setuptools, and python-wheel.
Change-Id: Ib2e973ec7b09454588bbbbdd5d8446afc53e835b
---
gnu/packages/python-xyz.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 604922ffed..163859388c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16705,19 +16705,16 @@ list format (also known as ASCII plist), written in
Cython.")
(define-public python-wrapt
(package
(name "python-wrapt")
- (version "1.11.2")
+ (version "1.17.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "wrapt" version))
(sha256
(base32
- "1q81762dgsgrd12f8qc39zk8s5wll3m5xc32jdmlf6cls4gh4njn"))))
- (build-system python-build-system)
- (arguments
- ;; Tests are not included in the tarball, they are only available in the
- ;; git repository.
- `(#:tests? #f))
+ "00886b7ry1vdbvpc2wi880y563xf6y4mxwwfm1q12wvw66i7l60n"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-pytest python-setuptools python-wheel))
(home-page "https://github.com/GrahamDumpleton/wrapt")
(synopsis "Module for decorators, wrappers and monkey patching")
(description
- 123/299: gnu: python-jose: Fix build., (continued)
- 123/299: gnu: python-jose: Fix build., guix-commits, 2025/01/13
- 139/299: gnu: python-kombu: Add missing inputs., guix-commits, 2025/01/13
- 154/299: gnu: Add python-rich-toolkit., guix-commits, 2025/01/13
- 159/299: gnu: python-path-bootstrap: Update to 17.1.0., guix-commits, 2025/01/13
- 156/299: gnu: Add python-fastapi-cli., guix-commits, 2025/01/13
- 152/299: gnu: python-pydantic-core: Update to 2.27.2., guix-commits, 2025/01/13
- 145/299: gnu: python-imageio-ffmpeg: Update to 0.5.1., guix-commits, 2025/01/13
- 143/299: gnu: python-pillow: Update to 11.1.0., guix-commits, 2025/01/13
- 163/299: gnu: Remove python-fastapi-for-pytorch-lightning., guix-commits, 2025/01/13
- 193/299: gnu: rust-jiter-0.2: Add missing input., guix-commits, 2025/01/13
- 169/299: gnu: python-wrapt: Update to 1.17.0.,
guix-commits <=
- 179/299: gnu: python-flask-login: Update to 0.6.3., guix-commits, 2025/01/13
- 185/299: gnu: python-mudata: Update to 0.3.1., guix-commits, 2025/01/13
- 165/299: gnu: python-starsessions: Disable one more test., guix-commits, 2025/01/13
- 189/299: gnu: python-decoupler-py: Add missing input., guix-commits, 2025/01/13
- 166/299: gnu: python-fastapi: Relax requirements., guix-commits, 2025/01/13
- 176/299: gnu: python-legacy-api-wrap: Update to 1.4.1., guix-commits, 2025/01/13
- 195/299: gnu: python-pytest-tornado5: Add missing inputs., guix-commits, 2025/01/13
- 188/299: gnu: python-cell2cell: Add missing input., guix-commits, 2025/01/13
- 184/299: gnu: python-locust: Disable some more tests., guix-commits, 2025/01/13
- 202/299: gnu: python-qdldl: Add missing input., guix-commits, 2025/01/13