Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-base58 for openSUSE:Factory checked in at 2025-05-14 17:01:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-base58 (Old) and /work/SRC/openSUSE:Factory/.python-base58.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-base58" Wed May 14 17:01:05 2025 rev:6 rq:1277225 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-base58/python-base58.changes 2021-11-21 23:52:46.786137325 +0100 +++ /work/SRC/openSUSE:Factory/.python-base58.new.30101/python-base58.changes 2025-05-14 17:01:14.895345033 +0200 @@ -1,0 +2,5 @@ +Tue May 13 16:15:11 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-base58.spec ++++++ --- /var/tmp/diff_new_pack.oXhfD6/_old 2025-05-14 17:01:15.583373771 +0200 +++ /var/tmp/diff_new_pack.oXhfD6/_new 2025-05-14 17:01:15.587373937 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-base58 # -# Copyright (c) 2021 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 @@ -27,13 +27,15 @@ URL: https://github.com/keis/base58 Source: https://files.pythonhosted.org/packages/source/b/base58/base58-%{version}.tar.gz BuildRequires: %{python_module PyHamcrest >= 2.0.2} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest >= 4.6} BuildRequires: %{python_module pytest-benchmark} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(post): alts +Requires(postun): alts BuildArch: noarch %python_subpackages @@ -44,10 +46,10 @@ %setup -q -n base58-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/base58 %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -64,5 +66,6 @@ %doc README.md %license COPYING %python_alternative %{_bindir}/base58 -%{python_sitelib}/* +%{python_sitelib}/base58 +%{python_sitelib}/base58-%{version}*-info