Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-libarchive-c for 
openSUSE:Leap:16.0 checked in at 2025-07-24 08:30:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/python-libarchive-c (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.python-libarchive-c.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-libarchive-c"

Thu Jul 24 08:30:56 2025 rev:2 rq:1293706 version:5.2

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:16.0/python-libarchive-c/python-libarchive-c.changes    
    2025-03-19 11:55:33.151939766 +0100
+++ 
/work/SRC/openSUSE:Leap:16.0/.python-libarchive-c.new.8875/python-libarchive-c.changes
      2025-07-24 08:31:07.078098269 +0200
@@ -1,0 +2,10 @@
+Wed Apr 30 06:22:55 UTC 2025 - Dirk Müller <dmuel...@suse.com>
+
+- update to 5.2:
+  * Change to the library: fix inoperative `pathname` argument of
+    `add_files` method (#135), by @nvinson.
+  * Change to the tests: update a test to handle new libarchive
+    versions (#131).
+- drop libarchive.patch (upstream)
+
+-------------------------------------------------------------------

Old:
----
  libarchive-c-5.1.tar.gz
  libarchive.patch

New:
----
  libarchive_c-5.2.tar.gz

----------(Old B)----------
  Old:    versions (#131).
- drop libarchive.patch (upstream)
----------(Old E)----------

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

Other differences:
------------------
++++++ python-libarchive-c.spec ++++++
--- /var/tmp/diff_new_pack.UqXGpW/_old  2025-07-24 08:31:07.334108913 +0200
+++ /var/tmp/diff_new_pack.UqXGpW/_new  2025-07-24 08:31:07.338109079 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-libarchive-c
 #
-# Copyright (c) 2024 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
@@ -19,16 +19,16 @@
 %define requires_file() %( readlink -f '%*' | LC_ALL=C xargs -r rpm -q --qf 
'Requires: %%{name} >= %%{epoch}:%%{version}\\n' -f | sed -e 's/ (none):/ /' -e 
's/ 0:/ /' | grep -v "is not")
 
 Name:           python-libarchive-c
-Version:        5.1
+Version:        5.2
 Release:        0
 Summary:        Python interface to libarchive
 License:        CC0-1.0
 Group:          Development/Languages/Python
 URL:            https://github.com/Changaco/python-libarchive-c
-Source:         
https://files.pythonhosted.org/packages/source/l/libarchive-c/libarchive-c-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM https://github.com/Changaco/python-libarchive-c/pull/131 
Handle new libarchive versions
-Patch0:         libarchive.patch
+Source:         
https://files.pythonhosted.org/packages/source/l/libarchive-c/libarchive_c-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 %if %{with libarchive_dynamically}
@@ -48,13 +48,13 @@
 dynamically load and access the C library.
 
 %prep
-%autosetup -p1 -n libarchive-c-%{version}
+%autosetup -p1 -n libarchive_c-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -65,5 +65,5 @@
 %doc README.rst
 %license LICENSE.md
 %{python_sitelib}/libarchive
-%{python_sitelib}/libarchive_c-%{version}*info
+%{python_sitelib}/libarchive_c-%{version}.dist-info
 

Reply via email to