Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-bashate for openSUSE:Factory 
checked in at 2025-05-14 17:01:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bashate (Old)
 and      /work/SRC/openSUSE:Factory/.python-bashate.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-bashate"

Wed May 14 17:01:08 2025 rev:11 rq:1277227 version:2.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bashate/python-bashate.changes    
2022-10-29 20:18:40.334711116 +0200
+++ /work/SRC/openSUSE:Factory/.python-bashate.new.30101/python-bashate.changes 
2025-05-14 17:01:16.299403678 +0200
@@ -1,0 +2,5 @@
+Tue May 13 16:19:58 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-bashate.spec ++++++
--- /var/tmp/diff_new_pack.UUPcp2/_old  2025-05-14 17:01:16.967431581 +0200
+++ /var/tmp/diff_new_pack.UUPcp2/_new  2025-05-14 17:01:16.967431581 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-bashate
 #
-# 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
@@ -28,16 +28,18 @@
 Source:         
https://files.pythonhosted.org/packages/source/b/bashate/bashate-%{version}.tar.gz
 BuildRequires:  %{python_module Babel >= 0.9.6}
 BuildRequires:  %{python_module pbr}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module testtools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # OpenStack package: stestr is only available for primary python3, only test 
on this flavor
 BuildRequires:  python3-stestr
 Requires:       python-Babel >= 0.9.6
 Requires:       python-pbr
-Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(post): alts
+Requires(postun): alts
 BuildArch:      noarch
 %ifpython2
 Requires:       python-argparse
@@ -60,16 +62,16 @@
 %setup -q -n bashate-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/bashate
 %{python_expand  #
 rm -rf %{buildroot}%{$python_sitelib}/bashate/tests
 sed -i -e '/^#!\//, 1d' %{buildroot}%{$python_sitelib}/bashate/bashate.py
 }
-%python_compileall
+%{python_compileall}
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -85,5 +87,6 @@
 %license LICENSE
 %doc AUTHORS README.rst ChangeLog
 %python_alternative %{_bindir}/bashate
-%{python_sitelib}/*
+%{python_sitelib}/bashate
+%{python_sitelib}/bashate-%{version}*-info
 

Reply via email to