14
0
forked from pool/python-kazoo

Accepting request 1225417 from devel:languages:python

- Clean up the SPEC file.
- Add sle15_python_module_pythons macro

OBS-URL: https://build.opensuse.org/request/show/1225417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kazoo?expand=0&rev=17
This commit is contained in:
2024-11-21 14:17:14 +00:00
committed by Git OBS Bridge
2 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Nov 20 22:55:42 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Clean up the SPEC file.
-------------------------------------------------------------------
Fri Nov 1 17:08:28 UTC 2024 - Fergal Mc Carthy <fmccarthy@suse.com>
- Add sle15_python_module_pythons macro
-------------------------------------------------------------------
Sun Feb 4 11:30:29 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -16,7 +16,7 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-kazoo
Version: 2.10.0
Release: 0
@@ -28,13 +28,13 @@ Source: https://files.pythonhosted.org/packages/source/k/kazoo/kazoo-%{v
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six
Suggests: python-pure-sasl
BuildArch: noarch
%ifpython2
Requires: python-eventlet >= 0.17.1
Requires: python-gevent >= 1.2
%endif
Requires: python-six
Suggests: python-pure-sasl
BuildArch: noarch
%python_subpackages
%description
@@ -56,6 +56,7 @@ Implements a higher level API to Apache Zookeeper for Python clients.
%files %{python_files}
%license LICENSE
%doc README.md
%{python_sitelib}/*
%{python_sitelib}/kazoo
%{python_sitelib}/kazoo-%{version}*-info
%changelog