Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-oslo.context for 
openSUSE:Factory checked in at 2021-10-27 22:21:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.context (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.context.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.context"

Wed Oct 27 22:21:07 2021 rev:18 rq:927612 version:3.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.context/python-oslo.context.changes  
2021-05-10 15:39:48.633458534 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.context.new.1890/python-oslo.context.changes
        2021-10-27 22:21:22.687203964 +0200
@@ -1,0 +2,15 @@
+Tue Oct 26 21:37:33 UTC 2021 - [email protected]
+
+- update to version 3.3.1
+  - Drop use of deprecated collections classes
+  - Add Python3 xena unit tests
+  - setup.cfg: Replace dashes with underscores
+  - Remove lower-constraints remnants
+  - Use TOX_CONSTRAINTS_FILE
+  - Fix formatting of release list
+  - Use py3 as the default runtime for tox
+  - Ussuri+ is python3 only and update python to python3
+  - Update master for stable/wallaby
+  - Move flake8 as a pre-commit local target.
+
+-------------------------------------------------------------------

Old:
----
  oslo.context-3.2.0.tar.gz

New:
----
  oslo.context-3.3.1.tar.gz

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

Other differences:
------------------
++++++ python-oslo.context.spec ++++++
--- /var/tmp/diff_new_pack.QcocXv/_old  2021-10-27 22:21:23.167204210 +0200
+++ /var/tmp/diff_new_pack.QcocXv/_new  2021-10-27 22:21:23.171204212 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without test
 Name:           python-oslo.context
-Version:        3.2.0
+Version:        3.3.1
 Release:        0
 Summary:        OpenStack Oslo context library
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/oslo.context
-Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.context/oslo.context-3.2.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.context/oslo.context-3.3.1.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-pbr >= 2.0.0
 BuildArch:      noarch
@@ -63,7 +63,7 @@
 Documentation for the oslo-context library.
 
 %prep
-%autosetup -p1 -n oslo.context-3.2.0
+%autosetup -p1 -n oslo.context-3.3.1
 %py_req_cleanup
 
 %build

++++++ _service ++++++
--- /var/tmp/diff_new_pack.QcocXv/_old  2021-10-27 22:21:23.191204222 +0200
+++ /var/tmp/diff_new_pack.QcocXv/_new  2021-10-27 22:21:23.191204222 +0200
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/wallaby/openstack/oslo.context/oslo.context.spec.j2</param>
+    <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/oslo.context/oslo.context.spec.j2</param>
     <param name="output-name">python-oslo.context.spec</param>
-    <param 
name="requirements">https://opendev.org/openstack/oslo.context/raw/branch/stable/wallaby/requirements.txt</param>
+    <param 
name="requirements">https://opendev.org/openstack/oslo.context/raw/branch/stable/xena/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,oslo.context</param>
   </service>

++++++ oslo.context-3.2.0.tar.gz -> oslo.context-3.3.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-3.2.0/.pre-commit-config.yaml 
new/oslo.context-3.3.1/.pre-commit-config.yaml
--- old/oslo.context-3.2.0/.pre-commit-config.yaml      2021-03-03 
14:38:38.000000000 +0100
+++ new/oslo.context-3.3.1/.pre-commit-config.yaml      2021-08-19 
14:36:52.000000000 +0200
@@ -9,7 +9,7 @@
 
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: ebc15addedad713c86ef18ae9632c88e187dd0af  # v3.1.0
+    rev: 9136088a246768144165fcc3ecc3d31bb686920a # v3.3.0
     hooks:
       - id: trailing-whitespace
       # Replaces or checks mixed line ending
@@ -27,9 +27,13 @@
       - id: debug-statements
       - id: check-yaml
         files: .*\.(yaml|yml)$
-  - repo: https://gitlab.com/pycqa/flake8
-    rev: 181bb46098dddf7e2d45319ea654b4b4d58c2840 # 3.8.3
+  - repo: local
     hooks:
       - id: flake8
+        name: flake8
         additional_dependencies:
           - hacking>=3.0.1,<3.1.0
+        language: python
+        entry: flake8
+        files: '^.*\.py$'
+        exclude: '^(doc|releasenotes|tools)/.*$'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-3.2.0/.zuul.yaml 
new/oslo.context-3.3.1/.zuul.yaml
--- old/oslo.context-3.2.0/.zuul.yaml   2021-03-03 14:38:38.000000000 +0100
+++ new/oslo.context-3.3.1/.zuul.yaml   2021-08-19 14:36:52.000000000 +0200
@@ -2,7 +2,7 @@
     templates:
       - check-requirements
       - lib-forward-testing-python3
-      - openstack-python3-wallaby-jobs
+      - openstack-python3-xena-jobs
       - periodic-stable-jobs
       - publish-openstack-docs-pti
       - release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-3.2.0/AUTHORS 
new/oslo.context-3.3.1/AUTHORS
--- old/oslo.context-3.2.0/AUTHORS      2021-03-03 14:39:26.000000000 +0100
+++ new/oslo.context-3.3.1/AUTHORS      2021-08-19 14:38:39.000000000 +0200
@@ -8,6 +8,7 @@
 ChangBo Guo(gcb) <[email protected]>
 Corey Bryant <[email protected]>
 Cyril Roelandt <[email protected]>
+Daniel Bengtsson <[email protected]>
 Davanum Srinivas (dims) <[email protected]>
 Davanum Srinivas <[email protected]>
 Davanum Srinivas <[email protected]>
@@ -35,6 +36,7 @@
 Monty Taylor <[email protected]>
 Morgan Fainberg <[email protected]>
 OpenStack Release Bot <[email protected]>
+Pierre Riteau <[email protected]>
 Q.hongtao <[email protected]>
 Ronald Bradford <[email protected]>
 Sean Dague <[email protected]>
@@ -53,6 +55,7 @@
 ZhongShengping <[email protected]>
 Zhongyue Luo <[email protected]>
 caoyuan <[email protected]>
+dengzhaosen <[email protected]>
 jacky06 <[email protected]>
 lingyongxu <[email protected]>
 malei <[email protected]>
@@ -60,5 +63,7 @@
 pengyuesheng <[email protected]>
 ricolin <[email protected]>
 wangqi <[email protected]>
+wu.shiming <[email protected]>
+yangyawei <[email protected]>
 yanheven <[email protected]>
 zhangboye <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-3.2.0/ChangeLog 
new/oslo.context-3.3.1/ChangeLog
--- old/oslo.context-3.2.0/ChangeLog    2021-03-03 14:39:26.000000000 +0100
+++ new/oslo.context-3.3.1/ChangeLog    2021-08-19 14:38:39.000000000 +0200
@@ -1,11 +1,29 @@
 CHANGES
 =======
 
+3.3.1
+-----
+
+
+3.3.0
+-----
+
+* setup.cfg: Replace dashes with underscores
+* Ussuri+ is python3 only and update python to python3
+* Fix formatting of release list
+* Move flake8 as a pre-commit local target
+* Add Python3 xena unit tests
+* Update master for stable/wallaby
+* Remove lower-constraints remnants
+* Drop use of deprecated collections classes
+
 3.2.0
 -----
 
 * Switch to collections.abc.MutableMapping
 * Dropping lower constraints testing
+* Use TOX\_CONSTRAINTS\_FILE
+* Use py3 as the default runtime for tox
 * Add Python3 wallaby unit tests
 * Update master for stable/victoria
 * Adding pre-commit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-3.2.0/PKG-INFO 
new/oslo.context-3.3.1/PKG-INFO
--- old/oslo.context-3.2.0/PKG-INFO     2021-03-03 14:39:26.968393600 +0100
+++ new/oslo.context-3.3.1/PKG-INFO     2021-08-19 14:38:39.219790200 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: oslo.context
-Version: 3.2.0
+Version: 3.3.1
 Summary: Oslo Context library
 Home-page: https://docs.openstack.org/oslo.context/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-3.2.0/doc/source/user/examples/usage.py 
new/oslo.context-3.3.1/doc/source/user/examples/usage.py
--- old/oslo.context-3.2.0/doc/source/user/examples/usage.py    2021-03-03 
14:38:38.000000000 +0100
+++ new/oslo.context-3.3.1/doc/source/user/examples/usage.py    2021-08-19 
14:36:52.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Copyright (c) 2015 OpenStack Foundation
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.context-3.2.0/doc/source/user/examples/usage_simple.py 
new/oslo.context-3.3.1/doc/source/user/examples/usage_simple.py
--- old/oslo.context-3.2.0/doc/source/user/examples/usage_simple.py     
2021-03-03 14:38:38.000000000 +0100
+++ new/oslo.context-3.3.1/doc/source/user/examples/usage_simple.py     
2021-08-19 14:36:52.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Copyright (c) 2015 OpenStack Foundation
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.context-3.2.0/doc/source/user/examples/usage_user_identity.py 
new/oslo.context-3.3.1/doc/source/user/examples/usage_user_identity.py
--- old/oslo.context-3.2.0/doc/source/user/examples/usage_user_identity.py      
2021-03-03 14:38:38.000000000 +0100
+++ new/oslo.context-3.3.1/doc/source/user/examples/usage_user_identity.py      
2021-08-19 14:36:52.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Copyright (c) 2015 OpenStack Foundation
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-3.2.0/lower-constraints.txt 
new/oslo.context-3.3.1/lower-constraints.txt
--- old/oslo.context-3.2.0/lower-constraints.txt        2021-03-03 
14:38:38.000000000 +0100
+++ new/oslo.context-3.3.1/lower-constraints.txt        1970-01-01 
01:00:00.000000000 +0100
@@ -1,30 +0,0 @@
-appdirs==1.3.0
-Babel==2.3.4
-bandit==1.4.0
-coverage==4.0
-debtcollector==1.2.0
-extras==1.0.0
-fixtures==3.0.0
-gitdb==0.6.4
-GitPython==1.0.1
-iso8601==0.1.11
-keystoneauth1==3.4.0
-linecache2==1.0.0
-mox3==0.20.0
-os-client-config==1.28.0
-oslotest==3.2.0
-pbr==2.0.0
-python-mimeparse==1.6.0
-python-subunit==1.0.0
-pytz==2013.6
-PyYAML==3.12
-requests==2.14.2
-requestsexceptions==1.2.0
-six==1.10.0
-smmap==0.9.0
-stestr==2.0.0
-stevedore==1.20.0
-testtools==2.2.0
-traceback2==1.4.0
-unittest2==1.1.0
-wrapt==1.7.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-3.2.0/oslo.context.egg-info/PKG-INFO 
new/oslo.context-3.3.1/oslo.context.egg-info/PKG-INFO
--- old/oslo.context-3.2.0/oslo.context.egg-info/PKG-INFO       2021-03-03 
14:39:26.000000000 +0100
+++ new/oslo.context-3.3.1/oslo.context.egg-info/PKG-INFO       2021-08-19 
14:38:39.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: oslo.context
-Version: 3.2.0
+Version: 3.3.1
 Summary: Oslo Context library
 Home-page: https://docs.openstack.org/oslo.context/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-3.2.0/oslo.context.egg-info/SOURCES.txt 
new/oslo.context-3.3.1/oslo.context.egg-info/SOURCES.txt
--- old/oslo.context-3.2.0/oslo.context.egg-info/SOURCES.txt    2021-03-03 
14:39:26.000000000 +0100
+++ new/oslo.context-3.3.1/oslo.context.egg-info/SOURCES.txt    2021-08-19 
14:38:39.000000000 +0200
@@ -9,7 +9,6 @@
 HACKING.rst
 LICENSE
 README.rst
-lower-constraints.txt
 requirements.txt
 setup.cfg
 setup.py
@@ -59,5 +58,6 @@
 releasenotes/source/unreleased.rst
 releasenotes/source/ussuri.rst
 releasenotes/source/victoria.rst
+releasenotes/source/wallaby.rst
 releasenotes/source/_static/.placeholder
 releasenotes/source/_templates/.placeholder
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-3.2.0/oslo.context.egg-info/pbr.json 
new/oslo.context-3.3.1/oslo.context.egg-info/pbr.json
--- old/oslo.context-3.2.0/oslo.context.egg-info/pbr.json       2021-03-03 
14:39:26.000000000 +0100
+++ new/oslo.context-3.3.1/oslo.context.egg-info/pbr.json       2021-08-19 
14:38:39.000000000 +0200
@@ -1 +1 @@
-{"git_version": "0d02866", "is_release": true}
\ No newline at end of file
+{"git_version": "641a1e0", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-3.2.0/releasenotes/source/index.rst 
new/oslo.context-3.3.1/releasenotes/source/index.rst
--- old/oslo.context-3.2.0/releasenotes/source/index.rst        2021-03-03 
14:38:38.000000000 +0100
+++ new/oslo.context-3.3.1/releasenotes/source/index.rst        2021-08-19 
14:36:52.000000000 +0200
@@ -2,16 +2,17 @@
  oslo.context Release Notes
 ===========================
 
- .. toctree::
-    :maxdepth: 1
+.. toctree::
+   :maxdepth: 1
 
-    unreleased
-    victoria
-    ussuri
-    train
-    stein
-    rocky
-    queens
-    pike
-    ocata
-    newton
+   unreleased
+   wallaby
+   victoria
+   ussuri
+   train
+   stein
+   rocky
+   queens
+   pike
+   ocata
+   newton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-3.2.0/releasenotes/source/wallaby.rst 
new/oslo.context-3.3.1/releasenotes/source/wallaby.rst
--- old/oslo.context-3.2.0/releasenotes/source/wallaby.rst      1970-01-01 
01:00:00.000000000 +0100
+++ new/oslo.context-3.3.1/releasenotes/source/wallaby.rst      2021-08-19 
14:36:52.000000000 +0200
@@ -0,0 +1,6 @@
+============================
+Wallaby Series Release Notes
+============================
+
+.. release-notes::
+   :branch: stable/wallaby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-3.2.0/setup.cfg 
new/oslo.context-3.3.1/setup.cfg
--- old/oslo.context-3.2.0/setup.cfg    2021-03-03 14:39:26.968393600 +0100
+++ new/oslo.context-3.3.1/setup.cfg    2021-08-19 14:38:39.219790200 +0200
@@ -1,12 +1,12 @@
 [metadata]
 name = oslo.context
 summary = Oslo Context library
-description-file = 
+description_file = 
        README.rst
 author = OpenStack
-author-email = [email protected]
-home-page = https://docs.openstack.org/oslo.context/latest/
-python-requires = >=3.6
+author_email = [email protected]
+home_page = https://docs.openstack.org/oslo.context/latest/
+python_requires = >=3.6
 classifier = 
        Environment :: OpenStack
        Intended Audience :: Information Technology
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-3.2.0/tox.ini 
new/oslo.context-3.3.1/tox.ini
--- old/oslo.context-3.2.0/tox.ini      2021-03-03 14:38:38.000000000 +0100
+++ new/oslo.context-3.3.1/tox.ini      2021-08-19 14:36:52.000000000 +0200
@@ -1,12 +1,12 @@
 [tox]
 minversion = 3.2.0
-envlist = py38,pep8
+envlist = py3,pep8
 ignore_basepython_conflict = true
 
 [testenv]
 basepython = python3
 deps =
-  
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+  
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
   -r{toxinidir}/test-requirements.txt
 commands = stestr run --slowest {posargs}
 
@@ -23,7 +23,7 @@
 [testenv:docs]
 whitelist_externals = rm
 deps =
-  
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+  
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
   -r{toxinidir}/doc/requirements.txt
 commands =
   rm -fr doc/build
@@ -54,8 +54,3 @@
   rm -rf releasenotes/build
   sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html 
releasenotes/source releasenotes/build/html
 
-[testenv:lower-constraints]
-deps =
-  -c{toxinidir}/lower-constraints.txt
-  -r{toxinidir}/test-requirements.txt
-  -r{toxinidir}/requirements.txt

Reply via email to