From ad0602fb8149ba2cb51b7584b63baea7e10ffe4bee88387c8b9bb3f151c13fdb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 22 Jun 2023 15:26:10 +0000 Subject: [PATCH] - limit to newer python versions, older are no longer needed OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutables?expand=0&rev=25 --- python-immutables.changes | 5 +++++ python-immutables.spec | 8 +------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/python-immutables.changes b/python-immutables.changes index 0a2bd14..573edd1 100644 --- a/python-immutables.changes +++ b/python-immutables.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 22 15:25:56 UTC 2023 - Dirk Müller + +- limit to newer python versions, older are no longer needed + ------------------------------------------------------------------- Fri Apr 21 12:26:44 UTC 2023 - Dirk Müller diff --git a/python-immutables.spec b/python-immutables.spec index 62dd7f0..053bcc6 100644 --- a/python-immutables.spec +++ b/python-immutables.spec @@ -16,8 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-immutables Version: 0.19 @@ -26,15 +24,11 @@ Summary: Immutable collections for Python License: Apache-2.0 URL: https://github.com/MagicStack/immutables Source: https://files.pythonhosted.org/packages/source/i/immutables/immutables-%{version}.tar.gz -BuildRequires: %{python_module devel >= 3.6} +BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module typing-extensions >= 3.7.4.3 if %python-base < 3.8} BuildRequires: fdupes BuildRequires: python-rpm-macros -%if %python_version_nodots < 38 -Requires: python-typing-extensions >= 3.7.4.3 -%endif %python_subpackages %description