From ed36b584a571c1d87495044c9ee68b094f0df395bb8cdee0f1f76f4e8cbea85e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 17 Feb 2023 16:55:06 +0000 Subject: [PATCH] Accepting request 1066412 from home:dirkmueller:acdc - Test with Django only with Factory OBS-URL: https://build.opensuse.org/request/show/1066412 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semantic_version?expand=0&rev=21 --- python-semantic_version.changes | 5 +++++ python-semantic_version.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-semantic_version.changes b/python-semantic_version.changes index 1a28ef5..a2e4a3b 100644 --- a/python-semantic_version.changes +++ b/python-semantic_version.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 17 16:27:23 UTC 2023 - Matej Cepl + +- Test with Django only with Factory + ------------------------------------------------------------------- Sun May 29 13:29:38 UTC 2022 - Torsten Gruner diff --git a/python-semantic_version.spec b/python-semantic_version.spec index f26d243..25d80d8 100644 --- a/python-semantic_version.spec +++ b/python-semantic_version.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# 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 @@ -39,9 +39,11 @@ BuildRequires: python-rpm-macros BuildArch: noarch %if %{with test} BuildRequires: %{python_module pytest} +%if 0%{?suse_version} > 1550 # Django 4.0 dropped support for Python < 3.8 BuildRequires: %{python_module Django >= 1.11 if (%python-base without python36-base)} %endif +%endif %python_subpackages %description