Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e7b0f75f5b | |||
| 0f22d321a6 |
BIN
argon2_cffi-23.1.0.tar.gz
LFS
BIN
argon2_cffi-23.1.0.tar.gz
LFS
Binary file not shown.
3
argon2_cffi-25.1.0.tar.gz
Normal file
3
argon2_cffi-25.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:694ae5cc8a42f4c4e2bf2ca0e64e51e23a040c6a517a85074683d3959e1346c1
|
||||||
|
size 45706
|
||||||
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 13 06:14:06 UTC 2025 - Guang Yee <gyee@suse.com>
|
||||||
|
|
||||||
|
- Update to 25.1.0
|
||||||
|
Added
|
||||||
|
* Official support for Python 3.13 and 3.14. No code changes were necessary.
|
||||||
|
Removed
|
||||||
|
* Python 3.7 is not supported anymore. #186
|
||||||
|
Changed
|
||||||
|
* argon2.PasswordHasher.check_needs_rehash() now also accepts bytes like the rest of the API. #174
|
||||||
|
* Improved parameter compatibility handling for Pyodide / WebAssembly environments. #190
|
||||||
|
- Remove Python 3.14 fro classifiers since the current version of setuptools doesn't recognize it.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 14 09:14:35 UTC 2023 - Petr Gajdos <pgajdos@suse.com>
|
Thu Dec 14 09:14:35 UTC 2023 - Petr Gajdos <pgajdos@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-argon2-cffi
|
# spec file for package python-argon2-cffi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 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,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-argon2-cffi
|
Name: python-argon2-cffi
|
||||||
Version: 23.1.0
|
Version: 25.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Argon2 password hashing algorithm for Python
|
Summary: The Argon2 password hashing algorithm for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -48,6 +48,10 @@ C library.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n argon2_cffi-%{version}
|
%autosetup -p1 -n argon2_cffi-%{version}
|
||||||
|
|
||||||
|
# FIXME: make it compatible with the older version of setuptools.
|
||||||
|
# make sure to remove this hack once we have a newer version of setuptools.
|
||||||
|
sed -i '/.*Programming Language :: Python :: 3\.14.*/d' pyproject.toml
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export ARGON2_CFFI_USE_SYSTEM=1
|
export ARGON2_CFFI_USE_SYSTEM=1
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|||||||
Reference in New Issue
Block a user