Hello community,

here is the log from the commit of package python-sphinx-feature-classification 
for openSUSE:Factory checked in at 2020-09-21 17:28:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinx-feature-classification (Old)
 and      
/work/SRC/openSUSE:Factory/.python-sphinx-feature-classification.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sphinx-feature-classification"

Mon Sep 21 17:28:14 2020 rev:8 rq:835412 version:1.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sphinx-feature-classification/python-sphinx-feature-classification.changes
        2020-06-03 20:36:28.281915261 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinx-feature-classification.new.4249/python-sphinx-feature-classification.changes
      2020-09-21 17:36:43.384600751 +0200
@@ -1,0 +2,10 @@
+Fri Sep 18 12:04:25 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 1.1.0:
+  * Cleanup misplaced release note
+  * Reduce need for openstack specific requirements
+  * Switch to victoria test template
+  * Report sphinx extension is thread safe
+  * Switch to newer openstackdocstheme and reno versions
+
+-------------------------------------------------------------------

Old:
----
  sphinx-feature-classification-1.0.1.tar.gz

New:
----
  sphinx-feature-classification-1.1.0.tar.gz

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

Other differences:
------------------
++++++ python-sphinx-feature-classification.spec ++++++
--- /var/tmp/diff_new_pack.m3tjgG/_old  2020-09-21 17:36:59.520612450 +0200
+++ /var/tmp/diff_new_pack.m3tjgG/_new  2020-09-21 17:36:59.524612453 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-sphinx-feature-classification
-Version:        1.0.1
+Version:        1.1.0
 Release:        0
 Summary:        Sphinx extension to generate a matrix of pluggable drivers
 License:        Apache-2.0

++++++ sphinx-feature-classification-1.0.1.tar.gz -> 
sphinx-feature-classification-1.1.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinx-feature-classification-1.0.1/.zuul.yaml 
new/sphinx-feature-classification-1.1.0/.zuul.yaml
--- old/sphinx-feature-classification-1.0.1/.zuul.yaml  2020-04-07 
12:09:11.000000000 +0200
+++ new/sphinx-feature-classification-1.1.0/.zuul.yaml  2020-09-10 
15:55:23.000000000 +0200
@@ -2,4 +2,4 @@
     templates:
       - check-requirements
       - publish-openstack-docs-pti
-      - openstack-python3-ussuri-jobs
+      - openstack-python3-victoria-jobs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinx-feature-classification-1.0.1/AUTHORS 
new/sphinx-feature-classification-1.1.0/AUTHORS
--- old/sphinx-feature-classification-1.0.1/AUTHORS     2020-04-07 
12:10:19.000000000 +0200
+++ new/sphinx-feature-classification-1.1.0/AUTHORS     2020-09-10 
15:56:32.000000000 +0200
@@ -11,6 +11,7 @@
 Sean McGinnis <[email protected]>
 Stephen Finucane <[email protected]>
 Thierry Carrez <[email protected]>
+Thomas Bechtold <[email protected]>
 huang.zhiping <[email protected]>
 qingszhao <[email protected]>
 tonybrad <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinx-feature-classification-1.0.1/ChangeLog 
new/sphinx-feature-classification-1.1.0/ChangeLog
--- old/sphinx-feature-classification-1.0.1/ChangeLog   2020-04-07 
12:10:19.000000000 +0200
+++ new/sphinx-feature-classification-1.1.0/ChangeLog   2020-09-10 
15:56:32.000000000 +0200
@@ -1,6 +1,15 @@
 CHANGES
 =======
 
+1.1.0
+-----
+
+* Cleanup misplaced release note
+* Reduce need for openstack specific requirements
+* Switch to victoria test template
+* Report sphinx extension is thread safe
+* Switch to newer openstackdocstheme and reno versions
+
 1.0.1
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinx-feature-classification-1.0.1/PKG-INFO 
new/sphinx-feature-classification-1.1.0/PKG-INFO
--- old/sphinx-feature-classification-1.0.1/PKG-INFO    2020-04-07 
12:10:19.000000000 +0200
+++ new/sphinx-feature-classification-1.1.0/PKG-INFO    2020-09-10 
15:56:32.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: sphinx-feature-classification
-Version: 1.0.1
+Version: 1.1.0
 Summary: Generate a matrix of pluggable drivers and their support to an API in 
Sphinx.
 Home-page: https://docs.openstack.org/sphinx-feature-classification/latest/
 Author: OpenStack
