Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-stevedore for 
openSUSE:Factory checked in at 2022-06-20 15:37:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-stevedore (Old)
 and      /work/SRC/openSUSE:Factory/.python-stevedore.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-stevedore"

Mon Jun 20 15:37:02 2022 rev:39 rq:983719 version:3.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-stevedore/python-stevedore.changes        
2022-05-10 15:11:46.611558426 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-stevedore.new.1548/python-stevedore.changes  
    2022-06-20 15:37:22.770868628 +0200
@@ -1,0 +2,13 @@
+Tue Jun  7 11:05:28 UTC 2022 - cloud-de...@suse.de
+
+- update to version 3.5.0
+  - Add Python3 yoga unit tests
+  - Rely on member access, the preferred access since importlib_metadata 4.8.
+  - Update master for stable/xena
+
+-------------------------------------------------------------------
+Tue May 24 21:43:19 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- remove unneeded dependencies 
+
+-------------------------------------------------------------------

Old:
----
  stevedore-3.4.0.tar.gz

New:
----
  stevedore-3.5.0.tar.gz

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

Other differences:
------------------
++++++ python-stevedore.spec ++++++
--- /var/tmp/diff_new_pack.JaJ9rJ/_old  2022-06-20 15:37:23.750870062 +0200
+++ /var/tmp/diff_new_pack.JaJ9rJ/_new  2022-06-20 15:37:23.754870067 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-stevedore
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,15 @@
 
 
 Name:           python-stevedore
-Version:        3.4.0
+Version:        3.5.0
 Release:        0
 Summary:        Manage dynamic plugins for Python applications
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/stevedore/latest/
-Source0:        
https://files.pythonhosted.org/packages/source/s/stevedore/stevedore-3.4.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/s/stevedore/stevedore-3.5.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-docutils
-BuildRequires:  python3-mock
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-pytest
 BuildRequires:  python3-testtools
@@ -47,7 +46,6 @@
 Summary:        Manage dynamic plugins for Python applications
 Requires:       python3-importlib-metadata
 Requires:       python3-pbr >= 2.0.0
-Requires:       python3-six
 
 %description -n python3-stevedore
 Python makes loading code dynamically easy, allowing you to configure
@@ -88,7 +86,7 @@
 %py3_build
 
 # generate html docs
-PBR_VERSION=3.4.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=3.5.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html
 # remove the Sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
@@ -97,6 +95,7 @@
 
 %check
 # use pytest instead of stestr to break a build cycle between python-cliff, 
python-stestr and python-stevedore
+# Skipping test_extension as it fails with Python 3.10 on 22/05/09
 python3 -m pytest stevedore/tests -k "not test_extension"
 
 %files -n python3-stevedore

++++++ stevedore-3.4.0.tar.gz -> stevedore-3.5.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-3.4.0/.zuul.yaml 
new/stevedore-3.5.0/.zuul.yaml
--- old/stevedore-3.4.0/.zuul.yaml      2021-08-19 14:43:51.000000000 +0200
+++ new/stevedore-3.5.0/.zuul.yaml      2021-10-18 11:46:35.000000000 +0200
@@ -2,7 +2,7 @@
     templates:
       - check-requirements
       - lib-forward-testing-python3
-      - openstack-python3-xena-jobs
+      - openstack-python3-yoga-jobs
       - periodic-stable-jobs
       - publish-openstack-docs-pti
       - release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-3.4.0/AUTHORS new/stevedore-3.5.0/AUTHORS
--- old/stevedore-3.4.0/AUTHORS 2021-08-19 14:44:21.000000000 +0200
+++ new/stevedore-3.5.0/AUTHORS 2021-10-18 11:47:21.000000000 +0200
@@ -22,6 +22,7 @@
 Ghanshyam Mann <gm...@ghanshyammann.com>
 Herv?? Beraud <hber...@redhat.com>
 Jamie Lennox <jamielen...@gmail.com>
+Jason R. Coombs <jar...@jaraco.com>
 Jeremy Stanley <fu...@yuggoth.org>
 Joshua Harlow <harlo...@gmail.com>
 Joshua Harlow <harlo...@yahoo-inc.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-3.4.0/ChangeLog 
new/stevedore-3.5.0/ChangeLog
--- old/stevedore-3.4.0/ChangeLog       2021-08-19 14:44:21.000000000 +0200
+++ new/stevedore-3.5.0/ChangeLog       2021-10-18 11:47:21.000000000 +0200
@@ -1,6 +1,13 @@
 CHANGES
 =======
 
