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:
@@ -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>
|
Sun Feb 4 11:30:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-kazoo
|
Name: python-kazoo
|
||||||
Version: 2.10.0
|
Version: 2.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@@ -28,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
|
||||||
@@ -56,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
|
||||||
|
|||||||
Reference in New Issue
Block a user