Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-argon2-cffi for 
openSUSE:Factory checked in at 2025-12-10 15:29:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-argon2-cffi (Old)
 and      /work/SRC/openSUSE:Factory/.python-argon2-cffi.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-argon2-cffi"

Wed Dec 10 15:29:41 2025 rev:14 rq:1321675 version:25.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-argon2-cffi/python-argon2-cffi.changes    
2023-12-15 21:46:39.980805944 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-argon2-cffi.new.1939/python-argon2-cffi.changes
  2025-12-10 15:30:26.302014805 +0100
@@ -1,0 +2,13 @@
+Thu Nov 13 06:14:06 UTC 2025 - Guang Yee <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  argon2_cffi-23.1.0.tar.gz

New:
----
  argon2_cffi-25.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-argon2-cffi.spec ++++++
--- /var/tmp/diff_new_pack.9qw0J0/_old  2025-12-10 15:30:27.634071158 +0100
+++ /var/tmp/diff_new_pack.9qw0J0/_new  2025-12-10 15:30:27.638071327 +0100
@@ -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 @@
 %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

++++++ argon2_cffi-23.1.0.tar.gz -> argon2_cffi-25.1.0.tar.gz ++++++
++++ 2613 lines of diff (skipped)

Reply via email to