diff --git a/2.1.2.tar.gz b/2.1.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..599626385627308a1efc8c89b574d8052540abd7 Binary files /dev/null and b/2.1.2.tar.gz differ diff --git a/itsdangerous-1.1.0.tar.gz b/itsdangerous-1.1.0.tar.gz deleted file mode 100644 index 13644ac3c3b28562ae90c574bf2853668a8a2c2f..0000000000000000000000000000000000000000 Binary files a/itsdangerous-1.1.0.tar.gz and /dev/null differ diff --git a/python-itsdangerous.spec b/python-itsdangerous.spec index 2a40862ac88e08d694b185a9bf260d3bb0a7a974..50f0c095497d9c835ecec6b0a7213842757df778 100644 --- a/python-itsdangerous.spec +++ b/python-itsdangerous.spec @@ -1,11 +1,11 @@ %global debug_package %{nil} Name: python-itsdangerous -Version: 1.1.0 -Release: 3 +Version: 2.1.2 +Release: 1 Summary: Various helpers to pass data to untrusted environments and to get it back safe and sound. License: BSD URL: http://pythonhosted.org/itsdangerous/ -Source0: https://pypi.python.org/packages/source/i/itsdangerous/itsdangerous-%{version}.tar.gz +Source0: https://github.com/pallets/itsdangerous/archive/refs/tags/2.1.2.tar.gz BuildArch: noarch BuildRequires: python3-devel python3-pytest python3-freezegun @@ -41,6 +41,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} %{python3_sitelib}/itsdangerous*.egg-info/ %changelog +* Tue May 31 2022 houyingchao - 2.1.2-1 +- Upgrade to 2.1.2 + * Wed Oct 21 2020 leiju - 1.1.0-3 - remove python2 subpackage