Hello community,

here is the log from the commit of package python-sphinx-feature-classification 
for openSUSE:Factory checked in at 2020-06-03 20:35:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinx-feature-classification (Old)
 and      
/work/SRC/openSUSE:Factory/.python-sphinx-feature-classification.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sphinx-feature-classification"

Wed Jun  3 20:35:48 2020 rev:7 rq:811109 version:1.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sphinx-feature-classification/python-sphinx-feature-classification.changes
        2020-03-06 21:33:42.145786930 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sphinx-feature-classification.new.3606/python-sphinx-feature-classification.changes
      2020-06-03 20:36:28.281915261 +0200
@@ -1,0 +2,7 @@
+Wed Jun  3 11:29:33 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- update to 1.0.1:
+ * Update hacking for Python3
+ * Switch to sphinx-build and cleanup
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-sphinx-feature-classification.spec ++++++
--- /var/tmp/diff_new_pack.3MDXTm/_old  2020-06-03 20:36:29.309918483 +0200
+++ /var/tmp/diff_new_pack.3MDXTm/_new  2020-06-03 20:36:29.313918496 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-sphinx-feature-classification
-Version:        1.0.0
+Version:        1.0.1
 Release:        0
 Summary:        Sphinx extension to generate a matrix of pluggable drivers
 License:        Apache-2.0

++++++ sphinx-feature-classification-1.0.0.tar.gz -> 
sphinx-feature-classification-1.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinx-feature-classification-1.0.0/AUTHORS 
new/sphinx-feature-classification-1.0.1/AUTHORS
--- old/sphinx-feature-classification-1.0.0/AUTHORS     2020-01-16 
18:49:56.000000000 +0100
+++ new/sphinx-feature-classification-1.0.1/AUTHORS     2020-04-07 
12:10:19.000000000 +0200
@@ -1,4 +1,5 @@
 98k <18552437...@163.com>
+Andreas Jaeger <a...@suse.com>
 Ben Nemec <bne...@redhat.com>
 Corey Bryant <corey.bry...@canonical.com>
 Doug Hellmann <d...@doughellmann.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinx-feature-classification-1.0.0/ChangeLog 
new/sphinx-feature-classification-1.0.1/ChangeLog
--- old/sphinx-feature-classification-1.0.0/ChangeLog   2020-01-16 
18:49:56.000000000 +0100
+++ new/sphinx-feature-classification-1.0.1/ChangeLog   2020-04-07 
12:10:19.000000000 +0200
@@ -1,6 +1,12 @@
 CHANGES
 =======
 
+1.0.1
+-----
+
+* Update hacking for Python3
+* Switch to sphinx-build and cleanup
+
 1.0.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinx-feature-classification-1.0.0/PKG-INFO 
new/sphinx-feature-classification-1.0.1/PKG-INFO
--- old/sphinx-feature-classification-1.0.0/PKG-INFO    2020-01-16 
18:49:56.000000000 +0100
+++ new/sphinx-feature-classification-1.0.1/PKG-INFO    2020-04-07 
12:10:19.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: sphinx-feature-classification
-Version: 1.0.0
+Version: 1.0.1
 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,3 +41,6 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+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.0/setup.cfg 
new/sphinx-feature-classification-1.0.1/setup.cfg
--- old/sphinx-feature-classification-1.0.0/setup.cfg   2020-01-16 
18:49:56.000000000 +0100
+++ new/sphinx-feature-classification-1.0.1/setup.cfg   2020-04-07 
12:10:19.000000000 +0200
@@ -6,6 +6,7 @@
 author = OpenStack
 author-email = openstack-disc...@lists.openstack.org
 home-page = https://docs.openstack.org/sphinx-feature-classification/latest/
+python-requires = >=3.6
 classifier = 
        Environment :: OpenStack
        Intended Audience :: Information Technology
@@ -16,23 +17,13 @@
        Programming Language :: Python :: 3
        Programming Language :: Python :: 3.6
        Programming Language :: Python :: 3.7
+       Programming Language :: Python :: 3 :: Only
+       Programming Language :: Python :: Implementation :: CPython
 
 [files]
 packages = 
        sphinx_feature_classification
 
