17
0

2 Commits

Author SHA256 Message Date
e7b0f75f5b Accepting request 1321675 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1321675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argon2-cffi?expand=0&rev=14
2025-12-10 14:29:41 +00:00
0f22d321a6 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argon2-cffi?expand=0&rev=28
2025-12-09 07:06:55 +00:00
4 changed files with 22 additions and 5 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:694ae5cc8a42f4c4e2bf2ca0e64e51e23a040c6a517a85074683d3959e1346c1
size 45706

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-argon2-cffi
Version: 23.1.0
Version: 25.1.0
Release: 0
Summary: The Argon2 password hashing algorithm for Python
License: MIT
@@ -48,6 +48,10 @@ C library.
%prep
%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
export ARGON2_CFFI_USE_SYSTEM=1
%pyproject_wheel