Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-webauthn for openSUSE:Factory
checked in at 2025-11-06 18:15:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-webauthn (Old)
and /work/SRC/openSUSE:Factory/.python-webauthn.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-webauthn"
Thu Nov 6 18:15:14 2025 rev:7 rq:1315968 version:2.7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-webauthn/python-webauthn.changes
2025-02-03 21:46:07.196944064 +0100
+++
/work/SRC/openSUSE:Factory/.python-webauthn.new.1980/python-webauthn.changes
2025-11-06 18:18:27.324762237 +0100
@@ -1,0 +2,8 @@
+Tue Nov 4 15:45:54 UTC 2025 - Markéta Machová <[email protected]>
+
+- Update to 2.7.0
+ * The new webauthn.helpers.options_to_json_dict helper can be used to
simplify
+ registration and authentication options into a simple Dict[str, Any] value
+- Use github tarball because of tests
+
+-------------------------------------------------------------------
Old:
----
webauthn-2.5.1.tar.gz
New:
----
webauthn-2.7.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-webauthn.spec ++++++
--- /var/tmp/diff_new_pack.vO5jHt/_old 2025-11-06 18:18:27.944788454 +0100
+++ /var/tmp/diff_new_pack.vO5jHt/_new 2025-11-06 18:18:27.944788454 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-webauthn
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 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,28 +18,28 @@
%{?sle15_python_module_pythons}
Name: python-webauthn
-Version: 2.5.1
+Version: 2.7.0
Release: 0
Summary: Pythonic WebAuthn
License: BSD-3-Clause
URL: https://github.com/duo-labs/py_webauthn
-Source:
https://files.pythonhosted.org/packages/source/w/webauthn/webauthn-%{version}.tar.gz
+Source:
https://github.com/duo-labs/py_webauthn/archive/refs/tags/v%{version}.tar.gz#/webauthn-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
-BuildRequires: %{python_module asn1crypto >= 1.4.0}
-BuildRequires: %{python_module cbor2 >= 5.4.6}
-BuildRequires: %{python_module cryptography >= 43.0.3}
-BuildRequires: %{python_module pyOpenSSL >= 23.3.0}
+BuildRequires: %{python_module asn1crypto >= 1.5.1}
+BuildRequires: %{python_module cbor2 >= 5.6.2}
+BuildRequires: %{python_module cryptography >= 44.0.2}
+BuildRequires: %{python_module pyOpenSSL >= 25.0.0}
BuildRequires: %{python_module pytest}
# /SECTION
BuildRequires: fdupes
-Requires: python-asn1crypto >= 1.4.0
-Requires: python-cbor2 >= 5.4.6
-Requires: python-cryptography >= 43.0.3
-Requires: python-pyOpenSSL >= 23.3.0
+Requires: python-asn1crypto >= 1.5.1
+Requires: python-cbor2 >= 5.6.2
+Requires: python-cryptography >= 44.0.2
+Requires: python-pyOpenSSL >= 25.0.0
BuildArch: noarch
%python_subpackages
@@ -47,7 +47,7 @@
Pythonic WebAuthn
%prep
-%autosetup -p1 -n webauthn-%{version}
+%autosetup -p1 -n py_webauthn-%{version}
%build
%pyproject_wheel
++++++ webauthn-2.5.1.tar.gz -> webauthn-2.7.0.tar.gz ++++++
++++ 2341 lines of diff (skipped)