Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyhibp for openSUSE:Factory checked in at 2025-06-04 20:29:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyhibp (Old) and /work/SRC/openSUSE:Factory/.python-pyhibp.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyhibp" Wed Jun 4 20:29:26 2025 rev:6 rq:1282696 version:4.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyhibp/python-pyhibp.changes 2022-10-06 07:42:40.348749870 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyhibp.new.16005/python-pyhibp.changes 2025-06-04 20:29:33.855495788 +0200 @@ -1,0 +2,5 @@ +Wed Jun 4 10:27:02 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyhibp.spec ++++++ --- /var/tmp/diff_new_pack.7joDoY/_old 2025-06-04 20:29:34.295514019 +0200 +++ /var/tmp/diff_new_pack.7joDoY/_new 2025-06-04 20:29:34.299514184 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pyhibp # -# Copyright (c) 2022 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 @@ -16,8 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-pyhibp Version: 4.2.0 Release: 0 @@ -26,8 +24,10 @@ Group: Development/Languages/Python URL: https://gitlab.com/kitsunix/pyHIBP/pyHIBP Source: https://files.pythonhosted.org/packages/source/p/pyhibp/pyhibp-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module requests >= 2.20.0 } BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-requests >= 2.20.0 @@ -41,10 +41,10 @@ %setup -q -n pyhibp-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} ### Tests need network access to https://haveibeenpwned.com @@ -54,5 +54,6 @@ %files %{python_files} %license LICENSE %doc CHANGELOG.md README.md -%{python_sitelib}/* +%{python_sitelib}/pyhibp +%{python_sitelib}/pyhibp-%{version}*-info