[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
348/420: gnu: python-itsdangerous: Update to 2.2.0.
From: |
guix-commits |
Subject: |
348/420: gnu: python-itsdangerous: Update to 2.2.0. |
Date: |
Tue, 26 Nov 2024 16:29:31 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 26b37adbe701cbc383ecb38775a0ff93da22f379
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 17 22:51:41 2024 +0000
gnu: python-itsdangerous: Update to 2.2.0.
* gnu/packages/python-xyz.scm (python-itsdangerous): Update to 2.2.0.
[native-inputs]: Add python-flit-core, python-freezegun, and python-pytest.
Change-Id: Icdb420c0b2fad6e0875042b80e577c97e3bbbbe8
---
gnu/packages/python-xyz.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 434a63556f..98f089817b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6406,15 +6406,18 @@ visualisation and class tracker statistics.")
(define-public python-itsdangerous
(package
(name "python-itsdangerous")
- (version "2.0.1")
+ (version "2.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "itsdangerous" version))
(sha256
- (base32
- "1w6gfb2zhbcmrfj6digwzw1z68w6zg1q87rm6la2m412zil4swly"))))
- (build-system python-build-system)
+ (base32 "0wv1bwzbfvpsh4ng5gn4d4mjwvjwpg7w0jgiz8zsbvm1gl5hq1g0"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-flit-core
+ python-freezegun
+ python-pytest))
(home-page "https://palletsprojects.com/p/itsdangerous/";)
(synopsis "Python library for passing data to/from untrusted environments")
(description
- 385/420: gnu: python-sniffio: Update to 1.3.1., (continued)
- 385/420: gnu: python-sniffio: Update to 1.3.1., guix-commits, 2024/11/26
- 388/420: gnu: python-vcrpy: Update to 6.0.2., guix-commits, 2024/11/26
- 403/420: gnu: python-aiofiles: Fix indentation., guix-commits, 2024/11/26
- 413/420: gnu: python-jsonpickle: Update to 4.0.0., guix-commits, 2024/11/26
- 416/420: gnu: hypercorn: Update to 0.17.3., guix-commits, 2024/11/26
- 116/420: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/11/26
- 115/420: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/11/26
- 279/420: gnu: python-pysolr: Update to 3.10.0., guix-commits, 2024/11/26
- 308/420: gnu: python-pytest-mock: Update to 3.14.0., guix-commits, 2024/11/26
- 322/420: gnu: python-execnet: Update to 2.1.1., guix-commits, 2024/11/26
- 348/420: gnu: python-itsdangerous: Update to 2.2.0.,
guix-commits <=
- 286/420: gnu: Add python-poetry-plugin-export., guix-commits, 2024/11/26
- 350/420: gnu: python-graphviz: Update to 0.20.3., guix-commits, 2024/11/26
- 361/420: gnu: python-pydantic: Update to 1.10.19., guix-commits, 2024/11/26
- 329/420: gnu: python-cython-3: Update to 3.0.11., guix-commits, 2024/11/26
- 362/420: gnu: python-pytest-asyncio: Update to 0.24.0., guix-commits, 2024/11/26
- 365/420: gnu: Remove python-pytest-catchlog., guix-commits, 2024/11/26
- 341/420: gnu: python-pytest-localserver: Update to 0.9.0.post0., guix-commits, 2024/11/26
- 369/420: gnu: Add python-pytest-lazy-fixtures., guix-commits, 2024/11/26
- 378/420: gnu: python-jupyter-core: Fix tests., guix-commits, 2024/11/26
- 379/420: gnu: python-typeguard: Update to 4.4.1., guix-commits, 2024/11/26