15
0

Accepting request 972242 from home:stroeder:python

- update to 2.1.2
  * Handle date overflow in timed unsign on 32-bit systems. :pr:`299`
- removed obsolete 32bit-handle-overflow.patch

OBS-URL: https://build.opensuse.org/request/show/972242
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-itsdangerous?expand=0&rev=22
This commit is contained in:
2022-04-23 09:32:12 +00:00
committed by Git OBS Bridge
parent f4fb0b5a01
commit c212160513
5 changed files with 11 additions and 18 deletions

View File

@@ -20,15 +20,13 @@
%define skip_python2 1
%global skip_python36 1
Name: python-itsdangerous
Version: 2.1.1
Version: 2.1.2
Release: 0
Summary: Various helpers to pass trusted data to untrusted environments and back
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://itsdangerous.palletsprojects.com
Source: https://files.pythonhosted.org/packages/source/i/itsdangerous/itsdangerous-%{version}.tar.gz
# https://github.com/pallets/itsdangerous/pull/299
Patch1: 32bit-handle-overflow.patch
BuildRequires: %{python_module freezegun}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -52,7 +50,6 @@ Also I plan to add some extra things. Work in progress.
%prep
%setup -q -n itsdangerous-%{version}
%patch1 -p1
%build
%python_build