forked from pool/python-fakeredis
Accepting request 926299 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/926299 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fakeredis?expand=0&rev=6
This commit is contained in:
commit
678059f019
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18fc1808d2ce72169d3f11acdb524a00ef96bd29970c6d34cfeb2edb3fc0c020
|
||||
size 78710
|
3
fakeredis-1.6.1.tar.gz
Normal file
3
fakeredis-1.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d06a9384fb79da9f2164ce96e34eb9d4e2ea46215070805ea6fd3c174590b47
|
||||
size 79775
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 17 13:22:19 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 1.6.1
|
||||
* #305 Some packaging modernisation
|
||||
* #306 Fix FakeRedisMixin.from_url for unix sockets
|
||||
* #308 Remove use of async_generator from tests
|
||||
- Release 1.6.0
|
||||
* #304 Support aioredis 2
|
||||
* #302 Switch CI from Travis CI to Github Actions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 29 10:49:15 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -19,29 +19,28 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-fakeredis
|
||||
Version: 1.5.2
|
||||
Version: 1.6.1
|
||||
Release: 0
|
||||
Summary: Fake implementation of redis API for testing purposes
|
||||
License: BSD-3-Clause AND MIT
|
||||
URL: https://github.com/jamesls/fakeredis
|
||||
Source: https://files.pythonhosted.org/packages/source/f/fakeredis/fakeredis-%{version}.tar.gz
|
||||
BuildRequires: %{python_module hypothesis}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-packaging
|
||||
Requires: python-redis
|
||||
Requires: python-six >= 1.12
|
||||
Requires: python-sortedcontainers
|
||||
Recommends: python-future
|
||||
Suggests: python-aioredis < 2
|
||||
Suggests: python-aioredis
|
||||
Suggests: python-lupa
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module aioredis < 2}
|
||||
BuildRequires: %{python_module async_generator}
|
||||
BuildRequires: %{python_module aioredis}
|
||||
BuildRequires: %{python_module future}
|
||||
BuildRequires: %{python_module hypothesis}
|
||||
BuildRequires: %{python_module lupa}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module pytest >= 4.0}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
@ -71,6 +70,7 @@ export LANG="en_US.UTF8"
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%license COPYING
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/fakeredis
|
||||
%{python_sitelib}/fakeredis-%{version}*-info
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user