14
0
forked from pool/python-kazoo
2024-11-20 22:55:50 +00:00
committed by Git OBS Bridge
parent c299ec2b11
commit d9ee5e5159
2 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
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> Fri Nov 1 17:08:28 UTC 2024 - Fergal Mc Carthy <fmccarthy@suse.com>

View File

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