Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-python-barcode for 
openSUSE:Leap:16.0 checked in at 2025-05-16 08:30:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/python-python-barcode (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.python-python-barcode.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-barcode"

Fri May 16 08:30:14 2025 rev:2 rq:1275602 version:0.15.1

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:16.0/python-python-barcode/python-python-barcode.changes
    2025-05-05 12:25:46.472496102 +0200
+++ 
/work/SRC/openSUSE:Leap:16.0/.python-python-barcode.new.30101/python-python-barcode.changes
 2025-05-16 08:30:19.944162789 +0200
@@ -1,0 +2,5 @@
+Mon May  5 03:49:30 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-python-barcode.spec ++++++
--- /var/tmp/diff_new_pack.iveNds/_old  2025-05-16 08:30:20.384181199 +0200
+++ /var/tmp/diff_new_pack.iveNds/_new  2025-05-16 08:30:20.384181199 +0200
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package python-python-barcode
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2019-2024 Dr. Axel Braun <d...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -28,15 +28,17 @@
 URL:            https://github.com/WhyNotHugo/python-barcode
 Source:         
https://files.pythonhosted.org/packages/source/p/%{base_name}/%{base_name}-%{version}.tar.gz
 BuildRequires:  %{python_module Pillow}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  dejavu-fonts
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       dejavu-fonts
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 Provides:       python-pyBarcode = %{version}-%{release}
 Obsoletes:      python-pyBarcode < %{version}-%{release}
 BuildArch:      noarch
@@ -53,10 +55,10 @@
 rm docs/Makefile
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/python-barcode
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 find %{buildroot} -type f -name "*.ttf" | while read i; do
@@ -82,6 +84,6 @@
 %license LICENCE
 %doc %{_docdir}/%{python_flavor}-python-barcode
 %{python_sitelib}/barcode
-%{python_sitelib}/python_barcode-%{version}*-info
+%{python_sitelib}/python_barcode-%{version}.dist-info
 %python_alternative %{_bindir}/python-barcode
 

Reply via email to