Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-cbor"

Fri May  2 14:59:51 2025 rev:2 rq:1273891 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cbor/python-cbor.changes  2019-04-05 
12:03:32.098588886 +0200
+++ /work/SRC/openSUSE:Factory/.python-cbor.new.30101/python-cbor.changes       
2025-05-02 15:01:00.221995010 +0200
@@ -1,0 +2,6 @@
+Fri May  2 03:35:18 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-cbor.spec ++++++
--- /var/tmp/diff_new_pack.w3mjB2/_old  2025-05-02 15:01:01.030028970 +0200
+++ /var/tmp/diff_new_pack.w3mjB2/_new  2025-05-02 15:01:01.034029138 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cbor
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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,21 +16,20 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-cbor
 Version:        1.0.0
 Release:        0
 Summary:        RFC 7049 - Concise Binary Object Representation
 License:        Apache-2.0
-Group:          Development/Languages/Python
 URL:            https://github.com/brianolson/cbor_py
 Source:         
https://files.pythonhosted.org/packages/source/c/cbor/cbor-%{version}.tar.gz
 Source1:        
https://raw.githubusercontent.com/brianolson/cbor_py/master/LICENSE
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-base
 %python_subpackages
 
 %description
@@ -42,13 +41,14 @@
 
 %build
 export CFLAGS="-fno-strict-aliasing %{optflags}"
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %files %{python_files}
 %license LICENSE
-%{python_sitearch}/*
+%{python_sitearch}/cbor
+%{python_sitearch}/cbor-%{version}.dist-info
 

Reply via email to