-[wheel]
-universal = 1
-
-[build_sphinx]
-all-files = 1
-warning-is-error = 1
-source-dir = doc/source
-build-dir = doc/build
-
-[upload_sphinx]
-upload-dir = doc/build/html
-
 [compile_catalog]
 directory = sphinx_feature_classification/locale
 domain = sphinx_feature_classification
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinx-feature-classification-1.0.0/sphinx_feature_classification/support_matrix.py
 
new/sphinx-feature-classification-1.0.1/sphinx_feature_classification/support_matrix.py
--- 
old/sphinx-feature-classification-1.0.0/sphinx_feature_classification/support_matrix.py
     2020-01-16 18:49:12.000000000 +0100
+++ 
new/sphinx-feature-classification-1.0.1/sphinx_feature_classification/support_matrix.py
     2020-04-07 12:09:11.000000000 +0200
@@ -75,7 +75,7 @@
             if cfg.has_option(section, "status"):
                 # The value is a string "status(group)" where
                 # the 'group' part is optional
-                status, group = re.match('^([^(]+)(?:\(([^)]+)\))?$',
+                status, group = re.match(r'^([^(]+)(?:\(([^)]+)\))?$',
                                          cfg.get(section, "status")).groups()
 
                 if status not in Feature.STATUS_ALL:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinx-feature-classification-1.0.0/sphinx_feature_classification.egg-info/PKG-INFO
 
new/sphinx-feature-classification-1.0.1/sphinx_feature_classification.egg-info/PKG-INFO
--- 
old/sphinx-feature-classification-1.0.0/sphinx_feature_classification.egg-info/PKG-INFO
     2020-01-16 18:49:56.000000000 +0100
+++ 
new/sphinx-feature-classification-1.0.1/sphinx_feature_classification.egg-info/PKG-INFO
     2020-04-07 12:10:19.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: sphinx-feature-classification
-Version: 1.0.0
+Version: 1.0.1
 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,3 +41,6 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+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.0/sphinx_feature_classification.egg-info/pbr.json
 
new/sphinx-feature-classification-1.0.1/sphinx_feature_classification.egg-info/pbr.json
--- 
old/sphinx-feature-classification-1.0.0/sphinx_feature_classification.egg-info/pbr.json
     2020-01-16 18:49:56.000000000 +0100
+++ 
new/sphinx-feature-classification-1.0.1/sphinx_feature_classification.egg-info/pbr.json
     2020-04-07 12:10:19.000000000 +0200
@@ -1 +1 @@
-{"git_version": "b7ae366", "is_release": true}
\ No newline at end of file
+{"git_version": "e941f13", "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.0/test-requirements.txt 
new/sphinx-feature-classification-1.0.1/test-requirements.txt
--- old/sphinx-feature-classification-1.0.0/test-requirements.txt       
2020-01-16 18:49:12.000000000 +0100
+++ new/sphinx-feature-classification-1.0.1/test-requirements.txt       
2020-04-07 12:09:11.000000000 +0200
@@ -2,13 +2,13 @@
 # of appearance. Changing the order has an impact on the overall integration
 # process, which may cause wedges in the gate later.
 
-hacking>=0.12.0,<0.13 # Apache-2.0
+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.1,>=1.5.1 # BSD
+sphinx>=1.6.8 # BSD
 testrepository>=0.0.18  # Apache-2.0/BSD
 testtools>=1.4.0 # MIT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinx-feature-classification-1.0.0/tox.ini 
new/sphinx-feature-classification-1.0.1/tox.ini
--- old/sphinx-feature-classification-1.0.0/tox.ini     2020-01-16 
18:49:12.000000000 +0100
+++ new/sphinx-feature-classification-1.0.1/tox.ini     2020-04-07 
12:09:11.000000000 +0200
@@ -10,7 +10,6 @@
 [testenv]
 basepython = python3
 usedevelop = True
-install_command = pip install {opts} {packages}
 setenv =
    VIRTUAL_ENV={envdir}
    PYTHONWARNINGS=default::DeprecationWarning
@@ -29,7 +28,8 @@
 commands = python setup.py test --coverage --testr-args='{posargs}'
 
 [testenv:docs]
-commands = python setup.py build_sphinx
+commands =
+  sphinx-build -W --keep-going -b html -d doc/build/doctrees doc/source 
doc/build/html
 
 [testenv:releasenotes]
 commands =


Reply via email to