From fcf76796ee2d9e00362c6d0c217313d8cdf202cef00a6268b389a950399f30cd Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 13 Jun 2022 07:29:34 +0000 Subject: [PATCH] - Add redismod.conf and tox.ini as Sources to SPEC file. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=60 --- python-redis.changes | 5 +++++ python-redis.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-redis.changes b/python-redis.changes index aeec078..8d6b688 100644 --- a/python-redis.changes +++ b/python-redis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 13 07:24:11 UTC 2022 - Matej Cepl + +- Add redismod.conf and tox.ini as Sources to SPEC file. + ------------------------------------------------------------------- Sat Jun 11 11:03:12 UTC 2022 - Ben Greiner diff --git a/python-redis.spec b/python-redis.spec index 9bbc605..fe82a06 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -27,6 +27,8 @@ Group: Development/Languages/Python URL: https://github.com/redis/redis-py Source0: https://files.pythonhosted.org/packages/source/r/redis/redis-%{version}.tar.gz Source1: https://github.com/redis/redis-py/raw/v%{version}/tox.ini +Source98: redismod.conf +Source99: tox.ini BuildRequires: %{python_module Deprecated >= 1.2.3} BuildRequires: %{python_module async-timeout >= 4.0.2} BuildRequires: %{python_module base >= 3.6}