Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-cachelib for openSUSE:Factory 
checked in at 2025-04-10 21:59:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cachelib (Old)
 and      /work/SRC/openSUSE:Factory/.python-cachelib.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cachelib"

Thu Apr 10 21:59:22 2025 rev:7 rq:1268272 version:0.10.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cachelib/python-cachelib.changes  
2024-01-03 12:30:54.952469678 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cachelib.new.1907/python-cachelib.changes    
    2025-04-10 22:00:00.426501112 +0200
@@ -1,0 +2,6 @@
+Thu Apr 10 04:53:02 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- Drop urllib3 BuildRequires due to boto3 disappearing.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-cachelib.spec ++++++
--- /var/tmp/diff_new_pack.E4UzbY/_old  2025-04-10 22:00:00.938522494 +0200
+++ /var/tmp/diff_new_pack.E4UzbY/_new  2025-04-10 22:00:00.938522494 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cachelib
 #
-# Copyright (c) 2023 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
@@ -22,14 +22,15 @@
 Release:        0
 Summary:        A collection of cache libraries in the same API interface
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
 URL:            https://github.com/pallets-eco/cachelib
 Source:         
https://files.pythonhosted.org/packages/source/c/cachelib/cachelib-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM skip-failing-tests.patch gh#pallets-eco/cachelib#228 
mc...@suse.com
 # skip failing tests
 Patch0:         skip-failing-tests.patch
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pylibmc}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  redis
@@ -42,7 +43,6 @@
 BuildRequires:  %{python_module pytest-xprocess}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module python-dateutil}
-BuildRequires:  %{python_module urllib3 < 2}
 BuildRequires:  memcached
 # /SECTION
 %python_subpackages
@@ -54,10 +54,10 @@
 %autosetup -p1 -n cachelib-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -76,5 +76,5 @@
 %license LICENSE.rst
 %doc README.rst
 %{python_sitelib}/cachelib
-%{python_sitelib}/cachelib-%{version}*-info
+%{python_sitelib}/cachelib-%{version}.dist-info
 

Reply via email to