Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pickleshare for openSUSE:Factory checked in at 2025-06-04 20:26:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pickleshare (Old) and /work/SRC/openSUSE:Factory/.python-pickleshare.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pickleshare" Wed Jun 4 20:26:53 2025 rev:8 rq:1282270 version:0.7.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pickleshare/python-pickleshare.changes 2023-04-22 22:00:34.493257504 +0200 +++ /work/SRC/openSUSE:Factory/.python-pickleshare.new.16005/python-pickleshare.changes 2025-06-04 20:26:59.613105452 +0200 @@ -1,0 +2,5 @@ +Tue Jun 3 11:19:59 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pickleshare.spec ++++++ --- /var/tmp/diff_new_pack.kLJFuf/_old 2025-06-04 20:27:00.353136111 +0200 +++ /var/tmp/diff_new_pack.kLJFuf/_new 2025-06-04 20:27:00.353136111 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pickleshare # -# 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 @@ -24,8 +24,10 @@ License: MIT URL: https://github.com/vivainio/pickleshare Source: https://files.pythonhosted.org/packages/source/p/pickleshare/pickleshare-%{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 BuildArch: noarch @@ -53,10 +55,10 @@ sed -i '1{\@^#!%{_bindir}/env python@d}' pickleshare.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -67,6 +69,6 @@ %doc README.md %license LICENSE %{python_sitelib}/pickleshare.py* -%{python_sitelib}/pickleshare-%{version}-py*.egg-info +%{python_sitelib}/pickleshare-%{version}*-info %pycache_only %{python_sitelib}/__pycache__/pickleshare.*.py*