diff --git a/fakeredis-1.5.2.tar.gz b/fakeredis-1.5.2.tar.gz deleted file mode 100644 index cd1b716..0000000 --- a/fakeredis-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18fc1808d2ce72169d3f11acdb524a00ef96bd29970c6d34cfeb2edb3fc0c020 -size 78710 diff --git a/fakeredis-1.6.1.tar.gz b/fakeredis-1.6.1.tar.gz new file mode 100644 index 0000000..a571c44 --- /dev/null +++ b/fakeredis-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d06a9384fb79da9f2164ce96e34eb9d4e2ea46215070805ea6fd3c174590b47 +size 79775 diff --git a/python-fakeredis.changes b/python-fakeredis.changes index 363f49f..f63221e 100644 --- a/python-fakeredis.changes +++ b/python-fakeredis.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Oct 17 13:22:19 UTC 2021 - Ben Greiner + +- Update to 1.6.1 + * #305 Some packaging modernisation + * #306 Fix FakeRedisMixin.from_url for unix sockets + * #308 Remove use of async_generator from tests +- Release 1.6.0 + * #304 Support aioredis 2 + * #302 Switch CI from Travis CI to Github Actions + ------------------------------------------------------------------- Tue Jun 29 10:49:15 UTC 2021 - Ondřej Súkup diff --git a/python-fakeredis.spec b/python-fakeredis.spec index a3a3702..18a548c 100644 --- a/python-fakeredis.spec +++ b/python-fakeredis.spec @@ -19,29 +19,28 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-fakeredis -Version: 1.5.2 +Version: 1.6.1 Release: 0 Summary: Fake implementation of redis API for testing purposes License: BSD-3-Clause AND MIT URL: https://github.com/jamesls/fakeredis Source: https://files.pythonhosted.org/packages/source/f/fakeredis/fakeredis-%{version}.tar.gz -BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-packaging Requires: python-redis Requires: python-six >= 1.12 Requires: python-sortedcontainers -Recommends: python-future -Suggests: python-aioredis < 2 +Suggests: python-aioredis Suggests: python-lupa BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module aioredis < 2} -BuildRequires: %{python_module async_generator} +BuildRequires: %{python_module aioredis} BuildRequires: %{python_module future} BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module lupa} +BuildRequires: %{python_module packaging} BuildRequires: %{python_module pytest >= 4.0} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-mock} @@ -71,6 +70,7 @@ export LANG="en_US.UTF8" %files %{python_files} %doc README.rst %license COPYING -%{python_sitelib}/* +%{python_sitelib}/fakeredis +%{python_sitelib}/fakeredis-%{version}*-info %changelog