Hello community,
here is the log from the commit of package python-backports_abc for
openSUSE:Factory checked in at 2018-05-07 14:52:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-backports_abc (Old)
and /work/SRC/openSUSE:Factory/.python-backports_abc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-backports_abc"
Mon May 7 14:52:26 2018 rev:3 rq:603173 version:0.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-backports_abc/python-backports_abc.changes
2017-04-28 10:39:12.482488376 +0200
+++
/work/SRC/openSUSE:Factory/.python-backports_abc.new/python-backports_abc.changes
2018-05-07 14:52:29.224270582 +0200
@@ -1,0 +2,11 @@
+Thu Apr 19 20:21:29 UTC 2018 - [email protected]
+
+- Undo only building for lower python3 versions. Some packages
+ use it even when not strictly necessary.
+
+-------------------------------------------------------------------
+Fri Mar 23 14:43:20 UTC 2018 - [email protected]
+
+- Only build for python3 versions that need it.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-backports_abc.spec ++++++
--- /var/tmp/diff_new_pack.gVQeyi/_old 2018-05-07 14:52:31.176209665 +0200
+++ /var/tmp/diff_new_pack.gVQeyi/_new 2018-05-07 14:52:31.188209291 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-backports_abc
#
-# 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
@@ -26,8 +26,8 @@
Url: https://github.com/cython/backports_abc
Source:
https://files.pythonhosted.org/packages/source/b/backports_abc/backports_abc-%{version}.tar.gz
BuildRequires: %{python_module devel}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -58,10 +58,13 @@
%install
%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%defattr(-,root,root,-)
-%{python_sitelib}/*
%doc README.rst CHANGES.rst
+%{python_sitelib}/backports_abc-%{version}-py*.egg-info
+%{python_sitelib}/backports_abc.py*
+%pycache_only %{python_sitelib}/__pycache__/backports_abc*
%changelog