Hello community,

here is the log from the commit of package python-sphinxcontrib-documentedlist 
for openSUSE:Factory checked in at 2017-10-11 22:56:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-documentedlist (Old)
 and      /work/SRC/openSUSE:Factory/.python-sphinxcontrib-documentedlist.new 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sphinxcontrib-documentedlist"

Wed Oct 11 22:56:32 2017 rev:2 rq:527182 version:0.6

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-documentedlist/python-sphinxcontrib-documentedlist.changes
  2017-05-06 18:27:58.813376475 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-documentedlist.new/python-sphinxcontrib-documentedlist.changes
     2017-10-11 22:56:34.289480345 +0200
@@ -1,0 +2,14 @@
+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]
+
+- Update to version 0.6
+  * No changelog
+- Specify files to guarantee namespace package doesn't conflict
+  with python(2|3)-Sphinx
+
+-------------------------------------------------------------------

Old:
----
  sphinxcontrib-documentedlist-0.5.tar.gz

New:
----
  sphinxcontrib-documentedlist-0.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sphinxcontrib-documentedlist.spec ++++++
--- /var/tmp/diff_new_pack.5zIs4o/_old  2017-10-11 22:56:35.037447543 +0200
+++ /var/tmp/diff_new_pack.5zIs4o/_new  2017-10-11 22:56:35.041447368 +0200
@@ -16,22 +16,29 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_with     test
 Name:           python-sphinxcontrib-documentedlist
-Version:        0.5
+Version:        0.6
 Release:        0
 License:        BSD-2-Clause
 Summary:        Sphinx DocumentedList extension
 Url:            https://github.com/chintal/sphinxcontrib-documentedlist
 Group:          Development/Languages/Python
 Source:         
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-documentedlist/sphinxcontrib-documentedlist-%{version}.tar.gz
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 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 >= 0.6
 Requires:       python-six
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Requires:       python-sphinxcontrib
 BuildArch:      noarch
+
 %python_subpackages
 
 %description
@@ -58,7 +65,8 @@
 %files %{python_files}
 %defattr(-,root,root,-)
 %doc README.rst
-%{python_sitelib}/sphinxcontrib
+%{python_sitelib}/sphinxcontrib/documentedlist.py*
+%pycache_only %{python_sitelib}/sphinxcontrib/__pycache__/documentedlist*.py*
 %{python_sitelib}/sphinxcontrib_documentedlist-%{version}-py*-nspkg.pth
 %{python_sitelib}/sphinxcontrib_documentedlist-%{version}-py*.egg-info
 

++++++ sphinxcontrib-documentedlist-0.5.tar.gz -> 
sphinxcontrib-documentedlist-0.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-documentedlist-0.5/PKG-INFO 
new/sphinxcontrib-documentedlist-0.6/PKG-INFO
--- old/sphinxcontrib-documentedlist-0.5/PKG-INFO       2016-12-30 
08:33:16.000000000 +0100
+++ new/sphinxcontrib-documentedlist-0.6/PKG-INFO       2017-03-09 
11:16:33.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: sphinxcontrib-documentedlist
-Version: 0.5
+Version: 0.6
 Summary: Sphinx DocumentedList extension
 Home-page: https://github.com/chintal/sphinxcontrib-documentedlist
 Author: Chintalagiri Shashank
@@ -119,7 +119,7 @@
         
         
 Platform: any
-Classifier: Development Status :: 4 - Beta
+Classifier: Development Status :: 5 - Production/Stable
 Classifier: Environment :: Console
 Classifier: Environment :: Web Environment
 Classifier: Intended Audience :: Developers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-documentedlist-0.5/setup.py 
new/sphinxcontrib-documentedlist-0.6/setup.py
--- old/sphinxcontrib-documentedlist-0.5/setup.py       2016-12-30 
07:49:11.000000000 +0100
+++ new/sphinxcontrib-documentedlist-0.6/setup.py       2017-03-09 
11:15:17.000000000 +0100
@@ -11,7 +11,7 @@
 
 setup(
     name='sphinxcontrib-documentedlist',
-    version='0.5',
+    version='0.6',
     url='https://github.com/chintal/sphinxcontrib-documentedlist',
     download_url='http://pypi.python.org/pypi/sphinxcontrib-documentedlist',
     license='BSD',
@@ -21,7 +21,7 @@
     long_description=read('README.rst'),
     zip_safe=False,
     classifiers=[
-        'Development Status :: 4 - Beta',
+        'Development Status :: 5 - Production/Stable',
         'Environment :: Console',
         'Environment :: Web Environment',
         'Intended Audience :: Developers',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinxcontrib-documentedlist-0.5/sphinxcontrib_documentedlist.egg-info/PKG-INFO
 
new/sphinxcontrib-documentedlist-0.6/sphinxcontrib_documentedlist.egg-info/PKG-INFO
--- 
old/sphinxcontrib-documentedlist-0.5/sphinxcontrib_documentedlist.egg-info/PKG-INFO
 2016-12-30 08:33:16.000000000 +0100
+++ 
new/sphinxcontrib-documentedlist-0.6/sphinxcontrib_documentedlist.egg-info/PKG-INFO
 2017-03-09 11:16:32.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: sphinxcontrib-documentedlist
-Version: 0.5
+Version: 0.6
 Summary: Sphinx DocumentedList extension
 Home-page: https://github.com/chintal/sphinxcontrib-documentedlist
 Author: Chintalagiri Shashank
@@ -119,7 +119,7 @@
         
         
 Platform: any
-Classifier: Development Status :: 4 - Beta
+Classifier: Development Status :: 5 - Production/Stable
 Classifier: Environment :: Console
 Classifier: Environment :: Web Environment
 Classifier: Intended Audience :: Developers


Reply via email to