Hello community,
here is the log from the commit of package python-sphinxcontrib-newsfeed for
openSUSE:Factory checked in at 2017-10-11 22:56:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-newsfeed (Old)
and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-newsfeed.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-newsfeed"
Wed Oct 11 22:56:37 2017 rev:2 rq:527199 version:0.1.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinxcontrib-newsfeed/python-sphinxcontrib-newsfeed.changes
2017-09-09 20:25:28.399067074 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-newsfeed.new/python-sphinxcontrib-newsfeed.changes
2017-10-11 22:56:42.117137068 +0200
@@ -1,0 +2,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-newsfeed.spec ++++++
--- /var/tmp/diff_new_pack.mH0jQR/_old 2017-10-11 22:56:43.057095846 +0200
+++ /var/tmp/diff_new_pack.mH0jQR/_new 2017-10-11 22:56:43.057095846 +0200
@@ -29,9 +29,14 @@
Source:
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-%{version}.tar.gz
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}
+%endif
Requires: python-Sphinx
+Requires: python-sphinxcontrib
BuildArch: noarch
%python_subpackages
@@ -58,6 +63,9 @@
%files %{python_files}
%doc README
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/sphinxcontrib/newsfeed.py*
+%pycache_only %{python_sitelib}/sphinxcontrib/__pycache__/newsfeed*.py*
+%{python_sitelib}/sphinxcontrib_newsfeed-%{version}-py*-nspkg.pth
+%{python_sitelib}/sphinxcontrib_newsfeed-%{version}-py*.egg-info
%changelog