From c299ec2b11d7cb98d1a26a62668060f87eee275e67939812138d652127b0b468 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 20 Nov 2024 22:53:21 +0000 Subject: [PATCH 1/2] Accepting request 1225375 from home:fmccarthy:branches:devel:languages:python - Add sle15_python_module_pythons macro OBS-URL: https://build.opensuse.org/request/show/1225375 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kazoo?expand=0&rev=31 --- python-kazoo.changes | 5 +++++ python-kazoo.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-kazoo.changes b/python-kazoo.changes index 950a82d..2dd739a 100644 --- a/python-kazoo.changes +++ b/python-kazoo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 1 17:08:28 UTC 2024 - Fergal Mc Carthy + +- Add sle15_python_module_pythons macro + ------------------------------------------------------------------- Sun Feb 4 11:30:29 UTC 2024 - Dirk Müller diff --git a/python-kazoo.spec b/python-kazoo.spec index e13c105..baa287d 100644 --- a/python-kazoo.spec +++ b/python-kazoo.spec @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-kazoo Version: 2.10.0 Release: 0 From d9ee5e5159c2dc28c7d3e4ed2ca6afdd623bd01656d6bc438976bb0d2a86fc04 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 20 Nov 2024 22:55:50 +0000 Subject: [PATCH 2/2] - Clean up the SPEC file. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kazoo?expand=0&rev=32 --- python-kazoo.changes | 5 +++++ python-kazoo.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/python-kazoo.changes b/python-kazoo.changes index 2dd739a..2a78cd6 100644 --- a/python-kazoo.changes +++ b/python-kazoo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 20 22:55:42 UTC 2024 - Matej Cepl + +- Clean up the SPEC file. + ------------------------------------------------------------------- Fri Nov 1 17:08:28 UTC 2024 - Fergal Mc Carthy diff --git a/python-kazoo.spec b/python-kazoo.spec index baa287d..2b48fb0 100644 --- a/python-kazoo.spec +++ b/python-kazoo.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-kazoo Version: 2.10.0 @@ -29,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 @@ -57,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