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 2023-09-20 13:29:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-spake2 (Old) and /work/SRC/openSUSE:Factory/.python-spake2.new.16627 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-spake2" Wed Sep 20 13:29:55 2023 rev:3 rq:1112262 version:0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-spake2/python-spake2.changes 2018-12-24 11:44:14.541300512 +0100 +++ /work/SRC/openSUSE:Factory/.python-spake2.new.16627/python-spake2.changes 2023-09-20 13:33:07.163092610 +0200 @@ -1,0 +2,6 @@ +Tue Sep 19 11:12:39 UTC 2023 - OndÅej Súkup <[email protected]> + +- Fix missing dep on hkdf +- enable tests + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-spake2.spec ++++++ --- /var/tmp/diff_new_pack.aQsSRw/_old 2023-09-20 13:33:08.615144630 +0200 +++ /var/tmp/diff_new_pack.aQsSRw/_new 2023-09-20 13:33:08.615144630 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-spake2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-spake2 Version: 0.8 Release: 0 @@ -25,9 +24,12 @@ Group: Development/Languages/Python URL: http://github.com/warner/python-spake2 Source: https://files.pythonhosted.org/packages/source/s/spake2/spake2-%{version}.tar.gz +BuildRequires: %{python_module hkdf} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-hkdf BuildArch: noarch %python_subpackages @@ -44,7 +46,11 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%pytest + %files %{python_files} %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/spake2 +%{python_sitelib}/spake2-%{version}*-info
