Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-semantic_version for 
openSUSE:Factory checked in at 2025-06-17 18:20:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-semantic_version (Old)
 and      /work/SRC/openSUSE:Factory/.python-semantic_version.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-semantic_version"

Tue Jun 17 18:20:22 2025 rev:14 rq:1285965 version:2.10.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-semantic_version/python-semantic_version.changes
  2024-10-02 21:32:40.052593213 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-semantic_version.new.19631/python-semantic_version.changes
       2025-06-17 18:20:35.054219113 +0200
@@ -1,0 +2,5 @@
+Mon Jun 16 06:12:21 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyroject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-semantic_version.spec ++++++
--- /var/tmp/diff_new_pack.1mYSuW/_old  2025-06-17 18:20:35.706246234 +0200
+++ /var/tmp/diff_new_pack.1mYSuW/_new  2025-06-17 18:20:35.710246400 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-semantic_version
 #
-# Copyright (c) 2024 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
@@ -23,7 +23,6 @@
 %bcond_without django
 %endif
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
 %define psuffix -test
@@ -41,7 +40,9 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/rbarrois/python-semanticversion
 Source:         
https://files.pythonhosted.org/packages/source/s/semantic_version/semantic_version-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -62,11 +63,11 @@
 %autosetup -n semantic_version-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
 %if !%{with test}
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %endif
 
@@ -87,6 +88,6 @@
 %license LICENSE
 %doc README.rst ChangeLog
 %{python_sitelib}/semantic_version
-%{python_sitelib}/semantic_version-%{version}*-info
+%{python_sitelib}/semantic_version-%{version}.dist-info
 %endif
 

Reply via email to