summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-redis_5.2.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* Use https:// in HOMEPAGE variable instead of http://Jason Schonberg2025-03-251-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Fix variable assignment whitespaceRichard Purdie2025-01-311-1/+1
| | | | | | | | | | | | Recipes are much more readable with whitespace around the assignment operators. Fix various assignments in meta-openembedded recipes to show this is definitely the preferred formatting. This fixes recipes with larger numbers of issues but there are just under 100 other references left to fix. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: upgrade 5.1.1 -> 5.2.1Wang Mingyu2024-12-241-0/+21
Changelog: =========== - Extend AggregateRequest with scorer argument (#3409) - Pin pytest-profiling version due to the bug - 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 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>