Hello community,
here is the log from the commit of package python-immutables for
openSUSE:Factory checked in at 2019-09-11 10:40:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-immutables (Old)
and /work/SRC/openSUSE:Factory/.python-immutables.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-immutables"
Wed Sep 11 10:40:06 2019 rev:2 rq:729899 version:0.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-immutables/python-immutables.changes
2019-05-06 13:23:37.836830773 +0200
+++
/work/SRC/openSUSE:Factory/.python-immutables.new.7948/python-immutables.changes
2019-09-11 10:40:06.587223084 +0200
@@ -1,0 +2,5 @@
+Tue Sep 10 13:49:53 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Format with spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-immutables.spec ++++++
--- /var/tmp/diff_new_pack.JkF54c/_old 2019-09-11 10:40:06.987223013 +0200
+++ /var/tmp/diff_new_pack.JkF54c/_new 2019-09-11 10:40:06.987223013 +0200
@@ -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,16 +21,15 @@
Name: python-immutables
Version: 0.9
Release: 0
-License: Apache-2.0
Summary: Immutable collections for Python
-Url: https://github.com/MagicStack/immutables
+License: Apache-2.0
Group: Development/Languages/Python
+URL: https://github.com/MagicStack/immutables
Source:
https://files.pythonhosted.org/packages/source/i/immutables/immutables-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
-
+BuildRequires: python-rpm-macros
%python_subpackages
%description