Hello community,
here is the log from the commit of package python-sphinxcontrib-asyncio for
openSUSE:Factory checked in at 2017-09-27 16:53:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-asyncio (Old)
and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-asyncio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-asyncio"
Wed Sep 27 16:53:01 2017 rev:2 rq:527241 version:0.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinxcontrib-asyncio/python-sphinxcontrib-asyncio.changes
2017-09-09 20:25:03.354597155 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-asyncio.new/python-sphinxcontrib-asyncio.changes
2017-09-27 16:53:02.526574142 +0200
@@ -1,0 +2,11 @@
+Mon Sep 18 22:29:06 UTC 2017 - [email protected]
+
+- Use new python-sphinxcontrib package to provide namespace
+ directory.
+
+-------------------------------------------------------------------
+Mon Sep 18 16:33:47 UTC 2017 - [email protected]
+
+- Fix conflicts with python-Sphinx
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinxcontrib-asyncio.spec ++++++
--- /var/tmp/diff_new_pack.huYQZx/_old 2017-09-27 16:53:03.378454299 +0200
+++ /var/tmp/diff_new_pack.huYQZx/_new 2017-09-27 16:53:03.378454299 +0200
@@ -16,7 +16,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
+%bcond_with test
Name: python-sphinxcontrib-asyncio
Version: 0.2.0
Release: 0
@@ -25,16 +25,18 @@
Url: https://github.com/aio-libs/sphinxcontrib-asyncio
Group: Development/Languages/Python
Source:
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-asyncio/sphinxcontrib-asyncio-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module sphinxcontrib}
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
BuildRequires: python3-Sphinx
-# SECTION test requirements
%if %{with test}
+BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module pytest}
%endif
-# /SECTION
+Requires: python-Sphinx
+Requires: python-sphinxcontrib
BuildArch: noarch
%python_subpackages
@@ -56,8 +58,15 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+# Remove sphinxcontrib namespace package files provided by python-Sphinx
+%python_expand rm -f %{buildroot}%{$python_sitelib}/sphinxcontrib/__init__.py*
+%python_expand rm -f
%{buildroot}%{$python_sitelib}/sphinxcontrib/__pycache__/__init__*.py*
+
%files %{python_files}
%doc CHANGES.rst README.rst docs/_build/html
-%{python_sitelib}/*
+%{python_sitelib}/sphinxcontrib/asyncio.py*
+%pycache_only %dir %{python_sitelib}/sphinxcontrib/__pycache__/
+%pycache_only %{python_sitelib}/sphinxcontrib/__pycache__/asyncio*.py*
+%{python_sitelib}/sphinxcontrib_asyncio-%{version}-py*.egg-info
%changelog