+3.5.0
+-----
+
+* Add Python3 yoga unit tests
+* Update master for stable/xena
+* Rely on member access, the preferred access since importlib\_metadata 4.8
+
 3.4.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-3.4.0/PKG-INFO new/stevedore-3.5.0/PKG-INFO
--- old/stevedore-3.4.0/PKG-INFO        2021-08-19 14:44:21.958015700 +0200
+++ new/stevedore-3.5.0/PKG-INFO        2021-10-18 11:47:21.872755300 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: stevedore
-Version: 3.4.0
+Version: 3.5.0
 Summary: Manage dynamic plugins for Python applications
 Home-page: https://docs.openstack.org/stevedore/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-3.4.0/releasenotes/source/index.rst 
new/stevedore-3.5.0/releasenotes/source/index.rst
--- old/stevedore-3.4.0/releasenotes/source/index.rst   2021-08-19 
14:43:51.000000000 +0200
+++ new/stevedore-3.5.0/releasenotes/source/index.rst   2021-10-18 
11:46:35.000000000 +0200
@@ -6,6 +6,7 @@
    :maxdepth: 1
 
    unreleased
+   xena
    wallaby
    victoria
    ussuri
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-3.4.0/releasenotes/source/xena.rst 
new/stevedore-3.5.0/releasenotes/source/xena.rst
--- old/stevedore-3.4.0/releasenotes/source/xena.rst    1970-01-01 
01:00:00.000000000 +0100
+++ new/stevedore-3.5.0/releasenotes/source/xena.rst    2021-10-18 
11:46:35.000000000 +0200
@@ -0,0 +1,6 @@
+=========================
+Xena Series Release Notes
+=========================
+
+.. release-notes::
+   :branch: stable/xena
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-3.4.0/stevedore/_cache.py 
new/stevedore-3.5.0/stevedore/_cache.py
--- old/stevedore-3.4.0/stevedore/_cache.py     2021-08-19 14:43:51.000000000 
+0200
+++ new/stevedore-3.5.0/stevedore/_cache.py     2021-10-18 11:46:35.000000000 
+0200
@@ -116,7 +116,7 @@
             # package that provides entry points using tox, where the
             # package is installed in the virtualenv that tox builds
             # and is present in the path as '.'.
-            item = ep[:]  # convert namedtuple to tuple
+            item = ep.name, ep.value, ep.group  # convert to tuple
             if item in existing:
                 continue
             existing.add(item)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-3.4.0/stevedore.egg-info/PKG-INFO 
new/stevedore-3.5.0/stevedore.egg-info/PKG-INFO
--- old/stevedore-3.4.0/stevedore.egg-info/PKG-INFO     2021-08-19 
14:44:21.000000000 +0200
+++ new/stevedore-3.5.0/stevedore.egg-info/PKG-INFO     2021-10-18 
11:47:21.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: stevedore
-Version: 3.4.0
+Version: 3.5.0
 Summary: Manage dynamic plugins for Python applications
 Home-page: https://docs.openstack.org/stevedore/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-3.4.0/stevedore.egg-info/SOURCES.txt 
new/stevedore-3.5.0/stevedore.egg-info/SOURCES.txt
--- old/stevedore-3.4.0/stevedore.egg-info/SOURCES.txt  2021-08-19 
14:44:21.000000000 +0200
+++ new/stevedore-3.5.0/stevedore.egg-info/SOURCES.txt  2021-10-18 
11:47:21.000000000 +0200
@@ -56,6 +56,7 @@
 releasenotes/source/ussuri.rst
 releasenotes/source/victoria.rst
 releasenotes/source/wallaby.rst
+releasenotes/source/xena.rst
 releasenotes/source/_static/.placeholder
 releasenotes/source/_templates/.placeholder
 stevedore/__init__.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-3.4.0/stevedore.egg-info/pbr.json 
new/stevedore-3.5.0/stevedore.egg-info/pbr.json
--- old/stevedore-3.4.0/stevedore.egg-info/pbr.json     2021-08-19 
14:44:21.000000000 +0200
+++ new/stevedore-3.5.0/stevedore.egg-info/pbr.json     2021-10-18 
11:47:21.000000000 +0200
@@ -1 +1 @@
-{"git_version": "8846a3f", "is_release": true}
\ No newline at end of file
+{"git_version": "442f157", "is_release": true}
\ No newline at end of file

Reply via email to