Sync from SUSE:SLFO:Main python-redis revision 1505c3fe02620c19027d95988ad0f03d

This commit is contained in:
2025-03-28 16:44:22 +01:00
parent 34cc81e6f0
commit 64f6560e70
6 changed files with 119 additions and 12 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Feb 13 10:59:14 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Add pytest-asyncio-045.patch to make tests compatible with latest
python-pytest-asyncio
- Update to 5.2.1:
* Fixed unsecured tempfile.mktemp() command usage (#3446)
* Fixed bug with SLOWLOG GET response parsing on Redis Software (#3441)
* Fixed issue with invoking _close() on closed event loop (#3438)
* Migrate test infrastructure to new custom docker images (#3415)
* Fixed flacky test with HEXPIREAT command (#3437)
-------------------------------------------------------------------
Thu Nov 28 10:52:11 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Pin tests to pytest-asyncio < 0.24
- Only require async-timeout for older pythons
-------------------------------------------------------------------
Wed Nov 20 17:54:16 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.2.0:
* Extend AggregateRequest with scorer argument
-------------------------------------------------------------------
Mon Oct 7 21:56:28 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>