- update to 1.5.2

* support python 3.9
 * support aioredis

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fakeredis?expand=0&rev=11
This commit is contained in:
Ondřej Súkup 2021-06-29 10:49:59 +00:00 committed by Git OBS Bridge
parent da2b607a33
commit 03a0993d75
4 changed files with 17 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jun 29 10:49:15 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 1.5.2
* support python 3.9
* support aioredis
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 20 12:31:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com> Fri Mar 20 12:31:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-fakeredis # spec file for package python-fakeredis
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-fakeredis Name: python-fakeredis
Version: 1.3.0 Version: 1.5.2
Release: 0 Release: 0
Summary: Fake implementation of redis API for testing purposes Summary: Fake implementation of redis API for testing purposes
License: BSD-3-Clause AND MIT License: BSD-3-Clause AND MIT
@ -34,12 +34,17 @@ Requires: python-six >= 1.12
Requires: python-sortedcontainers Requires: python-sortedcontainers
Recommends: python-future Recommends: python-future
Suggests: python-lupa Suggests: python-lupa
Suggests: python-aioredis < 2
BuildArch: noarch BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module aioredis < 2}
BuildRequires: %{python_module async_generator}
BuildRequires: %{python_module future} BuildRequires: %{python_module future}
BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module lupa} BuildRequires: %{python_module lupa}
BuildRequires: %{python_module pytest >= 4.0} BuildRequires: %{python_module pytest >= 4.0}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module redis} BuildRequires: %{python_module redis}
BuildRequires: %{python_module six >= 1.12} BuildRequires: %{python_module six >= 1.12}
BuildRequires: %{python_module sortedcontainers} BuildRequires: %{python_module sortedcontainers}