Hello community,
here is the log from the commit of package python3-backports_abc for
openSUSE:Factory checked in at 2016-05-17 17:14:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-backports_abc (Old)
and /work/SRC/openSUSE:Factory/.python3-backports_abc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-backports_abc"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python3-backports_abc/python3-backports_abc.changes
2015-11-24 22:33:40.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python3-backports_abc.new/python3-backports_abc.changes
2016-05-17 17:14:04.000000000 +0200
@@ -1,0 +2,12 @@
+Mon May 16 17:52:29 UTC 2016 - [email protected]
+
+- Drop trailing dot from summary, and redundant defattr parameter.
+
+-------------------------------------------------------------------
+Sun May 8 07:14:45 UTC 2016 - [email protected]
+
+- specfile:
+ * updated source url to files.pythonhosted.org
+
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-backports_abc.spec ++++++
--- /var/tmp/diff_new_pack.fxuwEv/_old 2016-05-17 17:14:05.000000000 +0200
+++ /var/tmp/diff_new_pack.fxuwEv/_new 2016-05-17 17:14:05.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python3-backports_abc
#
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -19,11 +19,11 @@
Name: python3-backports_abc
Version: 0.4
Release: 0
-Summary: A backport of recent additions to the 'collections.abc' module.
+Summary: A backport of recent additions to the 'collections.abc' module
License: Python-2.0
Group: Development/Languages/Python
Url: https://pypi.python.org/pypi/backports_abc
-Source:
https://pypi.python.org/packages/source/b/backports_abc/backports_abc-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/b/backports_abc/backports_abc-%{version}.tar.gz
BuildRequires: python3-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -56,7 +56,7 @@
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
%{python3_sitelib}/*
%doc README.rst CHANGES.rst