Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-vcver"

Fri Jun 13 18:48:15 2025 rev:3 rq:1285486 version:0.2.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vcver/python-vcver.changes        
2022-10-14 15:42:01.355866631 +0200
+++ /work/SRC/openSUSE:Factory/.python-vcver.new.19631/python-vcver.changes     
2025-06-13 18:48:24.994151033 +0200
@@ -1,0 +2,5 @@
+Fri Jun 13 12:34:32 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-vcver.spec ++++++
--- /var/tmp/diff_new_pack.NkM9CQ/_old  2025-06-13 18:48:26.046194524 +0200
+++ /var/tmp/diff_new_pack.NkM9CQ/_new  2025-06-13 18:48:26.050194689 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-vcver
 #
-# Copyright (c) 2022 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
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-vcver
 Version:        0.2.12
 Release:        0
@@ -26,8 +25,10 @@
 Source:         
https://files.pythonhosted.org/packages/source/v/vcver/vcver-%{version}.tar.gz
 Source99:       
https://raw.githubusercontent.com/toumorokoshi/vcver-python/master/LICENSE
 BuildRequires:  %{python_module packaging}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-packaging
@@ -42,10 +43,10 @@
 cp %{SOURCE99} .
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -56,5 +57,6 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/vcver
+%{python_sitelib}/vcver-%{version}*-info
 

Reply via email to