Hello community,
here is the log from the commit of package python-sphinxcontrib-httpdomain for
openSUSE:Factory checked in at 2017-10-11 22:56:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-httpdomain (Old)
and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-httpdomain.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-httpdomain"
Wed Oct 11 22:56:29 2017 rev:12 rq:527181 version:1.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinxcontrib-httpdomain/python-sphinxcontrib-httpdomain.changes
2017-07-07 10:16:44.204537171 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-httpdomain.new/python-sphinxcontrib-httpdomain.changes
2017-10-11 22:56:30.833631899 +0200
@@ -0,0 +1,12 @@
+--------------------------------------------------------------------
+Mon Sep 18 22:29:06 UTC 2017 - [email protected]
+
+- Use new python-sphinxcontrib package to provide namespace
+ directory.
+
+------------------------------------------------------------------
+Mon Sep 18 20:36:57 UTC 2017 - [email protected]
+
+- Specify files to guarantee namespace package doesn't conflict
+ with python(2|3)-Sphinx
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinxcontrib-httpdomain.spec ++++++
--- /var/tmp/diff_new_pack.38Q8Hm/_old 2017-10-11 22:56:31.593598571 +0200
+++ /var/tmp/diff_new_pack.38Q8Hm/_new 2017-10-11 22:56:31.593598571 +0200
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_with test
Name: python-sphinxcontrib-httpdomain
Version: 1.5.0
Release: 0
@@ -24,15 +25,21 @@
License: BSD-2-Clause
Group: Development/Languages/Python
Url: http://bitbucket.org/birkenfeld/sphinx-contrib
-Source:
https://pypi.io/packages/source/s/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-%{version}.tar.gz
# PATCH-FIX-UPSTREAM newer-sphinx.patch --
https://bitbucket.org/birkenfeld/sphinx-contrib/pull-requests/152/fix-182-by-moving-around-initialization/diff
Patch1: newer-sphinx.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module sphinxcontrib}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
+%if %{with test}
+BuildRequires: %{python_module Sphinx}
+BuildRequires: %{python_module six}
+%endif
Requires: python-Sphinx
Requires: python-six
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Requires: python-sphinxcontrib
BuildArch: noarch
%python_subpackages
@@ -54,10 +61,15 @@
%install
%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE README.rst
-%{python_sitelib}/*
+%{python_sitelib}/sphinxcontrib/autohttp/
+%{python_sitelib}/sphinxcontrib/httpdomain.py*
+%pycache_only %{python_sitelib}/sphinxcontrib/__pycache__/httpdomain*.py*
+%{python_sitelib}/sphinxcontrib_httpdomain-%{version}-py*-nspkg.pth
+%{python_sitelib}/sphinxcontrib_httpdomain-%{version}-py*.egg-info
%changelog