Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-argon2-cffi-bindings for
openSUSE:Factory checked in at 2026-04-13 23:18:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-argon2-cffi-bindings (Old)
and /work/SRC/openSUSE:Factory/.python-argon2-cffi-bindings.new.21863
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-argon2-cffi-bindings"
Mon Apr 13 23:18:07 2026 rev:5 rq:1346085 version:25.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-argon2-cffi-bindings/python-argon2-cffi-bindings.changes
2025-05-15 16:59:57.474631376 +0200
+++
/work/SRC/openSUSE:Factory/.python-argon2-cffi-bindings.new.21863/python-argon2-cffi-bindings.changes
2026-04-13 23:18:24.198927774 +0200
@@ -1,0 +2,9 @@
+Sat Apr 11 16:33:44 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 25.1.0:
+ * Vendoring Argon2 @ **`f57e61e`**.
+ * Official Python 3.12, 3.13, and 3.14 support.
+ * Support for free-threading (aka nogil) on Python 3.14.
+ * Python 3.6, 3.7, and 3.8 support.
+
+-------------------------------------------------------------------
Old:
----
argon2-cffi-bindings-21.2.0.tar.gz
New:
----
argon2_cffi_bindings-25.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-argon2-cffi-bindings.spec ++++++
--- /var/tmp/diff_new_pack.0IS7tx/_old 2026-04-13 23:18:24.910957135 +0200
+++ /var/tmp/diff_new_pack.0IS7tx/_new 2026-04-13 23:18:24.910957135 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-argon2-cffi-bindings
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,19 @@
%{?sle15_python_module_pythons}
Name: python-argon2-cffi-bindings
-Version: 21.2.0
+Version: 25.1.0
Release: 0
Summary: Low-level Python CFFI Bindings for Argon2
License: MIT
URL: https://github.com/hynek/argon2-cffi-bindings
-Source:
https://files.pythonhosted.org/packages/source/a/argon2-cffi-bindings/argon2-cffi-bindings-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/a/argon2-cffi-bindings/argon2_cffi_bindings-%{version}.tar.gz
BuildRequires: %{python_module cffi >= 1.0.1}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module setuptools >= 45}
-BuildRequires: %{python_module setuptools_scm}
+BuildRequires: %{python_module setuptools >= 77}
+BuildRequires: %{python_module setuptools_scm >= 6.2}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: pkgconfig
@@ -46,7 +46,7 @@
to the Argon2 password hashing algorithm.
%prep
-%setup -q -n argon2-cffi-bindings-%{version}
+%setup -q -n argon2_cffi_bindings-%{version}
%build
export ARGON2_CFFI_USE_SYSTEM=1