diff --git a/python-redis.spec b/python-redis.spec index d70c17d7ca49323f1ba6b032e7af9a0ae2ebf232..e409bee6be5a88d5e9849eba0b4aaae6c99d9d2a 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-redis Version: 3.5.3 -Release: 1 +Release: 2 Summary: Python client for Redis key-value store License: MIT URL: https://github.com/andymccurdy/redis-py @@ -15,9 +15,9 @@ Summary: Python client for Redis key-value store Provides: python-redis BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-py +#BuildRequires: python3-py BuildRequires: python3-pytest -BuildRequires: python3-mock +#BuildRequires: python3-mock BuildRequires: redis %description -n python3-redis The Python interface to the Redis key-value store. @@ -76,6 +76,9 @@ kill %1 %{_docdir}/* %changelog +* Thu Mar 03 2022 zhaoshuang - 3.5.3-2 +- remove some unnecessary buildrequires + * Mon Aug 09 2021 OpenStack_SIG - 3.5.3-1 - Update version to 3.5.3