From 007d1abe3d278d4bcba1cddb5b1a1e094b31bd3ddd11ab625217a0b30745dc85 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 7 Oct 2022 07:50:25 +0000 Subject: [PATCH] - make the package python 3.6+ only as it dropped support for older versions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-repoze.sphinx.autointerface?expand=0&rev=14 --- python-repoze.sphinx.autointerface.changes | 6 ++++++ python-repoze.sphinx.autointerface.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-repoze.sphinx.autointerface.changes b/python-repoze.sphinx.autointerface.changes index 36a276d..ac13ad5 100644 --- a/python-repoze.sphinx.autointerface.changes +++ b/python-repoze.sphinx.autointerface.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 7 07:50:10 UTC 2022 - Dirk Müller + +- make the package python 3.6+ only as it dropped support + for older versions + ------------------------------------------------------------------- Fri Oct 7 03:51:26 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-repoze.sphinx.autointerface.spec b/python-repoze.sphinx.autointerface.spec index 9240f40..ac09c7a 100644 --- a/python-repoze.sphinx.autointerface.spec +++ b/python-repoze.sphinx.autointerface.spec @@ -16,7 +16,7 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} %global modname repoze.sphinx.autointerface Name: python-%{modname} Version: 1.0.0 @@ -26,6 +26,7 @@ License: SUSE-Repoze Group: Development/Languages/Python URL: http://www.repoze.org Source: https://files.pythonhosted.org/packages/source/r/repoze.sphinx.autointerface/%{modname}-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.6} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros