diff --git a/fakeredis-1.0.3.tar.gz b/fakeredis-1.0.3.tar.gz deleted file mode 100644 index 3ef9a1c..0000000 --- a/fakeredis-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94c98b320e9d64535e9ffea360512ad8181129d4b07439168feaf5efc412711f -size 72711 diff --git a/fakeredis-1.0.4.tar.gz b/fakeredis-1.0.4.tar.gz new file mode 100644 index 0000000..78e167b --- /dev/null +++ b/fakeredis-1.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abb2dc34de78930514e8aa5c90ee81d38681180875d87c5b6ae56de348d9ed8 +size 73224 diff --git a/python-fakeredis.changes b/python-fakeredis.changes index 2ac7e80..c5d0912 100644 --- a/python-fakeredis.changes +++ b/python-fakeredis.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 21 14:33:39 UTC 2019 - Tomáš Chvátal + +- Update to 1.0.4: + * various bugfixes all around + ------------------------------------------------------------------- Sun Mar 31 08:58:42 UTC 2019 - John Vandenberg diff --git a/python-fakeredis.spec b/python-fakeredis.spec index 5578663..c44961b 100644 --- a/python-fakeredis.spec +++ b/python-fakeredis.spec @@ -12,39 +12,38 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ - +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fakeredis -Version: 1.0.3 +Version: 1.0.4 Release: 0 -License: BSD-3-Clause and MIT Summary: Fake implementation of redis API for testing purposes -Url: https://github.com/jamesls/fakeredis +License: BSD-3-Clause AND MIT Group: Development/Languages/Python +URL: https://github.com/jamesls/fakeredis Source: https://files.pythonhosted.org/packages/source/f/fakeredis/fakeredis-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module nose} BuildRequires: %{python_module hypothesis} -# SECTION test requirements -# bug in https://github.com/jamesls/fakeredis/issues/235 -BuildRequires: %{python_module redis} -BuildRequires: %{python_module six >= 1.12} -BuildRequires: %{python_module sortedcontainers} -BuildRequires: %{python_module lupa} -BuildRequires: %{python_module future} -# /SECTION +BuildRequires: %{python_module nose} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-redis Requires: python-six >= 1.12 Requires: python-sortedcontainers 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} +BuildRequires: %{python_module six >= 1.12} +BuildRequires: %{python_module sortedcontainers} +# /SECTION %python_subpackages %description