From a25b21f1e1157a93ac2755e050fb730775338667 Mon Sep 17 00:00:00 2001 From: hanjinpeng Date: Tue, 2 Sep 2025 18:37:02 +0800 Subject: [PATCH] update to 6.4.0 --- python-redis.spec | 5 ++++- redis-6.2.0.tar.gz => redis-6.4.0.tar.gz | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) rename redis-6.2.0.tar.gz => redis-6.4.0.tar.gz (32%) diff --git a/python-redis.spec b/python-redis.spec index 2e56bad..b9baab9 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-redis -Version: 6.2.0 +Version: 6.4.0 Release: 1 Summary: Python client for Redis key-value store License: MIT @@ -108,6 +108,9 @@ kill %1 %{_docdir}/* %changelog +* Tue Sep 2 2025 Han Jinpeng - 6.4.0-1 +- Update to 6.4.0 + * Thu Jul 10 2025 yaoxin <1024769339@qq.com> - 6.2.0-1 - Update to 6.2.0: * Add dynamic_startup_nodes parameter to async RedisCluster diff --git a/redis-6.2.0.tar.gz b/redis-6.4.0.tar.gz similarity index 32% rename from redis-6.2.0.tar.gz rename to redis-6.4.0.tar.gz index 63463b7..d78f8bb 100644 --- a/redis-6.2.0.tar.gz +++ b/redis-6.4.0.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e821f129b75dde6cb99dd35e5c76e8c49512a5a0d8dfdc560b2fbd44b85ca977 -size 4639129 +oid sha256:b01bc7282b8444e28ec36b261df5375183bb47a07eb9c603f284e89cbc5ef010 +size 4647399 -- Gitee