Hello community,
here is the log from the commit of package python-sphinxcontrib-websupport for
openSUSE:Factory checked in at 2017-09-27 16:52:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport (Old)
and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-websupport"
Wed Sep 27 16:52:41 2017 rev:3 rq:527170 version:1.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinxcontrib-websupport/python-sphinxcontrib-websupport.changes
2017-07-07 10:17:48.351460749 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new/python-sphinxcontrib-websupport.changes
2017-09-27 16:52:42.937329967 +0200
@@ -1,0 +2,15 @@
+Mon Sep 18 21:59:36 UTC 2017 - [email protected]
+
+- Created base namespace package based on sphinxcontrib-websupport
+ sphinxcontrib-websupport is used since Sphinx depends on it, so
+ all other sphinxcontrib packages depend on it indirectly.
+ This avoids dependency loops between sphinxcontrib-websupport
+ and Sphinx.
+
+-------------------------------------------------------------------
+Mon Sep 18 20:36:57 UTC 2017 - [email protected]
+
+- Specify files to guarantee namespace package doesn't conflict
+ with python(2|3)-Sphinx
+
+-------------------------------------------------------------------
New Changes file:
--- /dev/null 2017-07-20 07:30:00.335470106 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-websupport.new/python-sphinxcontrib.changes
2017-09-27 16:52:42.989322652 +0200
@@ -0,0 +1,9 @@
+-------------------------------------------------------------------
+Mon Sep 18 21:59:36 UTC 2017 - [email protected]
+
+- Created base namespace package based on sphinxcontrib-websupport
+ sphinxcontrib-websupport is used since Sphinx depends on it, so
+ all other sphinxcontrib packages depend on it indirectly.
+ This avoids dependency loops between sphinxcontrib-websupport
+ and Sphinx.
+
New:
----
python-sphinxcontrib.changes
python-sphinxcontrib.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinxcontrib-websupport.spec ++++++
--- /var/tmp/diff_new_pack.NmJZWz/_old 2017-09-27 16:52:43.885196620 +0200
+++ /var/tmp/diff_new_pack.NmJZWz/_new 2017-09-27 16:52:43.889196057 +0200
@@ -27,14 +27,16 @@
Source:
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module sphinxcontrib}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Jinja2
-Requires: python-Sphinx
Requires: python-six
+Requires: python-sphinxcontrib
+Recommends: python-Sphinx
Suggests: python-Whoosh
Suggests: python-xapian
Suggests: python-SQLAlchemy
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -51,10 +53,14 @@
%install
%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%defattr(-,root,root,-)
%doc CHANGES LICENSE README.rst
-%{python_sitelib}/*
+%dir %{python_sitelib}/sphinxcontrib/
+%{python_sitelib}/sphinxcontrib/websupport/
+%{python_sitelib}/sphinxcontrib_websupport-%{version}-py*-nspkg.pth
+%{python_sitelib}/sphinxcontrib_websupport-%{version}-py*.egg-info
%changelog
++++++ python-sphinxcontrib.spec ++++++
#
# spec file for package python-sphinxcontrib
#
# Copyright (c) 2017 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-sphinxcontrib
Version: 1.0.1
Release: 0
Summary: Namespace for sphinxcontrib packages
License: BSD-2-Clause
Group: Development/Languages/Python
Url: http://sphinx-doc.org/
Source:
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
This package provides the namespace that all sphinxcontrib packages
make use of. It shouldn't be installed directly, packages that
need it will pull it in automatically.
%prep
%setup -q -n sphinxcontrib-websupport-%{version}
%build
# Not used
%install
%{python_expand install -D -m 644 sphinxcontrib/__init__.py
%{buildroot}%{$python_sitelib}/sphinxcontrib/__init__.py
$python -m compileall -d %{$python_sitelib}
%{buildroot}%{$python_sitelib}/sphinxcontrib/
$python -O -m compileall -d %{$python_sitelib}
%{buildroot}%{$python_sitelib}/sphinxcontrib/
%fdupes %{buildroot}%{$python_sitelib}
}
%files %{python_files}
%defattr(-,root,root,-)
%doc CHANGES LICENSE README.rst
%dir %{python_sitelib}/sphinxcontrib/
%{python_sitelib}/sphinxcontrib/__init__.py*
%pycache_only %dir %{python_sitelib}/sphinxcontrib/__pycache__/
%pycache_only %{python_sitelib}/sphinxcontrib/__pycache__/__init__*.py*
%changelog