@@ -41,6 +41,7 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3 :: Only
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Requires-Python: >=3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinx-feature-classification-1.0.1/doc/requirements.txt 
new/sphinx-feature-classification-1.1.0/doc/requirements.txt
--- old/sphinx-feature-classification-1.0.1/doc/requirements.txt        
1970-01-01 01:00:00.000000000 +0100
+++ new/sphinx-feature-classification-1.1.0/doc/requirements.txt        
2020-09-10 15:55:23.000000000 +0200
@@ -0,0 +1,7 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+openstackdocstheme>=2.2.4 # Apache-2.0
+reno>=3.1.0 # Apache-2.0
+sphinx>=2.0.0,!=2.1.0 # BSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinx-feature-classification-1.0.1/doc/source/conf.py 
new/sphinx-feature-classification-1.1.0/doc/source/conf.py
--- old/sphinx-feature-classification-1.0.1/doc/source/conf.py  2020-04-07 
12:09:11.000000000 +0200
+++ new/sphinx-feature-classification-1.1.0/doc/source/conf.py  2020-09-10 
15:55:23.000000000 +0200
@@ -40,6 +40,10 @@
 project = u'sphinx-feature-classification'
 copyright = u'2017, OpenStack Foundation'
 
+# openstackdocstheme options
+openstackdocs_repo_name = 'openstack/sphinx-feature-classification'
+openstackdocs_use_storyboard = True
+
 # If true, '()' will be appended to :func: etc. cross-reference text.
 add_function_parentheses = True
 
@@ -48,7 +52,7 @@
 add_module_names = True
 
 # The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'native'
 
 # -- Options for HTML output --------------------------------------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinx-feature-classification-1.0.1/releasenotes/source/conf.py 
new/sphinx-feature-classification-1.1.0/releasenotes/source/conf.py
--- old/sphinx-feature-classification-1.0.1/releasenotes/source/conf.py 
2020-04-07 12:09:11.000000000 +0200
+++ new/sphinx-feature-classification-1.1.0/releasenotes/source/conf.py 
2020-09-10 15:55:23.000000000 +0200
@@ -29,6 +29,11 @@
 project = u'sphinx_feature_classification Release Notes'
 copyright = u'2016, OpenStack Foundation'
 
+# openstackdocstheme options
+openstackdocs_repo_name = 'openstack/sphinx-feature-classification'
+openstackdocs_auto_name = False
+openstackdocs_use_storyboard = True
+
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
@@ -40,7 +45,7 @@
 version = ''
 
 # The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'native'
 
 
 # -- Options for HTML output ----------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinx-feature-classification-1.0.1/setup.cfg 
new/sphinx-feature-classification-1.1.0/setup.cfg
--- old/sphinx-feature-classification-1.0.1/setup.cfg   2020-04-07 
12:10:19.000000000 +0200
+++ new/sphinx-feature-classification-1.1.0/setup.cfg   2020-09-10 
15:56:32.000000000 +0200
@@ -17,6 +17,7 @@
        Programming Language :: Python :: 3
        Programming Language :: Python :: 3.6
        Programming Language :: Python :: 3.7
+       Programming Language :: Python :: 3.8
        Programming Language :: Python :: 3 :: Only
        Programming Language :: Python :: Implementation :: CPython
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinx-feature-classification-1.0.1/sphinx_feature_classification/releasenotes/notes/update-summary-table-style-cb5a00eb45cce78a.yaml
 
new/sphinx-feature-classification-1.1.0/sphinx_feature_classification/releasenotes/notes/update-summary-table-style-cb5a00eb45cce78a.yaml
--- 
old/sphinx-feature-classification-1.0.1/sphinx_feature_classification/releasenotes/notes/update-summary-table-style-cb5a00eb45cce78a.yaml
   2020-04-07 12:09:11.000000000 +0200
+++ 
new/sphinx-feature-classification-1.1.0/sphinx_feature_classification/releasenotes/notes/update-summary-table-style-cb5a00eb45cce78a.yaml
   1970-01-01 01:00:00.000000000 +0100
@@ -1,5 +0,0 @@
----
-fixes:
-  - |
-    Fixed the summary table border not rendering and improved the table
-    font sizing.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinx-feature-classification-1.0.1/sphinx_feature_classification/support_matrix.py
 
new/sphinx-feature-classification-1.1.0/sphinx_feature_classification/support_matrix.py
--- 
old/sphinx-feature-classification-1.0.1/sphinx_feature_classification/support_matrix.py
     2020-04-07 12:09:11.000000000 +0200
+++ 
new/sphinx-feature-classification-1.1.0/sphinx_feature_classification/support_matrix.py
     2020-09-10 15:55:23.000000000 +0200
@@ -491,3 +491,7 @@
     app.add_directive('support_matrix', Directive)
     app.add_css_file('support-matrix.css')
     app.connect('build-finished', on_build_finished)
+    return {
+        'parallel_read_safe': True,
+        'parallel_write_safe': True,
+    }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinx-feature-classification-1.0.1/sphinx_feature_classification/tests/base.py
 
new/sphinx-feature-classification-1.1.0/sphinx_feature_classification/tests/base.py
--- 
old/sphinx-feature-classification-1.0.1/sphinx_feature_classification/tests/base.py
 2020-04-07 12:09:11.000000000 +0200
+++ 
new/sphinx-feature-classification-1.1.0/sphinx_feature_classification/tests/base.py
 2020-09-10 15:55:23.000000000 +0200
@@ -15,9 +15,9 @@
 # License for the specific language governing permissions and limitations
 # under the License.
 
