Hello community,

here is the log from the commit of package python-oslo.context for 
openSUSE:Factory checked in at 2020-02-18 10:40:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.context (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.context.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.context"

Tue Feb 18 10:40:57 2020 rev:13 rq:774911 version:2.23.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.context/python-oslo.context.changes  
2019-05-03 22:42:13.971216996 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.context.new.26092/python-oslo.context.changes
       2020-02-18 10:41:31.513081592 +0100
@@ -1,0 +2,11 @@
+Wed Oct  9 12:25:52 UTC 2019 - [email protected]
+
+- update to version 2.23.0
+  - Replace git.openstack.org URLs with opendev.org URLs
+  - Update master for stable/stein
+  - Dropping the py35 testing
+  - Add Python 3 Train unit tests
+  - OpenDev Migration Patch
+  - Cap Bandit below 1.6.0 and update Sphinx requirement
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-oslo.context.spec ++++++
--- /var/tmp/diff_new_pack.BvjBPj/_old  2020-02-18 10:41:32.817084253 +0100
+++ /var/tmp/diff_new_pack.BvjBPj/_new  2020-02-18 10:41:32.821084261 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without test
 Name:           python-oslo.context
-Version:        2.22.1
+Version:        2.23.0
 Release:        0
 Summary:        OpenStack Oslo context library
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://launchpad.net/oslo.context
-Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.context/oslo.context-2.22.1.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.context/oslo.context-2.23.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python2-pbr >= 2.0.0
 BuildRequires:  python3-pbr >= 2.0.0
@@ -51,20 +51,20 @@
 %package -n python-oslo.context-doc
 Summary:        Documentation for OpenStack common context library
 Group:          Documentation/HTML
-BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme
+BuildRequires:  python3-Sphinx
+BuildRequires:  python3-openstackdocstheme
 
 %description -n python-oslo.context-doc
 Documentation for the oslo-context library.
 
 %prep
-%autosetup -p1 -n oslo.context-2.22.1
+%autosetup -p1 -n oslo.context-2.23.0
 %py_req_cleanup
 
 %build
 %{python_build}
 # generate html docs
-%{__python2} setup.py build_sphinx
+PBR_VERSION=%{version} %sphinx_build -b html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
@@ -79,8 +79,8 @@
 %files %{python_files}
 %license LICENSE
 %doc README.rst
-%{python2_sitelib}/oslo_context
-%{python2_sitelib}/*.egg-info
+%{python_sitelib}/oslo_context
+%{python_sitelib}/*.egg-info
 
 %files -n python-oslo.context-doc
 %license LICENSE

++++++ _service ++++++
--- /var/tmp/diff_new_pack.BvjBPj/_old  2020-02-18 10:41:32.861084342 +0100
+++ /var/tmp/diff_new_pack.BvjBPj/_new  2020-02-18 10:41:32.861084342 +0100
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.context/oslo.context.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/oslo.context/oslo.context.spec.j2</param>
     <param name="output-name">python-oslo.context.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/oslo.context/stable/stein/requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/oslo.context/stable/train/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,oslo.context</param>
   </service>

++++++ oslo.context-2.22.1.tar.gz -> oslo.context-2.23.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-2.22.1/.zuul.yaml 
new/oslo.context-2.23.0/.zuul.yaml
--- old/oslo.context-2.22.1/.zuul.yaml  2019-02-28 19:05:34.000000000 +0100
+++ new/oslo.context-2.23.0/.zuul.yaml  2019-09-04 16:25:30.000000000 +0200
@@ -5,9 +5,7 @@
       - lib-forward-testing-python3
       - openstack-lower-constraints-jobs
       - openstack-python-jobs
-      - openstack-python35-jobs
-      - openstack-python36-jobs
-      - openstack-python37-jobs
+      - openstack-python3-train-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-2.22.1/AUTHORS 
new/oslo.context-2.23.0/AUTHORS
--- old/oslo.context-2.22.1/AUTHORS     2019-02-28 19:07:43.000000000 +0100
+++ new/oslo.context-2.23.0/AUTHORS     2019-09-04 16:26:15.000000000 +0200
@@ -6,6 +6,7 @@
 Atsushi SAKAI <[email protected]>
 Ben Nemec <[email protected]>
 ChangBo Guo(gcb) <[email protected]>
+Corey Bryant <[email protected]>
 Cyril Roelandt <[email protected]>
 Davanum Srinivas (dims) <[email protected]>
 Davanum Srinivas <[email protected]>
@@ -15,6 +16,7 @@
 Eric Brown <[email protected]>
 Flavio Percoco <[email protected]>
 Flavio Percoco <[email protected]>
+Ghanshyam Mann <[email protected]>
 HervĂ© Beraud <[email protected]>
 James Carey <[email protected]>
 Jamie Lennox <[email protected]>
@@ -46,6 +48,7 @@
 ZhijunWei <[email protected]>
 ZhongShengping <[email protected]>
 Zhongyue Luo <[email protected]>
+jacky06 <[email protected]>
 lingyongxu <[email protected]>
 malei <[email protected]>
 melissaml <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-2.22.1/ChangeLog 
new/oslo.context-2.23.0/ChangeLog
--- old/oslo.context-2.22.1/ChangeLog   2019-02-28 19:07:43.000000000 +0100
+++ new/oslo.context-2.23.0/ChangeLog   2019-09-04 16:26:15.000000000 +0200
@@ -1,6 +1,16 @@
 CHANGES
 =======
 
+2.23.0
+------
+
+* Add Python 3 Train unit tests
+* Cap Bandit below 1.6.0 and update Sphinx requirement
+* Replace git.openstack.org URLs with opendev.org URLs
+* OpenDev Migration Patch
+* Dropping the py35 testing
+* Update master for stable/stein
+
 2.22.1
 ------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-2.22.1/PKG-INFO 
new/oslo.context-2.23.0/PKG-INFO
--- old/oslo.context-2.22.1/PKG-INFO    2019-02-28 19:07:43.000000000 +0100
+++ new/oslo.context-2.23.0/PKG-INFO    2019-09-04 16:26:15.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: oslo.context
-Version: 2.22.1
+Version: 2.23.0
 Summary: Oslo Context library
 Home-page: https://docs.openstack.org/oslo.context/latest/
 Author: OpenStack
@@ -16,7 +16,7 @@
         
         * License: Apache License, Version 2.0
         * Documentation: https://docs.openstack.org/oslo.context/latest/
-        * Source: https://git.openstack.org/cgit/openstack/oslo.context
+        * Source: https://opendev.org/openstack/oslo.context
         * Bugs: https://bugs.launchpad.net/oslo.context
         * Release notes:  https://docs.openstack.org/releasenotes/oslo.context/
         
@@ -47,4 +47,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/oslo.context-2.22.1/README.rst 
new/oslo.context-2.23.0/README.rst
--- old/oslo.context-2.22.1/README.rst  2019-02-28 19:05:34.000000000 +0100
+++ new/oslo.context-2.23.0/README.rst  2019-09-04 16:25:30.000000000 +0200
@@ -8,7 +8,7 @@
 
 * License: Apache License, Version 2.0
 * Documentation: https://docs.openstack.org/oslo.context/latest/
-* Source: https://git.openstack.org/cgit/openstack/oslo.context
+* Source: https://opendev.org/openstack/oslo.context
 * Bugs: https://bugs.launchpad.net/oslo.context
 * Release notes:  https://docs.openstack.org/releasenotes/oslo.context/
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-2.22.1/doc/requirements.txt 
new/oslo.context-2.23.0/doc/requirements.txt
--- old/oslo.context-2.22.1/doc/requirements.txt        2019-02-28 
19:05:34.000000000 +0100
+++ new/oslo.context-2.23.0/doc/requirements.txt        2019-09-04 
16:25:30.000000000 +0200
@@ -3,6 +3,7 @@
 # process, which may cause wedges in the gate later.
 # These are needed for docs generation
 openstackdocstheme>=1.18.1 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
 reno>=2.5.0 # Apache-2.0
 fixtures>=3.0.0 # Apache-2.0/BSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-2.22.1/doc/source/user/examples.rst 
new/oslo.context-2.23.0/doc/source/user/examples.rst
--- old/oslo.context-2.22.1/doc/source/user/examples.rst        2019-02-28 
19:05:34.000000000 +0100
+++ new/oslo.context-2.23.0/doc/source/user/examples.rst        2019-09-04 
16:25:30.000000000 +0200
@@ -8,7 +8,7 @@
 the git source of this project.  They can also be found at the
 `online git repository`_ of this project.
 
-.. _online git repository: 
https://git.openstack.org/cgit/openstack/oslo.context/tree/doc/source/examples
+.. _online git repository: 
https://opendev.org/openstack/oslo.context/src/branch/master/doc/source/user/examples
 
 
 .. _example_usage_simple.py:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-2.22.1/doc/source/user/usage.rst 
new/oslo.context-2.23.0/doc/source/user/usage.rst
--- old/oslo.context-2.22.1/doc/source/user/usage.rst   2019-02-28 
19:05:34.000000000 +0100
+++ new/oslo.context-2.23.0/doc/source/user/usage.rst   2019-09-04 
16:25:30.000000000 +0200
@@ -101,7 +101,7 @@
 `RequestContext`_ class for example provides additional variables including
 user_name and project_name.
 
-.. _RequestContext: 
https://git.openstack.org/cgit/openstack/nova/tree/nova/context.py
+.. _RequestContext: 
https://opendev.org/openstack/nova/src/branch/master/nova/context.py
 
 This can for example enable the defining of **logging_user_identity_format =
 %(user_name)s %(project_name)s** which would produce a log record
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-2.22.1/oslo.context.egg-info/PKG-INFO 
new/oslo.context-2.23.0/oslo.context.egg-info/PKG-INFO
--- old/oslo.context-2.22.1/oslo.context.egg-info/PKG-INFO      2019-02-28 
19:07:43.000000000 +0100
+++ new/oslo.context-2.23.0/oslo.context.egg-info/PKG-INFO      2019-09-04 
16:26:15.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: oslo.context
-Version: 2.22.1
+Version: 2.23.0
 Summary: Oslo Context library
 Home-page: https://docs.openstack.org/oslo.context/latest/
 Author: OpenStack
@@ -16,7 +16,7 @@
         
         * License: Apache License, Version 2.0
         * Documentation: https://docs.openstack.org/oslo.context/latest/
-        * Source: https://git.openstack.org/cgit/openstack/oslo.context
+        * Source: https://opendev.org/openstack/oslo.context
         * Bugs: https://bugs.launchpad.net/oslo.context
         * Release notes:  https://docs.openstack.org/releasenotes/oslo.context/
         
@@ -47,4 +47,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/oslo.context-2.22.1/oslo.context.egg-info/SOURCES.txt 
new/oslo.context-2.23.0/oslo.context.egg-info/SOURCES.txt
--- old/oslo.context-2.22.1/oslo.context.egg-info/SOURCES.txt   2019-02-28 
19:07:43.000000000 +0100
+++ new/oslo.context-2.23.0/oslo.context.egg-info/SOURCES.txt   2019-09-04 
16:26:15.000000000 +0200
@@ -53,6 +53,7 @@
 releasenotes/source/pike.rst
 releasenotes/source/queens.rst
 releasenotes/source/rocky.rst
+releasenotes/source/stein.rst
 releasenotes/source/unreleased.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-2.22.1/oslo.context.egg-info/pbr.json 
new/oslo.context-2.23.0/oslo.context.egg-info/pbr.json
--- old/oslo.context-2.22.1/oslo.context.egg-info/pbr.json      2019-02-28 
19:07:43.000000000 +0100
+++ new/oslo.context-2.23.0/oslo.context.egg-info/pbr.json      2019-09-04 
16:26:15.000000000 +0200
@@ -1 +1 @@
-{"git_version": "76a07f9", "is_release": true}
\ No newline at end of file
+{"git_version": "07f068d", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-2.22.1/releasenotes/source/index.rst 
new/oslo.context-2.23.0/releasenotes/source/index.rst
--- old/oslo.context-2.22.1/releasenotes/source/index.rst       2019-02-28 
19:05:34.000000000 +0100
+++ new/oslo.context-2.23.0/releasenotes/source/index.rst       2019-09-04 
16:25:30.000000000 +0200
@@ -6,6 +6,7 @@
     :maxdepth: 1
 
     unreleased
+    stein
     rocky
     queens
     pike
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-2.22.1/releasenotes/source/stein.rst 
new/oslo.context-2.23.0/releasenotes/source/stein.rst
--- old/oslo.context-2.22.1/releasenotes/source/stein.rst       1970-01-01 
01:00:00.000000000 +0100
+++ new/oslo.context-2.23.0/releasenotes/source/stein.rst       2019-09-04 
16:25:30.000000000 +0200
@@ -0,0 +1,6 @@
+===================================
+ Stein Series Release Notes
+===================================
+
+.. release-notes::
+   :branch: stable/stein
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-2.22.1/setup.cfg 
new/oslo.context-2.23.0/setup.cfg
--- old/oslo.context-2.22.1/setup.cfg   2019-02-28 19:07:43.000000000 +0100
+++ new/oslo.context-2.23.0/setup.cfg   2019-09-04 16:26:15.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/oslo.context-2.22.1/test-requirements.txt 
new/oslo.context-2.23.0/test-requirements.txt
--- old/oslo.context-2.22.1/test-requirements.txt       2019-02-28 
19:05:34.000000000 +0100
+++ new/oslo.context-2.23.0/test-requirements.txt       2019-09-04 
16:25:30.000000000 +0200
@@ -9,4 +9,4 @@
 stestr>=2.0.0 # Apache-2.0
 
 # Bandit security code scanner
-bandit>=1.1.0 # Apache-2.0
+bandit>=1.1.0,<1.6.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.context-2.22.1/tox.ini 
new/oslo.context-2.23.0/tox.ini
--- old/oslo.context-2.22.1/tox.ini     2019-02-28 19:05:34.000000000 +0100
+++ new/oslo.context-2.23.0/tox.ini     2019-09-04 16:25:30.000000000 +0200
@@ -1,11 +1,11 @@
 [tox]
 minversion = 2.0
-envlist = py35,py27,pep8
+envlist = py27,py37,pep8
 
 [testenv]
 install_command = pip install {opts} {packages}
 deps =
-  
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+  
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
  -r{toxinidir}/test-requirements.txt
  -r{toxinidir}/requirements.txt
 commands = stestr run --slowest {posargs}
@@ -26,7 +26,7 @@
 [testenv:docs]
 basepython = python3
 deps =
-  
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+  
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
   -r{toxinidir}/doc/requirements.txt
 commands = sphinx-build -W -b html doc/source doc/build/html
 
@@ -47,7 +47,7 @@
 [testenv:releasenotes]
 basepython = python3
 deps =
-  
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+  
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
   -r{toxinidir}/doc/requirements.txt
 commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html 
releasenotes/source releasenotes/build/html
 


Reply via email to