1
0

- 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
This commit is contained in:
Sebastian Wagner 2020-06-03 10:49:59 +00:00 committed by Git OBS Bridge
parent d297de0499
commit bf6e0a94d1
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 3 10:49:23 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Disable Python 2 build, dependencies do not resolve.
-------------------------------------------------------------------
Tue Nov 12 01:32:00 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -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