- Update to 1.0.5:

* No upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fakeredis?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal 2019-09-13 07:58:22 +00:00 committed by Git OBS Bridge
parent 33558de07c
commit 5ed13d805d
4 changed files with 10 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3abb2dc34de78930514e8aa5c90ee81d38681180875d87c5b6ae56de348d9ed8
size 73224

3
fakeredis-1.0.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e1bfb9de5a5ab5796b6101fbe7927fe1456fa8e72cbcd3625c9437e278bf581
size 74193

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 13 07:55:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.0.5:
* No upstream changelog
-------------------------------------------------------------------
Wed Aug 21 14:33:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -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}