diff --git a/fakeredis-1.3.0.tar.gz b/fakeredis-1.3.0.tar.gz deleted file mode 100644 index d75da30..0000000 --- a/fakeredis-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c657d6345f3a9837be1ed118964ba2472f66083d325017edad917b560c01a78 -size 68497 diff --git a/fakeredis-1.5.2.tar.gz b/fakeredis-1.5.2.tar.gz new file mode 100644 index 0000000..cd1b716 --- /dev/null +++ b/fakeredis-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18fc1808d2ce72169d3f11acdb524a00ef96bd29970c6d34cfeb2edb3fc0c020 +size 78710 diff --git a/python-fakeredis.changes b/python-fakeredis.changes index 6ec1ebc..363f49f 100644 --- a/python-fakeredis.changes +++ b/python-fakeredis.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 29 10:49:15 UTC 2021 - Ondřej Súkup + +- update to 1.5.2 + * support python 3.9 + * support aioredis + ------------------------------------------------------------------- Fri Mar 20 12:31:00 UTC 2020 - Tomáš Chvátal diff --git a/python-fakeredis.spec b/python-fakeredis.spec index 7fdb778..f184344 100644 --- a/python-fakeredis.spec +++ b/python-fakeredis.spec @@ -1,7 +1,7 @@ # # spec file for package python-fakeredis # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-fakeredis -Version: 1.3.0 +Version: 1.5.2 Release: 0 Summary: Fake implementation of redis API for testing purposes License: BSD-3-Clause AND MIT @@ -34,12 +34,17 @@ Requires: python-six >= 1.12 Requires: python-sortedcontainers Recommends: python-future Suggests: python-lupa +Suggests: python-aioredis < 2 BuildArch: noarch # SECTION test requirements +BuildRequires: %{python_module aioredis < 2} +BuildRequires: %{python_module async_generator} BuildRequires: %{python_module future} BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module lupa} BuildRequires: %{python_module pytest >= 4.0} +BuildRequires: %{python_module pytest-asyncio} +BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module redis} BuildRequires: %{python_module six >= 1.12} BuildRequires: %{python_module sortedcontainers}