Hello community,
here is the log from the commit of package python-passivetotal for
openSUSE:Factory checked in at 2018-12-24 11:40:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-passivetotal (Old)
and /work/SRC/openSUSE:Factory/.python-passivetotal.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-passivetotal"
Mon Dec 24 11:40:53 2018 rev:2 rq:659539 version:1.0.30
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-passivetotal/python-passivetotal.changes
2018-02-20 17:55:14.314111632 +0100
+++
/work/SRC/openSUSE:Factory/.python-passivetotal.new.28833/python-passivetotal.changes
2018-12-24 11:40:54.649477736 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:51:15 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-passivetotal.spec ++++++
--- /var/tmp/diff_new_pack.v38bOX/_old 2018-12-24 11:40:55.121477317 +0100
+++ /var/tmp/diff_new_pack.v38bOX/_new 2018-12-24 11:40:55.125477314 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-passivetotal
#
-# 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,15 +21,14 @@
Name: python-passivetotal
Version: 1.0.30
Release: 0
-License: GPL-2.0
Summary: Client for the PassiveTotal REST API
-Url: https://passivetotal.readthedocs.org
+License: GPL-2.0-only
Group: Development/Languages/Python
+Url: https://passivetotal.readthedocs.org
Source:
https://files.pythonhosted.org/packages/source/p/passivetotal/passivetotal-%{version}.tar.gz
Source1:
https://github.com/passivetotal/python_api/raw/c2d0c8f4ea3dde4caec01f5401fb6f105f8a2447/LICENSE
-BuildRequires: python-rpm-macros
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
+BuildRequires: python-rpm-macros
%if %{with test}
BuildRequires: %{python_module ez_setup}
BuildRequires: %{python_module future}