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