-from oslotest import base
+import testtools
 
 
-class TestCase(base.BaseTestCase):
+class TestCase(testtools.TestCase):
 
     """Test case base class for all unit tests."""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinx-feature-classification-1.0.1/sphinx_feature_classification.egg-info/PKG-INFO
 
new/sphinx-feature-classification-1.1.0/sphinx_feature_classification.egg-info/PKG-INFO
--- 
old/sphinx-feature-classification-1.0.1/sphinx_feature_classification.egg-info/PKG-INFO
     2020-04-07 12:10:19.000000000 +0200
+++ 
new/sphinx-feature-classification-1.1.0/sphinx_feature_classification.egg-info/PKG-INFO
     2020-09-10 15:56:32.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: sphinx-feature-classification
-Version: 1.0.1
+Version: 1.1.0
 Summary: Generate a matrix of pluggable drivers and their support to an API in 
Sphinx.
 Home-page: https://docs.openstack.org/sphinx-feature-classification/latest/
 Author: OpenStack
@@ -41,6 +41,7 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3 :: Only
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Requires-Python: >=3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinx-feature-classification-1.0.1/sphinx_feature_classification.egg-info/SOURCES.txt
 
new/sphinx-feature-classification-1.1.0/sphinx_feature_classification.egg-info/SOURCES.txt
--- 
old/sphinx-feature-classification-1.0.1/sphinx_feature_classification.egg-info/SOURCES.txt
  2020-04-07 12:10:19.000000000 +0200
+++ 
new/sphinx-feature-classification-1.1.0/sphinx_feature_classification.egg-info/SOURCES.txt
  2020-09-10 15:56:32.000000000 +0200
@@ -14,6 +14,7 @@
 setup.py
 test-requirements.txt
 tox.ini
+doc/requirements.txt
 doc/source/conf.py
 doc/source/index.rst
 doc/source/contributor/index.rst
@@ -41,7 +42,6 @@
 sphinx_feature_classification.egg-info/pbr.json
 sphinx_feature_classification.egg-info/requires.txt
 sphinx_feature_classification.egg-info/top_level.txt
-sphinx_feature_classification/releasenotes/notes/update-summary-table-style-cb5a00eb45cce78a.yaml
 sphinx_feature_classification/tests/__init__.py
 sphinx_feature_classification/tests/base.py
 sphinx_feature_classification/tests/test_sphinx_feature_classification.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinx-feature-classification-1.0.1/sphinx_feature_classification.egg-info/pbr.json
 
new/sphinx-feature-classification-1.1.0/sphinx_feature_classification.egg-info/pbr.json
--- 
old/sphinx-feature-classification-1.0.1/sphinx_feature_classification.egg-info/pbr.json
     2020-04-07 12:10:19.000000000 +0200
+++ 
new/sphinx-feature-classification-1.1.0/sphinx_feature_classification.egg-info/pbr.json
     2020-09-10 15:56:32.000000000 +0200
@@ -1 +1 @@
-{"git_version": "e941f13", "is_release": true}
\ No newline at end of file
+{"git_version": "d3d6887", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinx-feature-classification-1.0.1/test-requirements.txt 
new/sphinx-feature-classification-1.1.0/test-requirements.txt
--- old/sphinx-feature-classification-1.0.1/test-requirements.txt       
2020-04-07 12:09:11.000000000 +0200
+++ new/sphinx-feature-classification-1.1.0/test-requirements.txt       
2020-09-10 15:55:23.000000000 +0200
@@ -4,13 +4,8 @@
 
 hacking>=3.0,<3.1.0 # Apache-2.0
 coverage>=4.0,!=4.4 # Apache-2.0
-openstackdocstheme>=1.17.0  # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
 ddt>=1.0.1  # MIT
 python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx>=1.6.8 # BSD
+sphinx>=2.0.0,!=2.1.0 # BSD
 testrepository>=0.0.18  # Apache-2.0/BSD
 testtools>=1.4.0 # MIT
-
-# releasenotes
-reno>=1.8.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinx-feature-classification-1.0.1/tox.ini 
new/sphinx-feature-classification-1.1.0/tox.ini
--- old/sphinx-feature-classification-1.0.1/tox.ini     2020-04-07 
12:09:11.000000000 +0200
+++ new/sphinx-feature-classification-1.1.0/tox.ini     2020-09-10 
15:55:23.000000000 +0200
@@ -16,6 +16,7 @@
 deps =
   
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
   -r{toxinidir}/test-requirements.txt
+
 commands = python setup.py test --slowest --testr-args='{posargs}'
 
 [testenv:pep8]
@@ -28,10 +29,14 @@
 commands = python setup.py test --coverage --testr-args='{posargs}'
 
 [testenv:docs]
+deps =
+  
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+  -r{toxinidir}/doc/requirements.txt
 commands =
   sphinx-build -W --keep-going -b html -d doc/build/doctrees doc/source 
doc/build/html
 
 [testenv:releasenotes]
+deps = {[testenv:docs]deps}
 commands =
   sphinx-build -a -E -W -d releasenotes/build/doctrees -b html 
releasenotes/source releasenotes/build/html
 


Reply via email to