Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zxcvbn for openSUSE:Factory checked in at 2025-06-06 22:42:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zxcvbn (Old) and /work/SRC/openSUSE:Factory/.python-zxcvbn.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zxcvbn" Fri Jun 6 22:42:58 2025 rev:3 rq:1283481 version:4.4.28 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zxcvbn/python-zxcvbn.changes 2023-12-02 17:13:46.922687092 +0100 +++ /work/SRC/openSUSE:Factory/.python-zxcvbn.new.19631/python-zxcvbn.changes 2025-06-06 22:43:30.137911531 +0200 @@ -1,0 +2,6 @@ +Fri Jun 6 03:08:58 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zxcvbn.spec ++++++ --- /var/tmp/diff_new_pack.Vmc4mB/_old 2025-06-06 22:43:30.853941205 +0200 +++ /var/tmp/diff_new_pack.Vmc4mB/_new 2025-06-06 22:43:30.853941205 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-zxcvbn # -# Copyright (c) 2023 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 @@ -25,10 +25,14 @@ License: MIT URL: https://github.com/dwolfhub/zxcvbn-python Source: https://github.com/dwolfhub/zxcvbn-python/archive/v%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires(post): update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %python_subpackages @@ -39,10 +43,10 @@ %setup -q -n %{modname}-python-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %python_clone -a %{buildroot}%{_bindir}/zxcvbn @@ -58,6 +62,7 @@ %files %{python_files} %doc README.rst %license LICENSE.txt -%{python_sitelib}/* +%{python_sitelib}/%{modname} +%{python_sitelib}/%{modname}-%{version}.dist-info %python_alternative %{_bindir}/zxcvbn