Hello community,

here is the log from the commit of package python3-stevedore for 
openSUSE:Factory checked in at 2017-07-12 19:35:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-stevedore (Old)
 and      /work/SRC/openSUSE:Factory/.python3-stevedore.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-stevedore"

Wed Jul 12 19:35:24 2017 rev:2 rq:508501 version:1.23.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-stevedore/python3-stevedore.changes      
2017-03-08 01:08:46.286857179 +0100
+++ /work/SRC/openSUSE:Factory/.python3-stevedore.new/python3-stevedore.changes 
2017-07-12 19:35:25.765235275 +0200
@@ -1,0 +2,16 @@
+Fri Jun 30 20:13:16 UTC 2017 - aloi...@gmx.com
+
+- Update to 1.23.0
+  * Updated from global requirements
+  * Remove 'run\_sphinx' script
+  * Remove unused doc/requirements.txt
+  * Mark as Production/Stable instead of Alpha
+  1.22.0:
+  * Remove oslotest from test-requirements
+  * Updated from global requirements
+  * Update reno for stable/ocata
+  1.21.0:
+  * Updated from global requirements
+  * Remove support for py34
+
+-------------------------------------------------------------------

Old:
----
  stevedore-1.20.0.tar.gz

New:
----
  stevedore-1.23.0.tar.gz

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

Other differences:
------------------
++++++ python3-stevedore.spec ++++++
--- /var/tmp/diff_new_pack.qKDGyS/_old  2017-07-12 19:35:26.673107028 +0200
+++ /var/tmp/diff_new_pack.qKDGyS/_new  2017-07-12 19:35:26.673107028 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-stevedore
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python3-stevedore
-Version:        1.20.0
+Version:        1.23.0
 Release:        0
 Summary:        Manage dynamic plugins for Python applications
 License:        Apache-2.0
@@ -29,10 +29,13 @@
 BuildRequires:  python3-pbr
 BuildRequires:  python3-setuptools
 # Documentation requirements:
-# BuildRequires:  python3-Sphinx
+BuildRequires:  python3-Sphinx
+#BuildRequires:  python3-oslosphinx
 # Test requirements:
-#BuildRequires:  python-mock
-#BuildRequires:  python-nose
+BuildRequires:  python3-docutils
+BuildRequires:  python3-mock
+BuildRequires:  python3-nose
+BuildRequires:  python3-testtools
 BuildArch:      noarch
 Requires:       python3-pbr >= 1.6
 Requires:       python3-six >= 1.9.0
@@ -48,19 +51,19 @@
 %build
 python3 setup.py build
 # (posophe) Documentation building fails for instance
-# python3 setup.py build_sphinx
+#python3 setup.py build_sphinx
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %fdupes -s %{buildroot}
 
