Hello community,

here is the log from the commit of package python-sphinx-feature-classification 
for openSUSE:Factory checked in at 2019-09-27 14:47:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinx-feature-classification (Old)
 and      
/work/SRC/openSUSE:Factory/.python-sphinx-feature-classification.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sphinx-feature-classification"

Fri Sep 27 14:47:52 2019 rev:5 rq:731188 version:0.4.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sphinx-feature-classification/python-sphinx-feature-classification.changes
        2019-05-25 13:35:35.555962286 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinx-feature-classification.new.2352/python-sphinx-feature-classification.changes
      2019-09-27 14:47:55.764845741 +0200
@@ -1,0 +2,6 @@
+Tue Sep 10 10:01:57 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 0.4.1:
+  * Minor fixes
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-sphinx-feature-classification.spec ++++++
--- /var/tmp/diff_new_pack.08h6M1/_old  2019-09-27 14:47:56.716843265 +0200
+++ /var/tmp/diff_new_pack.08h6M1/_new  2019-09-27 14:47:56.728843234 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-sphinx-feature-classification
-Version:        0.4.0
+Version:        0.4.1
 Release:        0
 Summary:        Sphinx extension to generate a matrix of pluggable drivers
 License:        Apache-2.0

++++++ sphinx-feature-classification-0.4.0.tar.gz -> 
sphinx-feature-classification-0.4.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinx-feature-classification-0.4.0/.zuul.yaml 
new/sphinx-feature-classification-0.4.1/.zuul.yaml
--- old/sphinx-feature-classification-0.4.0/.zuul.yaml  2019-04-26 
18:51:32.000000000 +0200
+++ new/sphinx-feature-classification-0.4.1/.zuul.yaml  2019-09-04 
16:24:21.000000000 +0200
@@ -3,5 +3,4 @@
       - check-requirements
       - publish-openstack-docs-pti
       - openstack-python-jobs
-      - openstack-python36-jobs
-      - openstack-python37-jobs
+      - openstack-python3-train-jobs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinx-feature-classification-0.4.0/AUTHORS 
new/sphinx-feature-classification-0.4.1/AUTHORS
--- old/sphinx-feature-classification-0.4.0/AUTHORS     2019-04-26 
18:55:18.000000000 +0200
+++ new/sphinx-feature-classification-0.4.1/AUTHORS     2019-09-04 
16:24:58.000000000 +0200
@@ -10,4 +10,5 @@
 Thierry Carrez <thie...@openstack.org>
 huang.zhiping <huang.zhip...@99cloud.net>
 qingszhao <zhao.daq...@99cloud.net>
+tonybrad <zhangyu...@chinaunicom.cn>
 zhouxinyong <zhouxiny...@inspur.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinx-feature-classification-0.4.0/ChangeLog 
new/sphinx-feature-classification-0.4.1/ChangeLog
--- old/sphinx-feature-classification-0.4.0/ChangeLog   2019-04-26 
18:55:18.000000000 +0200
+++ new/sphinx-feature-classification-0.4.1/ChangeLog   2019-09-04 
16:24:58.000000000 +0200
@@ -1,6 +1,12 @@
 CHANGES
 =======
 
+0.4.1
+-----
+
+* Add Python 3 Train unit tests
+* Change the deps source
+
 0.4.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinx-feature-classification-0.4.0/PKG-INFO 
new/sphinx-feature-classification-0.4.1/PKG-INFO
--- old/sphinx-feature-classification-0.4.0/PKG-INFO    2019-04-26 
18:55:19.000000000 +0200
+++ new/sphinx-feature-classification-0.4.1/PKG-INFO    2019-09-04 
16:24:58.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: sphinx-feature-classification
-Version: 0.4.0
+Version: 0.4.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
@@ -27,7 +27,7 @@
         
         * Free software: Apache license
         * Documentation: 
https://docs.openstack.org/sphinx-feature-classification/latest/
-        * Source: 
http://git.openstack.org/cgit/openstack/sphinx-feature-classification
+        * Source: http://opendev.org/openstack/sphinx-feature-classification
         * Bugs: https://storyboard.openstack.org/#!/project/921
         
         
