diff --git a/fakeredis-1.0.4.tar.gz b/fakeredis-1.0.4.tar.gz deleted file mode 100644 index 78e167b..0000000 --- a/fakeredis-1.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3abb2dc34de78930514e8aa5c90ee81d38681180875d87c5b6ae56de348d9ed8 -size 73224 diff --git a/fakeredis-1.0.5.tar.gz b/fakeredis-1.0.5.tar.gz new file mode 100644 index 0000000..410990b --- /dev/null +++ b/fakeredis-1.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e1bfb9de5a5ab5796b6101fbe7927fe1456fa8e72cbcd3625c9437e278bf581 +size 74193 diff --git a/python-fakeredis.changes b/python-fakeredis.changes index c5d0912..225acb3 100644 --- a/python-fakeredis.changes +++ b/python-fakeredis.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 13 07:55:04 UTC 2019 - Tomáš Chvátal + +- Update to 1.0.5: + * No upstream changelog + ------------------------------------------------------------------- Wed Aug 21 14:33:39 UTC 2019 - Tomáš Chvátal diff --git a/python-fakeredis.spec b/python-fakeredis.spec index c44961b..3072618 100644 --- a/python-fakeredis.spec +++ b/python-fakeredis.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fakeredis -Version: 1.0.4 +Version: 1.0.5 Release: 0 Summary: Fake implementation of redis API for testing purposes License: BSD-3-Clause AND MIT @@ -37,7 +37,6 @@ Recommends: python-future Suggests: python-lupa BuildArch: noarch # SECTION test requirements -# bug in https://github.com/jamesls/fakeredis/issues/235 BuildRequires: %{python_module future} BuildRequires: %{python_module lupa} BuildRequires: %{python_module redis}