- 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
This commit is contained in:
2022-10-07 07:50:25 +00:00
committed by Git OBS Bridge
parent 9f83fb7696
commit 007d1abe3d
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 7 07:50:10 UTC 2022 - Dirk Müller <dmueller@suse.com>
- make the package python 3.6+ only as it dropped support
for older versions
-------------------------------------------------------------------
Fri Oct 7 03:51:26 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -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