From 1fbf06cb23b65cb0508c1e7fa52fd7b8944ad4f94dc15e5036772b45f1979e15 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 21 Apr 2023 14:52:38 +0000 Subject: [PATCH] Accepting request 1081346 from home:dirkmueller:acdc:as_python3_module SR for python stack proposal OBS-URL: https://build.opensuse.org/request/show/1081346 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-betamax?expand=0&rev=13 --- python-betamax.changes | 10 ++++++++++ python-betamax.spec | 5 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/python-betamax.changes b/python-betamax.changes index 38fdfc0..06db628 100644 --- a/python-betamax.changes +++ b/python-betamax.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Apr 21 12:22:39 UTC 2023 - Dirk Müller + +- add sle15_python_module_pythons (jsc#PED-68) + +------------------------------------------------------------------- +Thu Apr 13 22:40:16 UTC 2023 - Matej Cepl + +- Make calling of %{sle15modernpython} optional. + ------------------------------------------------------------------- Thu Dec 13 09:23:17 UTC 2018 - Thomas Bechtold diff --git a/python-betamax.spec b/python-betamax.spec index d4b0d35..47720fd 100644 --- a/python-betamax.spec +++ b/python-betamax.spec @@ -1,7 +1,7 @@ # # spec file for package python-betamax # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-betamax Version: 0.8.1 Release: 0 Summary: A VCR imitation for python-requests License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/sigmavirus24/betamax +URL: https://github.com/sigmavirus24/betamax Source: https://pypi.io/packages/source/b/betamax/betamax-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros