update to 2.1.2
This commit is contained in:
parent
49552bbcee
commit
7bf7448c1e
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/itsdangerous-0.24.tar.gz
|
/itsdangerous-0.24.tar.gz
|
||||||
/itsdangerous-1.1.0.tar.gz
|
/itsdangerous-1.1.0.tar.gz
|
||||||
/itsdangerous-2.0.1.tar.gz
|
/itsdangerous-2.0.1.tar.gz
|
||||||
|
/itsdangerous-2.1.2.tar.gz
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
%global srcname itsdangerous
|
%global srcname itsdangerous
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 2.0.1
|
Version: 2.1.2
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python library for passing trusted data to untrusted environments
|
Summary: Python library for passing trusted data to untrusted environments
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://itsdangerous.palletsprojects.com
|
URL: https://itsdangerous.palletsprojects.com
|
||||||
@ -51,6 +51,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %python3 -m pytest -v
|
|||||||
%{python3_sitelib}/%{srcname}/
|
%{python3_sitelib}/%{srcname}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 01 2022 Jonathan Wright <jonathan@almalinux.org> - 2.1.2-1
|
||||||
|
- update to 2.1.2
|
||||||
|
- rhbz#2055967
|
||||||
|
|
||||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-5
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (itsdangerous-2.0.1.tar.gz) = bc1e51eb861c13b4e3c4c1c655a3b6f28e326d70db23679269d2bea84f0f8f94afd4fccecb745cf40f5a5956a14a336dfa42f0f5149666ae43061feb1366302b
|
SHA512 (itsdangerous-2.1.2.tar.gz) = e4d870a33992b309ed778f403c0c1e098983a693d1165260748bf36385ebfadb583811e05ddd48001a33cf6a4e963b7dd8a8c68919c5b4b86f63621d8869e259
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user