From ad0602fb8149ba2cb51b7584b63baea7e10ffe4bee88387c8b9bb3f151c13fdb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 22 Jun 2023 15:26:10 +0000 Subject: [PATCH 1/2] - 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 From 9d69566537cbc0fdfd0593b72f1156a6a2b2ea2aa629bb79aa1c038d6f194a41 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 23 Jun 2023 10:15:58 +0000 Subject: [PATCH 2/2] - Add the package to SUSE Linux Enterprise 15 (jsc#SLE-24404) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutables?expand=0&rev=26 --- python-immutables.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-immutables.changes b/python-immutables.changes index 573edd1..8fd9b87 100644 --- a/python-immutables.changes +++ b/python-immutables.changes @@ -36,6 +36,11 @@ Tue Jul 19 12:26:30 UTC 2022 - Dirk Müller * Test on python 3.10 * consolidate mypy and pytest config into pyproject.toml +------------------------------------------------------------------- +Mon Apr 25 12:49:18 UTC 2022 - Pablo Suárez Hernández + +- Add the package to SUSE Linux Enterprise 15 (jsc#SLE-24404) + ------------------------------------------------------------------- Tue Feb 22 09:01:33 UTC 2022 - Dirk Müller