From bf6e0a94d10c345c55ce72136225d486e117423837152e9348869b0ece2f8e73 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 3 Jun 2020 10:49:59 +0000 Subject: [PATCH] - Disable Python 2 build, dependencies do not resolve. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cerberus?expand=0&rev=15 --- python-Cerberus.changes | 5 +++++ python-Cerberus.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-Cerberus.changes b/python-Cerberus.changes index 47fa479..3417177 100644 --- a/python-Cerberus.changes +++ b/python-Cerberus.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 3 10:49:23 UTC 2020 - Sebastian Wagner + +- Disable Python 2 build, dependencies do not resolve. + ------------------------------------------------------------------- Tue Nov 12 01:32:00 UTC 2019 - Steve Kowalik diff --git a/python-Cerberus.spec b/python-Cerberus.spec index 56e5265..1b120a3 100644 --- a/python-Cerberus.spec +++ b/python-Cerberus.spec @@ -1,7 +1,7 @@ # # spec file for package python-Cerberus # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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-%{**}} +%define skip_python2 1 Name: python-Cerberus Version: 1.3.2 Release: 0 Summary: Extensible schema and data validation tool for Python dictionaries License: ISC Group: Development/Languages/Python -Url: http://github.com/nicolaiarocci/cerberus +URL: http://github.com/nicolaiarocci/cerberus Source: https://files.pythonhosted.org/packages/source/C/Cerberus/Cerberus-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros