Hello community,
here is the log from the commit of package python-repoze.sphinx.autointerface
for openSUSE:Leap:15.2 checked in at 2020-02-21 23:48:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-repoze.sphinx.autointerface (Old)
and
/work/SRC/openSUSE:Leap:15.2/.python-repoze.sphinx.autointerface.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-repoze.sphinx.autointerface"
Fri Feb 21 23:48:50 2020 rev:12 rq:777087 version:0.8
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-repoze.sphinx.autointerface/python-repoze.sphinx.autointerface.changes
2020-01-15 15:52:38.455570307 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-repoze.sphinx.autointerface.new.26092/python-repoze.sphinx.autointerface.changes
2020-02-21 23:48:53.856512338 +0100
@@ -1,0 +2,11 @@
+Fri Dec 7 10:15:24 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Fix fdupes call
+- Remove useless code for SLE11
+
+-------------------------------------------------------------------
+Tue Dec 4 12:53:39 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-repoze.sphinx.autointerface.spec ++++++
--- /var/tmp/diff_new_pack.P8mWi2/_old 2020-02-21 23:48:54.184512990 +0100
+++ /var/tmp/diff_new_pack.P8mWi2/_new 2020-02-21 23:48:54.184512990 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python
#
-# 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,34 +12,26 @@
# 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-%{**}}
%global modname repoze.sphinx.autointerface
-
Name: python-%{modname}
Version: 0.8
Release: 0
-Url: http://www.repoze.org
Summary: Sphinx extension: auto-generates API docs from Zope interfaces
License: SUSE-Repoze
Group: Development/Languages/Python
-Source:
https://pypi.io/packages/source/r/%{modname}/%{modname}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: %{python_module devel}
+URL: http://www.repoze.org
+Source:
https://files.pythonhosted.org/packages/source/r/repoze.sphinx.autointerface/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Sphinx
Requires: python-zope.interface
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
BuildArch: noarch
-%endif
-
%python_subpackages
%description
@@ -55,11 +47,11 @@
%install
%python_install
-%fdupes %{buildroot}%{_prefix}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
+%license LICENSE.txt
+%doc CHANGES.rst COPYRIGHT.txt README.rst
%{python_sitelib}/*
%changelog