Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pybars3 for openSUSE:Factory 
checked in at 2025-06-04 20:29:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pybars3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-pybars3.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pybars3"

Wed Jun  4 20:29:16 2025 rev:3 rq:1282606 version:0.9.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pybars3/python-pybars3.changes    
2020-03-20 23:59:16.417017207 +0100
+++ /work/SRC/openSUSE:Factory/.python-pybars3.new.16005/python-pybars3.changes 
2025-06-04 20:29:22.791037382 +0200
@@ -1,0 +2,5 @@
+Wed Jun  4 08:52:11 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pybars3.spec ++++++
--- /var/tmp/diff_new_pack.Egnpew/_old  2025-06-04 20:29:23.227055446 +0200
+++ /var/tmp/diff_new_pack.Egnpew/_new  2025-06-04 20:29:23.227055446 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pybars3
 #
-# Copyright (c) 2020 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
@@ -17,8 +17,6 @@
 
 
 %define base_name pybars3
-
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-%{base_name}
 Version:        0.9.7
 Release:        0
@@ -28,12 +26,13 @@
 URL:            https://github.com/wbond/%{base_name}
 Source:         https://github.com/wbond/%{base_name}/archive/%{version}.tar.gz
 BuildRequires:  %{python_module PyMeta3 >= 0.5.1}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-PyMeta3 >= 0.5.1
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -45,10 +44,10 @@
 %setup -q -n pybars3-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -57,5 +56,6 @@
 %files %{python_files}
 %license LICENSE
 %doc readme.md changelog.md
-%{python_sitelib}/*
+%{python_sitelib}/pybars
+%{python_sitelib}/pybars3-%{version}*-info
 

Reply via email to