Hello community,
here is the log from the commit of package python-frozendict for
openSUSE:Factory checked in at 2019-06-06 18:17:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-frozendict (Old)
and /work/SRC/openSUSE:Factory/.python-frozendict.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-frozendict"
Thu Jun 6 18:17:21 2019 rev:3 rq:707818 version:1.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-frozendict/python-frozendict.changes
2018-12-11 15:48:30.178162042 +0100
+++
/work/SRC/openSUSE:Factory/.python-frozendict.new.4811/python-frozendict.changes
2019-06-06 18:17:24.264684586 +0200
@@ -1,0 +2,6 @@
+Wed Jun 5 11:10:27 UTC 2019 - [email protected]
+
+- not there is no upstream testsuite
+- call spec cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-frozendict.spec ++++++
--- /var/tmp/diff_new_pack.Ll42oP/_old 2019-06-06 18:17:24.984684375 +0200
+++ /var/tmp/diff_new_pack.Ll42oP/_new 2019-06-06 18:17:24.984684375 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-frozendict
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -23,7 +23,7 @@
Summary: An immutable dictionary
License: MIT
Group: Development/Languages/Python
-URL: https://github.com/slezica/%{name}
+URL: https://github.com/slezica/python-frozendict
Source:
https://files.pythonhosted.org/packages/source/f/frozendict/frozendict-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -46,6 +46,9 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%check
+# no upstream tests
+
%files %{python_files}
%license LICENSE.txt
%doc README.rst