!7 Upgrade to 2.1.2

From: @houyingchao 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-05-31 12:24:35 +00:00 committed by Gitee
commit ea3c74c1aa
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

BIN
2.1.2.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global debug_package %{nil} %global debug_package %{nil}
Name: python-itsdangerous Name: python-itsdangerous
Version: 1.1.0 Version: 2.1.2
Release: 3 Release: 1
Summary: Various helpers to pass data to untrusted environments and to get it back safe and sound. Summary: Various helpers to pass data to untrusted environments and to get it back safe and sound.
License: BSD License: BSD
URL: http://pythonhosted.org/itsdangerous/ 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 BuildArch: noarch
BuildRequires: python3-devel python3-pytest python3-freezegun BuildRequires: python3-devel python3-pytest python3-freezegun
@ -41,6 +41,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version}
%{python3_sitelib}/itsdangerous*.egg-info/ %{python3_sitelib}/itsdangerous*.egg-info/
%changelog %changelog
* Tue May 31 2022 houyingchao <houyingchao@h-partners.com> - 2.1.2-1
- Upgrade to 2.1.2
* Wed Oct 21 2020 leiju <leiju4@huawei.com> - 1.1.0-3 * Wed Oct 21 2020 leiju <leiju4@huawei.com> - 1.1.0-3
- remove python2 subpackage - remove python2 subpackage