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