Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-vcversioner for 
openSUSE:Factory checked in at 2025-06-24 20:49:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vcversioner (Old)
 and      /work/SRC/openSUSE:Factory/.python-vcversioner.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-vcversioner"

Tue Jun 24 20:49:00 2025 rev:7 rq:1288113 version:2.16.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vcversioner/python-vcversioner.changes    
2024-10-27 11:25:03.793877733 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-vcversioner.new.7067/python-vcversioner.changes
  2025-06-24 20:50:59.040818085 +0200
@@ -1,0 +2,5 @@
+Tue Jun 24 02:54:14 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-vcversioner.spec ++++++
--- /var/tmp/diff_new_pack.fd1zMH/_old  2025-06-24 20:50:59.704845259 +0200
+++ /var/tmp/diff_new_pack.fd1zMH/_new  2025-06-24 20:50:59.708845423 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-vcversioner
 #
-# 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
@@ -22,7 +22,6 @@
 Release:        0
 Summary:        setup.py extension for deriving versions from SCM tags
 License:        ISC
-Group:          Development/Languages/Python
 URL:            https://github.com/habnabit/vcversioner
 Source0:        
https://files.pythonhosted.org/packages/source/v/vcversioner/vcversioner-%{version}.tar.gz
 # https://github.com/habnabit/vcversioner/issues/13
@@ -30,7 +29,9 @@
 # https://github.com/habnabit/vcversioner/issues/13
 Source2:        
https://raw.githubusercontent.com/habnabit/vcversioner/%{version}/test_vcversioner.py
 Source9:        %{name}-rpmlintrc
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
@@ -49,10 +50,10 @@
 cp %{SOURCE1} %{SOURCE2} .
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -61,7 +62,7 @@
 %files %{python_files}
 %license COPYING
 %doc README.rst
-%{python_sitelib}/vcversioner.py*
-%pycache_only %{python_sitelib}/__pycache__/vcversioner.*.py*
-%{python_sitelib}/vcversioner-%{version}-py*.egg-info
+%{python_sitelib}/vcversioner.py
+%pycache_only %{python_sitelib}/__pycache__/vcversioner.*.pyc
+%{python_sitelib}/vcversioner-%{version}.dist-info
 

Reply via email to