-#%%check
-#nosetests
+%check
+PYTHONPATH=%{buildroot}%{python3_sitelib} python3 %{_bindir}/nosetests
 
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README.rst
-#%doc build/sphinx/html
+#%%doc build/sphinx/html
 %{python3_sitelib}/*
 
 %changelog

++++++ stevedore-1.20.0.tar.gz -> stevedore-1.23.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.20.0/AUTHORS new/stevedore-1.23.0/AUTHORS
--- old/stevedore-1.20.0/AUTHORS        2017-01-18 15:12:13.000000000 +0100
+++ new/stevedore-1.23.0/AUTHORS        2017-06-05 15:55:02.000000000 +0200
@@ -22,16 +22,19 @@
 Louis Taylor <lo...@kragniz.eu>
 Marc Koderer <m...@koderer.com>
 Marianne Linhares <mariannelinhar...@gmail.com>
+OpenStack Release Bot <infra-r...@openstack.org>
 Philip Tzou <philip....@gmail.com>
 Ricardo Kirkner <rica...@kirkner.com.ar>
 Ryan Petrello <li...@ryanpetrello.com>
 Swapnil Kulkarni (coolsvap) <m...@coolsvap.net>
+Thomas Bechtold <tbecht...@suse.com>
 Thomas Goirand <z...@debian.org>
 Tony Breeds <t...@bakeyournoodle.com>
 Wes Turner <wes.tur...@gmail.com>
 Yvonne Stachowski <yvonnedec1...@hotmail.com>
 Zhao Lei <zhao...@cn.fujitsu.com>
 caoyue <yue....@easystack.cn>
+gengchc2 <geng.changc...@zte.com.cn>
 liangjingtao <liang.jing...@zte.com.cn>
 markmcclain <m...@four-m.org>
 shuangtai <shuangtai.t...@intel.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.20.0/ChangeLog 
new/stevedore-1.23.0/ChangeLog
--- old/stevedore-1.20.0/ChangeLog      2017-01-18 15:12:13.000000000 +0100
+++ new/stevedore-1.23.0/ChangeLog      2017-06-05 15:55:01.000000000 +0200
@@ -1,11 +1,36 @@
 CHANGES
 =======
 
+1.23.0
+------
+
+* Updated from global requirements
+* Remove 'run\_sphinx' script
+* Remove unused doc/requirements.txt
+* Mark as Production/Stable instead of Alpha
+
+1.22.0
+------
+
+* Remove oslotest from test-requirements
+* Updated from global requirements
+* Updated from global requirements
+* Updated from global requirements
+* Update reno for stable/ocata
+
+1.21.0
+------
+
+* Updated from global requirements
+* Updated from global requirements
+* Updated from global requirements
+* Remove support for py34
+
 1.20.0
 ------
 
-* extension: add entry_point_names method
-* extension: expose _find_entry_points as list_entry_points
+* extension: add entry\_point\_names method
+* extension: expose \_find\_entry\_points as list\_entry\_points
 * Allow suppression of warnings from DriverManager
 * Show team and repo badges on README
 * Add Constraints support
@@ -70,7 +95,7 @@
 1.12.0
 ------
 
-* Add a reference to entry_point_inspector
+* Add a reference to entry\_point\_inspector
 
 1.11.0
 ------
@@ -123,7 +148,7 @@
 1.6.0
 -----
 
-* Document the signature for check_func
+* Document the signature for check\_func
 * Updated from global requirements
 * Switch badges from 'pypip.in' to 'shields.io'
 * Remove unnecessary openstack-common.conf
@@ -135,7 +160,7 @@
 * Add sphinx integration
 * Updated from global requirements
 * Fix Python versions supported
-* Remove run_cross_tests.sh
+* Remove run\_cross\_tests.sh
 * fix author contact details
 * re-raise exception with full traceback
 
@@ -157,10 +182,10 @@
 1.2.0
 -----
 
-* Use pkg_resources resolve() and require() instead of load()
+* Use pkg\_resources resolve() and require() instead of load()
 * Fix the README.rst file format for pypi
 * Workflow documentation is now in infra-manual
-* Implement a __contains__ override for extension manager
+* Implement a \_\_contains\_\_ override for extension manager
 * Update link to docs in README
 * Bring doc build up to standard
 
@@ -187,11 +212,11 @@
 * Fix incorrect image reference in documentation
 * Fix requirement handling in tox
 * Updated from global requirements
-* use six.add_metaclass
+* use six.add\_metaclass
 * Updated from global requirements
 * driver: raise by default on import failure
 * Add doc requirements to venv environ
-* Import run_cross_tests.sh from oslo-incubator
+* Import run\_cross\_tests.sh from oslo-incubator
 * fix link to entry point docs
 
 0.15
@@ -215,9 +240,9 @@
 * Remove requirements checking for dependencies
 * fix typo in contrib docs
 * Add contributing instructions for github mirrors
-* Allow a on_load_failure_callback to be provided
+* Allow a on\_load\_failure\_callback to be provided
 * Add venv environment to tox
-* driver: remove useless arg propagate_map_exceptions
+* driver: remove useless arg propagate\_map\_exceptions
 * Move to stackforge
 * update release announcement file
 * update release number in history
@@ -248,7 +273,7 @@
 * remove version from setup.cfg and rely on git tag
 * Switch to pbr
 * Fix flake8 failures from pull/27
-* Add map_method function to managers
+* Add map\_method function to managers
 * Fixes reporting the error when drivers have the same name
 
 0.11
@@ -292,11 +317,11 @@
 * Add PyCon 2013 essay
 * Update docs for NameDispatchExtensionManager
 * Clean up autodoc for manager classes
-* Add ExtensionManager.__getitem__
+* Add ExtensionManager.\_\_getitem\_\_
 * Change sort for NamedExtensionManager
 * Ignore missing extensions in named dispatch
 * Set up extlinks extension
-* document new name_order param in history
+* document new name\_order param in history
 * Correct argument types in name sort tests
 * fix type definition of names parameter
 * optionally sort named extensions
@@ -355,7 +380,7 @@
 * Set up logging in enabled module
 * Log the full exception when plugin load fails
 * Optimize implementation of NameDispatchExtensionManager
-* Add response callback to _invoke_one_plugin()
+* Add response callback to \_invoke\_one\_plugin()
 * Refactor code for invoking plugins from map()
 * clean up formatting
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.20.0/PKG-INFO 
new/stevedore-1.23.0/PKG-INFO
--- old/stevedore-1.20.0/PKG-INFO       2017-01-18 15:12:14.000000000 +0100
+++ new/stevedore-1.23.0/PKG-INFO       2017-06-05 15:55:02.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: stevedore
-Version: 1.20.0
+Version: 1.23.0
 Summary: Manage dynamic plugins for Python applications
 Home-page: http://docs.openstack.org/developer/stevedore/
 Author: OpenStack
@@ -40,13 +40,12 @@
         
         
 Platform: UNKNOWN
-Classifier: Development Status :: 3 - Alpha
+Classifier: Development Status :: 5 - Production/Stable
 Classifier: License :: OSI Approved :: Apache Software License
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Intended Audience :: Developers
 Classifier: Environment :: Console
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.20.0/doc/requirements.txt 
new/stevedore-1.23.0/doc/requirements.txt
--- old/stevedore-1.20.0/doc/requirements.txt   2017-01-18 15:10:03.000000000 
+0100
+++ new/stevedore-1.23.0/doc/requirements.txt   1970-01-01 01:00:00.000000000 
+0100
@@ -1,2 +0,0 @@
-Pillow==2.4.0 # MIT
-sphinx>=1.1.2,<1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.20.0/releasenotes/source/index.rst 
new/stevedore-1.23.0/releasenotes/source/index.rst
--- old/stevedore-1.20.0/releasenotes/source/index.rst  2017-01-18 
15:10:03.000000000 +0100
+++ new/stevedore-1.23.0/releasenotes/source/index.rst  2017-06-05 
15:52:39.000000000 +0200
@@ -6,3 +6,4 @@
     :maxdepth: 1
 
     unreleased
+    ocata
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.20.0/releasenotes/source/ocata.rst 
new/stevedore-1.23.0/releasenotes/source/ocata.rst
--- old/stevedore-1.20.0/releasenotes/source/ocata.rst  1970-01-01 
01:00:00.000000000 +0100
+++ new/stevedore-1.23.0/releasenotes/source/ocata.rst  2017-06-05 
15:52:39.000000000 +0200
@@ -0,0 +1,6 @@
+===================================
+ Ocata Series Release Notes
+===================================
+
+.. release-notes::
+   :branch: origin/stable/ocata
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.20.0/requirements.txt 
new/stevedore-1.23.0/requirements.txt
--- old/stevedore-1.20.0/requirements.txt       2017-01-18 15:10:03.000000000 
+0100
+++ new/stevedore-1.23.0/requirements.txt       2017-06-05 15:52:39.000000000 
+0200
@@ -2,5 +2,5 @@
 # of appearance. Changing the order has an impact on the overall integration
 # process, which may cause wedges in the gate later.
 
-pbr>=1.8 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
 six>=1.9.0 # MIT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.20.0/run_sphinx 
new/stevedore-1.23.0/run_sphinx
--- old/stevedore-1.20.0/run_sphinx     2017-01-18 15:10:03.000000000 +0100
+++ new/stevedore-1.23.0/run_sphinx     1970-01-01 01:00:00.000000000 +0100
@@ -1,10 +0,0 @@
-#!/bin/sh
-# Based on http://jacobian.org/writing/auto-building-sphinx/
-
-set -x
-
-watchmedo shell-command \
-    --patterns='*.rst;*.py;*.txt' \
-    --ignore-pattern='docs/build/*;*flymake*' \
-    --recursive \
-    --command='python setup.py build_sphinx'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.20.0/setup.cfg 
new/stevedore-1.23.0/setup.cfg
--- old/stevedore-1.20.0/setup.cfg      2017-01-18 15:12:14.000000000 +0100
+++ new/stevedore-1.23.0/setup.cfg      2017-06-05 15:55:02.000000000 +0200
@@ -6,13 +6,12 @@
 summary = Manage dynamic plugins for Python applications
 home-page = http://docs.openstack.org/developer/stevedore/
 classifier = 
-       Development Status :: 3 - Alpha
+       Development Status :: 5 - Production/Stable
        License :: OSI Approved :: Apache Software License
        Programming Language :: Python
        Programming Language :: Python :: 2
        Programming Language :: Python :: 2.7
        Programming Language :: Python :: 3
-       Programming Language :: Python :: 3.4
        Programming Language :: Python :: 3.5
        Intended Audience :: Developers
        Environment :: Console
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.20.0/setup.py 
new/stevedore-1.23.0/setup.py
--- old/stevedore-1.20.0/setup.py       2017-01-18 15:10:03.000000000 +0100
+++ new/stevedore-1.23.0/setup.py       2017-06-05 15:52:39.000000000 +0200
@@ -25,5 +25,5 @@
     pass
 
 setuptools.setup(
-    setup_requires=['pbr>=1.8'],
+    setup_requires=['pbr>=2.0.0'],
     pbr=True)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.20.0/stevedore/tests/test_callback.py 
new/stevedore-1.23.0/stevedore/tests/test_callback.py
--- old/stevedore-1.20.0/stevedore/tests/test_callback.py       2017-01-18 
15:10:03.000000000 +0100
+++ new/stevedore-1.23.0/stevedore/tests/test_callback.py       2017-06-05 
15:52:39.000000000 +0200
@@ -32,7 +32,7 @@
                                         on_load_failure_callback=
                                         failure_callback)
         extensions = list(em.extensions)
-        self.assertThat(len(extensions), GreaterThan(0))
+        self.assertTrue(len(extensions), GreaterThan(0))
         self.assertEqual(len(errors), 2)
         for manager, entrypoint, error in errors:
             self.assertIs(manager, em)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.20.0/stevedore/tests/utils.py 
new/stevedore-1.23.0/stevedore/tests/utils.py
--- old/stevedore-1.20.0/stevedore/tests/utils.py       2017-01-18 
15:10:03.000000000 +0100
+++ new/stevedore-1.23.0/stevedore/tests/utils.py       2017-06-05 
15:52:39.000000000 +0200
@@ -10,8 +10,8 @@
 #  License for the specific language governing permissions and limitations
 #  under the License.
 
-from oslotest import base as test_base
+import unittest
 
 
-class TestCase(test_base.BaseTestCase):
+class TestCase(unittest.TestCase):
     pass
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.20.0/stevedore.egg-info/PKG-INFO 
new/stevedore-1.23.0/stevedore.egg-info/PKG-INFO
--- old/stevedore-1.20.0/stevedore.egg-info/PKG-INFO    2017-01-18 
15:12:13.000000000 +0100
+++ new/stevedore-1.23.0/stevedore.egg-info/PKG-INFO    2017-06-05 
15:55:02.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: stevedore
-Version: 1.20.0
+Version: 1.23.0
 Summary: Manage dynamic plugins for Python applications
 Home-page: http://docs.openstack.org/developer/stevedore/
 Author: OpenStack
@@ -40,13 +40,12 @@
         
         
 Platform: UNKNOWN
-Classifier: Development Status :: 3 - Alpha
+Classifier: Development Status :: 5 - Production/Stable
 Classifier: License :: OSI Approved :: Apache Software License
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Intended Audience :: Developers
 Classifier: Environment :: Console
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.20.0/stevedore.egg-info/SOURCES.txt 
new/stevedore-1.23.0/stevedore.egg-info/SOURCES.txt
--- old/stevedore-1.20.0/stevedore.egg-info/SOURCES.txt 2017-01-18 
15:12:14.000000000 +0100
+++ new/stevedore-1.23.0/stevedore.egg-info/SOURCES.txt 2017-06-05 
15:55:02.000000000 +0200
@@ -8,13 +8,11 @@
 README.rst
 announce.rst
 requirements.txt
-run_sphinx
 setup.cfg
 setup.py
 test-requirements.txt
 tox.ini
 doc/Makefile
-doc/requirements.txt
 doc/source/conf.py
 doc/source/history.rst
 doc/source/index.rst
@@ -41,6 +39,7 @@
 releasenotes/notes/add-reno-996dd44974d53238.yaml
 releasenotes/source/conf.py
 releasenotes/source/index.rst
+releasenotes/source/ocata.rst
 releasenotes/source/unreleased.rst
 releasenotes/source/_static/.placeholder
 releasenotes/source/_templates/.placeholder
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.20.0/stevedore.egg-info/pbr.json 
new/stevedore-1.23.0/stevedore.egg-info/pbr.json
--- old/stevedore-1.20.0/stevedore.egg-info/pbr.json    2017-01-18 
15:12:13.000000000 +0100
+++ new/stevedore-1.23.0/stevedore.egg-info/pbr.json    2017-06-05 
15:55:02.000000000 +0200
@@ -1 +1 @@
-{"is_release": true, "git_version": "6d56b58"}
\ No newline at end of file
+{"git_version": "91c2e41", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.20.0/stevedore.egg-info/requires.txt 
new/stevedore-1.23.0/stevedore.egg-info/requires.txt
--- old/stevedore-1.20.0/stevedore.egg-info/requires.txt        2017-01-18 
15:12:13.000000000 +0100
+++ new/stevedore-1.23.0/stevedore.egg-info/requires.txt        2017-06-05 
15:55:02.000000000 +0200
@@ -1,2 +1,2 @@
-pbr>=1.8
+pbr!=2.1.0,>=2.0.0
 six>=1.9.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.20.0/test-requirements.txt 
new/stevedore-1.23.0/test-requirements.txt
--- old/stevedore-1.20.0/test-requirements.txt  2017-01-18 15:10:03.000000000 
+0100
+++ new/stevedore-1.23.0/test-requirements.txt  2017-06-05 15:52:40.000000000 
+0200
@@ -3,10 +3,9 @@
 # process, which may cause wedges in the gate later.
 
 Pillow>=2.4.0 # PIL License
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx!=1.6.1,>=1.5.1 # BSD
 mock>=2.0 # BSD
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
 testrepository>=0.0.18 # Apache-2.0/BSD
-oslotest>=1.10.0 # Apache-2.0
 oslosphinx>=4.7.0 # Apache-2.0
-reno>=1.8.0 # Apache-2.0
+reno!=2.3.1,>=1.8.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-1.20.0/tox.ini new/stevedore-1.23.0/tox.ini
--- old/stevedore-1.20.0/tox.ini        2017-01-18 15:10:03.000000000 +0100
+++ new/stevedore-1.23.0/tox.ini        2017-06-05 15:52:39.000000000 +0200
@@ -1,6 +1,6 @@
 [tox]
 minversion = 2.0
-envlist = py35,py34,py27,pep8,docs
+envlist = py35,py27,pep8,docs
 
 [testenv]
 setenv =


Reply via email to