[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50213] [PATCH 12/19] gnu: python-itsdangerous: Update to 2.0.1.
From: |
jgart |
Subject: |
[bug#50213] [PATCH 12/19] gnu: python-itsdangerous: Update to 2.0.1. |
Date: |
Thu, 26 Aug 2021 11:15:46 -0400 |
* gnu/packages/python-xyz.scm (python-itsdangerous): Update to 2.0.1.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1028aa0d4e..cc42d2aeac 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3645,14 +3645,14 @@ visualisation and class tracker statistics.")
(define-public python-itsdangerous
(package
(name "python-itsdangerous")
- (version "1.1.0")
+ (version "2.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "itsdangerous" version))
(sha256
(base32
- "068zpbksq5q2z4dckh2k1zbcq43ay74ylqn77rni797j0wyh66rj"))))
+ "1w6gfb2zhbcmrfj6digwzw1z68w6zg1q87rm6la2m412zil4swly"))))
(build-system python-build-system)
(home-page "https://palletsprojects.com/p/itsdangerous/")
(synopsis "Python library for passing data to/from untrusted environments")
--
2.33.0
- [bug#50213] [PATCH 08/19] gnu: python-werkzeug: Update to 2.0.1., (continued)
- [bug#50213] [PATCH 08/19] gnu: python-werkzeug: Update to 2.0.1., jgart, 2021/08/26
- [bug#50213] [PATCH 03/19] gnu: python-pytest-timeout: Add python-pytest-cov to propagated-inputs., jgart, 2021/08/26
- [bug#50213] [PATCH 05/19] gnu: python-pytest-xprocess: Add python-setuptools-scm to native-inputs., jgart, 2021/08/26
- [bug#50213] [PATCH 07/19] gnu: python-greenlet: Update to 1.1.1., jgart, 2021/08/26
- [bug#50213] [PATCH 06/19] gnu: python-pytest-xprocess: Fix linter warning to follow redirect., jgart, 2021/08/26
- [bug#50213] [PATCH 11/19] gnu: python-jinja2: Update to 3.0.1., jgart, 2021/08/26
- [bug#50213] [PATCH 13/19] gnu: python-markupsafe: Update to 2.0.1., jgart, 2021/08/26
- [bug#50213] [PATCH 16/19] gnu: python-flask: Update to 2.0.1., jgart, 2021/08/26
- [bug#50213] [PATCH 19/19] gnu: python-flask: Add missing propagated-inputs., jgart, 2021/08/26
- [bug#50213] [PATCH 18/19] gnu: python-flask: Add missing native-inputs., jgart, 2021/08/26
- [bug#50213] [PATCH 12/19] gnu: python-itsdangerous: Update to 2.0.1.,
jgart <=
- [bug#50213] [PATCH 10/19] gnu: python-werkzeug: Disable tests that require networking., jgart, 2021/08/26
- [bug#50213] [PATCH 14/19] gnu: python-markupsafe: Fix linter warning to follow redirect., jgart, 2021/08/26
- [bug#50213] [PATCH 17/19] gnu: python-flask: Use add-installed-pythonpath in the check phase., jgart, 2021/08/26
- [bug#50213] [PATCH 15/19] gnu: Add python-dotenv., jgart, 2021/08/26
- Message not available
[bug#50213] [PATCH 1/6] gnu: python-werkzeug: Update to 2.0.1., jgart, 2021/08/31