forked from pool/python-itsdangerous
- update to 2.1.1:
* Handle date overflow in timed unsign. :pr:`296`
* Drop support for Python 3.6. :pr:`272`
* Remove previously deprecated code. :pr:`273`
* JWS functionality: Use a dedicated library such as Authlib
instead.
* ``import itsdangerous.json``: Import ``json`` from the standard
library instead.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-itsdangerous?expand=0&rev=18
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-itsdangerous
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,11 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
%define oldpython python
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global skip_python36 1
|
||||
Name: python-itsdangerous
|
||||
Version: 2.0.1
|
||||
Version: 2.1.1
|
||||
Release: 0
|
||||
Summary: Various helpers to pass trusted data to untrusted environments and back
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user