From 6e21b742a412889df63858da45919243b98ecbc3440114fee62f354c66b0d8ac Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Thu, 7 Mar 2024 14:52:56 +0000 Subject: [PATCH] Accepting request 1155950 from home:glaubitz:branches:devel:languages:python - Switch package to modern Python Stack on SLE-15 + Add %{?sle15_python_module_pythons} + Drop %define skip_python2 1 OBS-URL: https://build.opensuse.org/request/show/1155950 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=32 --- python-avro.changes | 7 +++++++ python-avro.spec | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/python-avro.changes b/python-avro.changes index 88b2513..ea572bb 100644 --- a/python-avro.changes +++ b/python-avro.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 7 13:44:26 UTC 2024 - John Paul Adrian Glaubitz + +- Switch package to modern Python Stack on SLE-15 + + Add %{?sle15_python_module_pythons} + + Drop %define skip_python2 1 + ------------------------------------------------------------------- Wed Oct 18 12:14:00 UTC 2023 - Dominique Leuenberger diff --git a/python-avro.spec b/python-avro.spec index e1e97a8..811e3c4 100644 --- a/python-avro.spec +++ b/python-avro.spec @@ -1,7 +1,7 @@ # # spec file for package python-avro # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-avro Version: 1.11.3 Release: 0 @@ -30,7 +30,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Requires: python-Twisted Requires: python-zope.interface Suggests: python-python-snappy