Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-redis for openSUSE:Factory checked in at 2024-10-09 22:03:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-redis (Old) and /work/SRC/openSUSE:Factory/.python-redis.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-redis" Wed Oct 9 22:03:06 2024 rev:41 rq:1206271 version:5.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-redis/python-redis.changes 2024-08-01 22:03:33.918328241 +0200 +++ /work/SRC/openSUSE:Factory/.python-redis.new.19354/python-redis.changes 2024-10-09 22:03:07.685637796 +0200 @@ -1,0 +2,10 @@ +Mon Oct 7 21:56:28 UTC 2024 - Antonio Teixeira <antonio.teixe...@suse.com> + +- Update to 5.1.1 + https://github.com/redis/redis-py/releases/tag/v5.1.1 + https://github.com/redis/redis-py/releases/tag/v5.1.0 + https://github.com/redis/redis-py/releases/tag/v5.0.9 +- Skip test_asyncio/test_commands.py, fails in OBS but passes locally +- Use --enable-debug-command and --enable-module-command for valkey 8.x.x + +------------------------------------------------------------------- Old: ---- redis-5.0.8.tar.gz New: ---- redis-5.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-redis.spec ++++++ --- /var/tmp/diff_new_pack.FupIEH/_old 2024-10-09 22:03:08.845686204 +0200 +++ /var/tmp/diff_new_pack.FupIEH/_new 2024-10-09 22:03:08.845686204 +0200 @@ -20,7 +20,7 @@ %{?sle15_python_module_pythons} Name: python-redis -Version: 5.0.8 +Version: 5.1.1 Release: 0 Summary: Python client for Redis key-value store License: MIT @@ -61,9 +61,10 @@ %patch -P 0 -p1 %endif -# This test passes locally but fails in obs with different +# These tests pass locally but fail in obs with different # environment, like ALP build... rm tests/test_commands.py* +rm tests/test_asyncio/test_commands.py # The openSUSE redis json, bloom, ts and # graph are missing in the repos rm tests/test_bloom.py @@ -84,7 +85,7 @@ # We just start two of them locally # master # https://github.com/redis/redis/pull/9920 -%{_sbindir}/redis-server --version | grep ' v=7\.' && redis7args="--enable-debug-command yes --enable-module-command yes" +%{_sbindir}/redis-server --version | grep ' v=[78]\.' && redis7args="--enable-debug-command yes --enable-module-command yes" %{_sbindir}/redis-server --port 6379 --save "" $redis7args & victims="$!" trap "kill $victims || true" EXIT ++++++ redis-5.0.8.tar.gz -> redis-5.1.1.tar.gz ++++++ ++++ 6346 lines of diff (skipped)