@@ -41,4 +41,5 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinx-feature-classification-0.4.0/README.rst 
new/sphinx-feature-classification-0.4.1/README.rst
--- old/sphinx-feature-classification-0.4.0/README.rst  2019-04-26 
18:51:32.000000000 +0200
+++ new/sphinx-feature-classification-0.4.1/README.rst  2019-09-04 
16:24:21.000000000 +0200
@@ -19,5 +19,5 @@
 
 * Free software: Apache license
 * Documentation: 
https://docs.openstack.org/sphinx-feature-classification/latest/
-* Source: http://git.openstack.org/cgit/openstack/sphinx-feature-classification
+* Source: http://opendev.org/openstack/sphinx-feature-classification
 * Bugs: https://storyboard.openstack.org/#!/project/921
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinx-feature-classification-0.4.0/setup.cfg 
new/sphinx-feature-classification-0.4.1/setup.cfg
--- old/sphinx-feature-classification-0.4.0/setup.cfg   2019-04-26 
18:55:19.000000000 +0200
+++ new/sphinx-feature-classification-0.4.1/setup.cfg   2019-09-04 
16:24:58.000000000 +0200
@@ -16,7 +16,8 @@
        Programming Language :: Python :: 2
        Programming Language :: Python :: 2.7
        Programming Language :: Python :: 3
-       Programming Language :: Python :: 3.5
+       Programming Language :: Python :: 3.6
+       Programming Language :: Python :: 3.7
 
 [files]
 packages = 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinx-feature-classification-0.4.0/sphinx_feature_classification.egg-info/PKG-INFO
 
new/sphinx-feature-classification-0.4.1/sphinx_feature_classification.egg-info/PKG-INFO
--- 
old/sphinx-feature-classification-0.4.0/sphinx_feature_classification.egg-info/PKG-INFO
     2019-04-26 18:55:19.000000000 +0200
+++ 
new/sphinx-feature-classification-0.4.1/sphinx_feature_classification.egg-info/PKG-INFO
     2019-09-04 16:24:58.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: sphinx-feature-classification
-Version: 0.4.0
+Version: 0.4.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
@@ -27,7 +27,7 @@
         
         * Free software: Apache license
         * Documentation: 
https://docs.openstack.org/sphinx-feature-classification/latest/
-        * Source: 
http://git.openstack.org/cgit/openstack/sphinx-feature-classification
+        * Source: http://opendev.org/openstack/sphinx-feature-classification
         * Bugs: https://storyboard.openstack.org/#!/project/921
         
         
@@ -41,4 +41,5 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinx-feature-classification-0.4.0/sphinx_feature_classification.egg-info/pbr.json
 
new/sphinx-feature-classification-0.4.1/sphinx_feature_classification.egg-info/pbr.json
--- 
old/sphinx-feature-classification-0.4.0/sphinx_feature_classification.egg-info/pbr.json
     2019-04-26 18:55:19.000000000 +0200
+++ 
new/sphinx-feature-classification-0.4.1/sphinx_feature_classification.egg-info/pbr.json
     2019-09-04 16:24:58.000000000 +0200
@@ -1 +1 @@
-{"git_version": "884fec8", "is_release": true}
\ No newline at end of file
+{"git_version": "acebe59", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinx-feature-classification-0.4.0/tox.ini 
new/sphinx-feature-classification-0.4.1/tox.ini
--- old/sphinx-feature-classification-0.4.0/tox.ini     2019-04-26 
18:51:32.000000000 +0200
+++ new/sphinx-feature-classification-0.4.1/tox.ini     2019-09-04 
16:24:21.000000000 +0200
@@ -1,6 +1,6 @@
 [tox]
 minversion = 2.0
-envlist = py35,py36,py27,pypy,pep8
+envlist = py27,py37,pypy,pep8
 skipsdist = True
 
 [testenv]
@@ -10,7 +10,7 @@
    VIRTUAL_ENV={envdir}
    PYTHONWARNINGS=default::DeprecationWarning
 deps =
-  
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+  
-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}'
 


Reply via email to