Update to 2.0.1
This commit is contained in:
parent
67ef04ba1f
commit
a0ed748420
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/itsdangerous-0.23.tar.gz
|
||||
/itsdangerous-0.24.tar.gz
|
||||
/itsdangerous-1.1.0.tar.gz
|
||||
/itsdangerous-2.0.1.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global srcname itsdangerous
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.1.0
|
||||
Release: 5%{?dist}
|
||||
Version: 2.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Python library for passing trusted data to untrusted environments
|
||||
License: BSD
|
||||
URL: https://itsdangerous.palletsprojects.com
|
||||
@ -51,6 +51,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %python3 -m pytest -v
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
|
||||
%changelog
|
||||
* Tue Jun 22 2021 Lumír Balhar <lbalhar@redhat.com> - 2.0.1-1
|
||||
- Update to 2.0.1
|
||||
Resolves: rhbz#1841259
|
||||
|
||||
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 1.1.0-5
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (itsdangerous-1.1.0.tar.gz) = 61bab3fce5f87a3b5fc8fad61e735a63df6aa039416ee3494e1c99a2a1162b4fb72793bc5dc949de0985724c40121810b159513606c4c3976a7666dba3a1b93d
|
||||
SHA512 (itsdangerous-2.0.1.tar.gz) = bc1e51eb861c13b4e3c4c1c655a3b6f28e326d70db23679269d2bea84f0f8f94afd4fccecb745cf40f5a5956a14a336dfa42f0f5149666ae43061feb1366302b
|
||||
|
||||
Loading…
Reference in New Issue
Block a user