Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-spake2 for openSUSE:Factory checked in at 2024-11-12 19:21:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-spake2 (Old) and /work/SRC/openSUSE:Factory/.python-spake2.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-spake2" Tue Nov 12 19:21:41 2024 rev:5 rq:1223446 version:0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/python-spake2/python-spake2.changes 2024-02-20 21:15:04.515478182 +0100 +++ /work/SRC/openSUSE:Factory/.python-spake2.new.2017/python-spake2.changes 2024-11-12 19:22:34.310359209 +0100 @@ -1,0 +2,13 @@ +Mon Nov 11 21:05:45 UTC 2024 - Dirk Müller <[email protected]> + +- update to 0.9: + * This release mainly deals with packaging simplifications: two + dependencies ("six" and "hkdf") are removed. + * The "cryptography" library takes the place of "hkdf" for key + derivation. + * There is no longer a vendored version of "six" (nor internal + use of it, thanks a-dieste). + * The "versioneer" library is updated to 0.29. +- drop support-python-312.patch (upstream) + +------------------------------------------------------------------- Old: ---- spake2-0.8.tar.gz support-python-312.patch New: ---- spake2-0.9.tar.gz BETA DEBUG BEGIN: Old: * The "versioneer" library is updated to 0.29. - drop support-python-312.patch (upstream) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-spake2.spec ++++++ --- /var/tmp/diff_new_pack.1p8aAy/_old 2024-11-12 19:22:35.706417628 +0100 +++ /var/tmp/diff_new_pack.1p8aAy/_new 2024-11-12 19:22:35.710417795 +0100 @@ -17,14 +17,13 @@ Name: python-spake2 -Version: 0.8 +Version: 0.9 Release: 0 Summary: Pure-Python SPAKE2 License: MIT URL: http://github.com/warner/python-spake2 Source: https://files.pythonhosted.org/packages/source/s/spake2/spake2-%{version}.tar.gz -# PATCH-FIX-UPSTREAM gh#warner/python-spake2#16 -Patch0: support-python-312.patch +BuildRequires: %{python_module cryptography} BuildRequires: %{python_module hkdf} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} @@ -32,6 +31,7 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-cryptography Requires: python-hkdf BuildArch: noarch %python_subpackages ++++++ spake2-0.8.tar.gz -> spake2-0.9.tar.gz ++++++ ++++ 3121 lines of diff (skipped)
