forked from pool/python-itsdangerous
Accepting request 1225087 from devel:languages:python
- update to 2.2.0: * Drop support for Python 3.7. :pr:`372` * Use modern packaging metadata with pyproject.toml instead of setup.cfg. :pr:`326` * Use flit_core instead of setuptools as build backend. * Deprecate the __version__ attribute. Use feature detection, or importlib.metadata.version("itsdangerous"), instead. :issue:`371` * Serializer and the return type of dumps is generic for type checking. By default it is Serializer[str] and dumps returns a str. If a different serializer argument is given, it will try to infer the return type of its dumps method. :issue:`347` * The default hashlib.sha1 may not be available in FIPS builds. Don't access it at import time so the developer has time to change the default. :issue:`375` OBS-URL: https://build.opensuse.org/request/show/1225087 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-itsdangerous?expand=0&rev=13
This commit is contained in:
commit
1f4890adc5
BIN
itsdangerous-2.1.2.tar.gz
(Stored with Git LFS)
BIN
itsdangerous-2.1.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
itsdangerous-2.2.0.tar.gz
Normal file
3
itsdangerous-2.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e0050c0b7da1eea53ffaf149c0cfbb5c6e2e2b69c4bef22c81fa6eb73e5f6173
|
||||||
|
size 54410
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 19 12:24:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.2.0:
|
||||||
|
* Drop support for Python 3.7. :pr:`372`
|
||||||
|
* Use modern packaging metadata with pyproject.toml instead of
|
||||||
|
setup.cfg. :pr:`326`
|
||||||
|
* Use flit_core instead of setuptools as build backend.
|
||||||
|
* Deprecate the __version__ attribute. Use feature detection,
|
||||||
|
or importlib.metadata.version("itsdangerous"), instead.
|
||||||
|
:issue:`371`
|
||||||
|
* Serializer and the return type of dumps is generic for type
|
||||||
|
checking. By default it is Serializer[str] and dumps returns
|
||||||
|
a str. If a different serializer argument is given, it will
|
||||||
|
try to infer the return type of its dumps method.
|
||||||
|
:issue:`347`
|
||||||
|
* The default hashlib.sha1 may not be available in FIPS builds.
|
||||||
|
Don't access it at import time so the developer has time to
|
||||||
|
change the default. :issue:`375`
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 18 04:40:32 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
Mon Sep 18 04:40:32 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-itsdangerous
|
# spec file for package python-itsdangerous
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,16 +18,16 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-itsdangerous
|
Name: python-itsdangerous
|
||||||
Version: 2.1.2
|
Version: 2.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Various helpers to pass trusted data to untrusted environments and back
|
Summary: Various helpers to pass trusted data to untrusted environments and back
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://itsdangerous.palletsprojects.com
|
URL: https://itsdangerous.palletsprojects.com
|
||||||
Source: https://files.pythonhosted.org/packages/source/i/itsdangerous/itsdangerous-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/i/itsdangerous/itsdangerous-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module flit-core}
|
||||||
BuildRequires: %{python_module freezegun}
|
BuildRequires: %{python_module freezegun}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@ -61,8 +61,8 @@ Also I plan to add some extra things. Work in progress.
|
|||||||
%pytest tests
|
%pytest tests
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.rst
|
%license LICENSE.txt
|
||||||
%doc CHANGES.rst README.rst
|
%doc CHANGES.rst README.md
|
||||||
%{python_sitelib}/itsdangerous
|
%{python_sitelib}/itsdangerous
|
||||||
%{python_sitelib}/itsdangerous-%{version}.dist-info
|
%{python_sitelib}/itsdangerous-%{version}.dist-info
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user