From 8360e5d42d8e4f04b99417d6c4343a48547d49358b578e053ac4eb92f859516d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 31 Dec 2023 12:30:03 +0000 Subject: [PATCH 1/3] Accepting request 1135703 from home:ecsos:python - Add %{?sle15_python_module_pythons} OBS-URL: https://build.opensuse.org/request/show/1135703 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pook?expand=0&rev=15 --- python-pook.changes | 5 +++++ python-pook.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pook.changes b/python-pook.changes index 8230fd8..5756f0c 100644 --- a/python-pook.changes +++ b/python-pook.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 29 19:01:35 UTC 2023 - ecsos ecsos@opensuse.org> + +- Add %{?sle15_python_module_pythons} + ------------------------------------------------------------------- Fri Jan 13 06:33:49 UTC 2023 - Daniel Garcia diff --git a/python-pook.spec b/python-pook.spec index 0b211b3..8fcc384 100644 --- a/python-pook.spec +++ b/python-pook.spec @@ -17,7 +17,7 @@ # requires python-aiohttp -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-pook Version: 1.1.1 Release: 0 From 1d340e5addd40963e265b075c06d45be9251ee400381e9cc4aa8c65538474772 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 31 Dec 2023 12:33:39 +0000 Subject: [PATCH 2/3] Accepting request 1135670 from home:alarrosa:branches:devel:languages:python - Use %{?sle15_python_module_pythons} OBS-URL: https://build.opensuse.org/request/show/1135670 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pook?expand=0&rev=16 --- python-pook.changes | 5 +++++ python-pook.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-pook.changes b/python-pook.changes index 5756f0c..38a2f2b 100644 --- a/python-pook.changes +++ b/python-pook.changes @@ -3,6 +3,11 @@ Fri Dec 29 19:01:35 UTC 2023 - ecsos ecsos@opensuse.org> - Add %{?sle15_python_module_pythons} +------------------------------------------------------------------- +Fri Dec 29 15:26:13 UTC 2023 - Antonio Larrosa + +- Use %{?sle15_python_module_pythons} + ------------------------------------------------------------------- Fri Jan 13 06:33:49 UTC 2023 - Daniel Garcia diff --git a/python-pook.spec b/python-pook.spec index 8fcc384..a03e322 100644 --- a/python-pook.spec +++ b/python-pook.spec @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} # requires python-aiohttp %{?sle15_python_module_pythons} Name: python-pook From 5377bec621608db7f69cc789f4e13cd8ac4454b86075d59acecc5879c295c0d1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 31 Dec 2023 12:34:23 +0000 Subject: [PATCH 3/3] * feat(History): add release changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pook?expand=0&rev=17 --- python-pook.changes | 7 +------ python-pook.spec | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/python-pook.changes b/python-pook.changes index 38a2f2b..f7f2e09 100644 --- a/python-pook.changes +++ b/python-pook.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Fri Dec 29 19:01:35 UTC 2023 - ecsos ecsos@opensuse.org> - -- Add %{?sle15_python_module_pythons} - ------------------------------------------------------------------- Fri Dec 29 15:26:13 UTC 2023 - Antonio Larrosa @@ -38,7 +33,7 @@ Mon Sep 20 02:54:50 UTC 2021 - Steve Kowalik * fix(#69): use match keyword in pytest.raises * fix(History): invalid rst syntax * fix(aiohttp): compatible with non aiohttp projects (#67) - * feat(History): add release changes + * feat(History): add release changes - Drop pytest5.patch, no longer required. - Drop nose BuildRequires, and its suite, the remainder covers it. diff --git a/python-pook.spec b/python-pook.spec index a03e322..8fcc384 100644 --- a/python-pook.spec +++ b/python-pook.spec @@ -16,7 +16,6 @@ # -%{?sle15_python_module_pythons} # requires python-aiohttp %{?sle15_python_module_pythons} Name: python-pook