- Update to 1.0.4:
* various bugfixes all around OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fakeredis?expand=0&rev=3
This commit is contained in:
parent
bfe3c48dd8
commit
33558de07c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94c98b320e9d64535e9ffea360512ad8181129d4b07439168feaf5efc412711f
|
||||
size 72711
|
3
fakeredis-1.0.4.tar.gz
Normal file
3
fakeredis-1.0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3abb2dc34de78930514e8aa5c90ee81d38681180875d87c5b6ae56de348d9ed8
|
||||
size 73224
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 14:33:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 1.0.4:
|
||||
* various bugfixes all around
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 31 08:58:42 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user