Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
BIN
itsdangerous-2.1.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
itsdangerous-2.1.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0050c0b7da1eea53ffaf149c0cfbb5c6e2e2b69c4bef22c81fa6eb73e5f6173
|
||||
size 54410
|
@ -1,23 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-itsdangerous
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,16 +18,16 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-itsdangerous
|
||||
Version: 2.2.0
|
||||
Version: 2.1.2
|
||||
Release: 0
|
||||
Summary: Various helpers to pass trusted data to untrusted environments and back
|
||||
License: BSD-3-Clause
|
||||
URL: https://itsdangerous.palletsprojects.com
|
||||
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 pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@ -61,8 +61,8 @@ Also I plan to add some extra things. Work in progress.
|
||||
%pytest tests
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
%doc CHANGES.rst README.md
|
||||
%license LICENSE.rst
|
||||
%doc CHANGES.rst README.rst
|
||||
%{python_sitelib}/itsdangerous
|
||||
%{python_sitelib}/itsdangerous-%{version}.dist-info
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user