diff --git a/2.1.2.tar.gz b/2.1.2.tar.gz deleted file mode 100644 index 599626385627308a1efc8c89b574d8052540abd7..0000000000000000000000000000000000000000 Binary files a/2.1.2.tar.gz and /dev/null differ diff --git a/itsdangerous-2.2.0.tar.gz b/itsdangerous-2.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2005cbce3142f15f9b20f64909c6e0b053f0ad89 Binary files /dev/null and b/itsdangerous-2.2.0.tar.gz differ diff --git a/python-itsdangerous.spec b/python-itsdangerous.spec index 50f0c095497d9c835ecec6b0a7213842757df778..85af46cd471bdb755e9be8c27d84a0c2a51065ed 100644 --- a/python-itsdangerous.spec +++ b/python-itsdangerous.spec @@ -1,14 +1,16 @@ %global debug_package %{nil} Name: python-itsdangerous -Version: 2.1.2 +Version: 2.2.0 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://github.com/pallets/itsdangerous/archive/refs/tags/2.1.2.tar.gz +Source0: https://github.com/pallets/itsdangerous/archive/%{version}/itsdangerous-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel python3-pytest python3-freezegun +BuildRequires: python3-pip python3-wheel +BuildRequires: python3-flit-core %description Various helpers to pass data to untrusted environments and to get it back safe and sound. @@ -26,21 +28,24 @@ Data is cryptographically signed to ensure that a token has not been tampered wi %autosetup -n itsdangerous-%{version} %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install %check PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} %files -n python3-itsdangerous -%license LICENSE.rst -%doc CHANGES.rst README.rst +%license LICENSE.txt +%doc CHANGES.rst README.md %{python3_sitelib}/itsdangerous/ -%{python3_sitelib}/itsdangerous*.egg-info/ +%{python3_sitelib}/itsdangerous*.dist-info/ %changelog +* Tue Oct 15 2024 Ge Wang - 2.2.0-1 +- Upgrade to 2.2.0 + * Tue May 31 2022 houyingchao - 2.1.2-1 - Upgrade to 2.1.2