Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sortedcollections for 
openSUSE:Factory checked in at 2025-06-12 16:47:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sortedcollections (Old)
 and      /work/SRC/openSUSE:Factory/.python-sortedcollections.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sortedcollections"

Thu Jun 12 16:47:00 2025 rev:8 rq:1285137 version:2.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sortedcollections/python-sortedcollections.changes
        2023-12-02 17:13:47.506708495 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sortedcollections.new.19631/python-sortedcollections.changes
     2025-06-12 16:47:04.682969650 +0200
@@ -1,0 +2,5 @@
+Thu Jun 12 12:14:14 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sortedcollections.spec ++++++
--- /var/tmp/diff_new_pack.y8tgS8/_old  2025-06-12 16:47:05.302995339 +0200
+++ /var/tmp/diff_new_pack.y8tgS8/_new  2025-06-12 16:47:05.302995339 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sortedcollections
 #
-# 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
@@ -26,7 +26,9 @@
 URL:            https://github.com/grantjenks/sortedcollections
 #Source:         
https://files.pythonhosted.org/packages/source/s/sortedcollections/sortedcollections-%%{version}.tar.gz
 Source:         
https://github.com/grantjenks/python-sortedcollections/archive/v%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-sortedcontainers >= 2
@@ -56,10 +58,10 @@
 rm tox.ini
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -68,5 +70,6 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/sortedcollections
+%{python_sitelib}/sortedcollections-%{version}*-info
 

Reply via email to