Hello community,
here is the log from the commit of package python-pykwalify for
openSUSE:Factory checked in at 2018-12-24 11:42:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pykwalify (Old)
and /work/SRC/openSUSE:Factory/.python-pykwalify.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pykwalify"
Mon Dec 24 11:42:01 2018 rev:2 rq:659591 version:1.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pykwalify/python-pykwalify.changes
2017-12-14 10:54:11.449151133 +0100
+++
/work/SRC/openSUSE:Factory/.python-pykwalify.new.28833/python-pykwalify.changes
2018-12-24 11:42:02.365417681 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:52:23 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pykwalify.spec ++++++
--- /var/tmp/diff_new_pack.CyqmnJ/_old 2018-12-24 11:42:02.753417337 +0100
+++ /var/tmp/diff_new_pack.CyqmnJ/_new 2018-12-24 11:42:02.757417333 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pykwalify
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,8 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,25 +21,24 @@
Name: python-pykwalify
Version: 1.6.0
Release: 0
-License: MIT
Summary: Python lib/cli for JSON/YAML schema validation
-Url: http://github.com/grokzen/pykwalify
+License: MIT
Group: Development/Languages/Python
+Url: http://github.com/grokzen/pykwalify
Source:
https://files.pythonhosted.org/packages/source/p/pykwalify/pykwalify-%{version}.tar.gz
-BuildRequires: python-rpm-macros
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
+BuildRequires: python-rpm-macros
%if %{with test}
-BuildRequires: %{python_module docopt >= 0.6.2}
-BuildRequires: %{python_module python-dateutil >= 2.4.2}
BuildRequires: %{python_module PyYAML >= 3.11}
+BuildRequires: %{python_module docopt >= 0.6.2}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module python-dateutil >= 2.4.2}
BuildRequires: %{python_module testfixtures}
%endif
BuildRequires: fdupes
+Requires: python-PyYAML >= 3.11
Requires: python-docopt >= 0.6.2
Requires: python-python-dateutil >= 2.4.2
-Requires: python-PyYAML >= 3.11
Suggests: python-ruamel.yaml >= 0.11.0
BuildArch: noarch