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 2024-01-03 12:30:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cachelib (Old)
and /work/SRC/openSUSE:Factory/.python-cachelib.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cachelib"
Wed Jan 3 12:30:11 2024 rev:6 rq:1136187 version:0.10.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cachelib/python-cachelib.changes
2023-06-12 15:27:13.839328599 +0200
+++
/work/SRC/openSUSE:Factory/.python-cachelib.new.28375/python-cachelib.changes
2024-01-03 12:30:54.952469678 +0100
@@ -1,0 +2,13 @@
+Fri Dec 29 09:54:47 UTC 2023 - Antonio Larrosa <[email protected]>
+
+- Remove BuildRequires for python-redis and python-boto3 which are
+ not really required nor even used when building the package
+ (I also checked that the same number of tests are
+ passed/skipped/deselected with and without those packages).
+- Remove the Recommendation for python-redis, since that is only
+ used if the user of cachelib wants to use a Redis key-value store
+ as a cache backend and in that case it should be clear that they
+ need the python-redis package installed. This two changes simplify
+ the dependencies a lot which is specially useful in SLE.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cachelib.spec ++++++
--- /var/tmp/diff_new_pack.Q0NG8T/_old 2024-01-03 12:30:55.536491037 +0100
+++ /var/tmp/diff_new_pack.Q0NG8T/_new 2024-01-03 12:30:55.536491037 +0100
@@ -29,23 +29,19 @@
# skip failing tests
Patch0: skip-failing-tests.patch
BuildRequires: %{python_module pylibmc}
-BuildRequires: %{python_module redis}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: redis
Recommends: python-pylibmc
-Recommends: python-redis
BuildArch: noarch
# SECTION test
-BuildRequires: %{python_module boto3}
BuildRequires: %{python_module pluggy}
BuildRequires: %{python_module pylibmc}
BuildRequires: %{python_module pyparsing}
BuildRequires: %{python_module pytest-xprocess}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil}
-BuildRequires: %{python_module redis}
BuildRequires: %{python_module urllib3 < 2}
BuildRequires: memcached
# /SECTION