Hello community,

here is the log from the commit of package python-oslo.privsep for 
openSUSE:Factory checked in at 2018-09-07 15:39:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.privsep (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.privsep.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.privsep"

Fri Sep  7 15:39:02 2018 rev:8 rq:633105 version:1.29.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.privsep/python-oslo.privsep.changes  
2018-03-19 23:36:17.537868220 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.privsep.new/python-oslo.privsep.changes 
    2018-09-07 15:39:03.346558558 +0200
@@ -1,0 +2,14 @@
+Mon Sep  3 09:30:58 UTC 2018 - [email protected]
+
+- update to version 1.29.0
+  - set default python to python3
+  - Update reno for stable/queens
+  - Update links in README
+  - Skip unit tests in bandit scan
+  - fix lower constraints and uncap eventlet
+  - Imported Translations from Zanata
+  - Updated from global requirements
+  - add lower-constraints job
+  - msgpack-python has been renamed to msgpack
+
+-------------------------------------------------------------------

Old:
----
  oslo.privsep-1.27.0.tar.gz

New:
----
  oslo.privsep-1.29.0.tar.gz

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

Other differences:
------------------
++++++ python-oslo.privsep.spec ++++++
--- /var/tmp/diff_new_pack.OEC02h/_old  2018-09-07 15:39:03.754558119 +0200
+++ /var/tmp/diff_new_pack.OEC02h/_new  2018-09-07 15:39:03.754558119 +0200
@@ -17,83 +17,115 @@
 
 
 Name:           python-oslo.privsep
-Version:        1.27.0
+Version:        1.29.0
 Release:        0
 Summary:        OpenStack library for privilege separation
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Url:            https://launchpad.net/oslo.privsep
-Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.privsep/oslo.privsep-1.27.0.tar.gz
+URL:            https://launchpad.net/oslo.privsep
+Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.privsep/oslo.privsep-1.29.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-Sphinx
-BuildRequires:  python-cffi >= 1.7.0
 BuildRequires:  python-devel
-BuildRequires:  python-enum34 >= 1.0.4
-BuildRequires:  python-eventlet >= 0.18.2
-BuildRequires:  python-greenlet >= 0.4.10
-BuildRequires:  python-mock >= 2.0.0
-BuildRequires:  python-msgpack >= 0.4.0
-BuildRequires:  python-openstackdocstheme >= 1.18.1
-BuildRequires:  python-oslo.config >= 5.1.0
-BuildRequires:  python-oslo.i18n >= 3.15.3
-BuildRequires:  python-oslo.log >= 3.36.0
-BuildRequires:  python-oslo.utils >= 3.33.0
-BuildRequires:  python-oslotest >= 3.2.0
-BuildRequires:  python-pbr >= 2.0.0
-BuildRequires:  python-setuptools >= 16.0
+BuildRequires:  python2-Sphinx
+BuildRequires:  python2-cffi >= 1.7.0
+BuildRequires:  python2-eventlet >= 0.18.2
+BuildRequires:  python2-greenlet >= 0.4.10
+BuildRequires:  python2-mock
+BuildRequires:  python2-msgpack >= 0.5.0
+BuildRequires:  python2-openstackdocstheme
+BuildRequires:  python2-oslo.config >= 5.2.0
+BuildRequires:  python2-oslo.i18n >= 3.15.3
+BuildRequires:  python2-oslo.log >= 3.36.0
+BuildRequires:  python2-oslo.utils >= 3.33.0
+BuildRequires:  python2-oslotest
+BuildRequires:  python2-pbr
+BuildRequires:  python2-setuptools
+BuildRequires:  python2-testrepository
+BuildRequires:  python3-Sphinx
+BuildRequires:  python3-cffi >= 1.7.0
+BuildRequires:  python3-devel
+BuildRequires:  python3-eventlet >= 0.18.2
+BuildRequires:  python3-greenlet >= 0.4.10
+BuildRequires:  python3-mock
+BuildRequires:  python3-msgpack >= 0.5.0
+BuildRequires:  python3-openstackdocstheme
+BuildRequires:  python3-oslo.config >= 5.2.0
+BuildRequires:  python3-oslo.i18n >= 3.15.3
+BuildRequires:  python3-oslo.log >= 3.36.0
+BuildRequires:  python3-oslo.utils >= 3.33.0
+BuildRequires:  python3-oslotest
+BuildRequires:  python3-pbr
+BuildRequires:  python3-setuptools
+BuildRequires:  python3-testrepository
 Requires:       python-cffi >= 1.7.0
-Requires:       python-enum34 >= 1.0.4
 Requires:       python-eventlet >= 0.18.2
 Requires:       python-greenlet >= 0.4.10
-Requires:       python-msgpack >= 0.4.0
-Requires:       python-oslo.config >= 5.1.0
+Requires:       python-msgpack >= 0.5.0
+Requires:       python-oslo.config >= 5.2.0
 Requires:       python-oslo.i18n >= 3.15.3
 Requires:       python-oslo.log >= 3.36.0
 Requires:       python-oslo.utils >= 3.33.0
 BuildArch:      noarch
+%ifpython2
+BuildRequires:  python-enum34 >= 1.0.4
+Requires:       python-enum34 >= 1.0.4
+%endif
+%if 0%{?suse_version}
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+%else
+# on RDO, update-alternatives is in chkconfig
+Requires(post): chkconfig
+Requires(postun): chkconfig
+%endif
+%python_subpackages
 
 %description
 OpenStack library for privilege separation
 
-%package doc
+%package -n python-oslo.privsep-doc
 Summary:        oslo.privsep documentation
 Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
 
-%description doc
+%description -n python-oslo.privsep-doc
 Documentation for oslo.privsep
 
 %prep
-%autosetup -p1 -n oslo.privsep-1.27.0
+%autosetup -p1 -n oslo.privsep-1.29.0
 %py_req_cleanup
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
-%py2_build
+%python_build
 # generate html docs
 %{__python2} setup.py build_sphinx
 # remove the sphinx-build leftovers
-rm -rf html/.{doctrees,buildinfo}
+rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
-%py2_install
+%python_install
+%python_clone -a %{buildroot}%{_bindir}/privsep-helper
+
+%post
+%python_install_alternative privsep-helper
+
+%postun
+%python_uninstall_alternative privsep-helper
 
 %check
-# FIXME: Disable tests failing in Fuel CI
-# https://review.openstack.org/#/c/340524/
-# Temporarily blacklist failing test
-testr list-tests | \
-grep -v oslo_privsep.tests.test_daemon.TestDaemon.test_drop_privs > tests
-PYTHONPATH=. %{__python2} setup.py testr --testr-args "--load-list tests"
+%{python_expand rm -rf .testrepository
+PYTHONPATH=. PYTHON=$python $python setup.py testr
+}
 
-%files
+%files %{python_files}
 %doc README.rst
 %license LICENSE
-%{_bindir}/privsep-helper
-%{python2_sitelib}/oslo_privsep
-%{python2_sitelib}/oslo.privsep-*-py?.?.egg-info
+%python_alternative %{_bindir}/privsep-helper
+%{python_sitelib}/oslo_privsep
+%{python_sitelib}/oslo.privsep-*-py?.?.egg-info
 
-%files doc
+%files -n python-oslo.privsep-doc
 %doc doc/build/html
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.OEC02h/_old  2018-09-07 15:39:03.774558098 +0200
+++ /var/tmp/diff_new_pack.OEC02h/_new  2018-09-07 15:39:03.778558094 +0200
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/oslo.privsep/oslo.privsep.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.privsep/oslo.privsep.spec.j2</param>
     <param name="output-name">python-oslo.privsep.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/oslo.privsep/stable/rocky/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,oslo.privsep</param>
   </service>

++++++ oslo.privsep-1.27.0.tar.gz -> oslo.privsep-1.29.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-1.27.0/.zuul.yaml 
new/oslo.privsep-1.29.0/.zuul.yaml
--- old/oslo.privsep-1.27.0/.zuul.yaml  1970-01-01 01:00:00.000000000 +0100
+++ new/oslo.privsep-1.29.0/.zuul.yaml  2018-04-23 23:06:53.000000000 +0200
@@ -0,0 +1,7 @@
+- project:
+    check:
+      jobs:
+        - openstack-tox-lower-constraints
+    gate:
+      jobs:
+        - openstack-tox-lower-constraints
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-1.27.0/AUTHORS 
new/oslo.privsep-1.29.0/AUTHORS
--- old/oslo.privsep-1.27.0/AUTHORS     2018-02-07 05:02:37.000000000 +0100
+++ new/oslo.privsep-1.29.0/AUTHORS     2018-04-23 23:09:37.000000000 +0200
@@ -15,6 +15,7 @@
 Joshua Harlow <[email protected]>
 Kirill Bespalov <[email protected]>
 OpenStack Release Bot <[email protected]>
+Pavlo Shchelokovskyy <[email protected]>
 Swapnil Kulkarni (coolsvap) <[email protected]>
 TommyLike <[email protected]>
 Tony Breeds <[email protected]>
@@ -25,6 +26,7 @@
 avnish <[email protected]>
 liangcui <[email protected]>
 loooosy <[email protected]>
+melissaml <[email protected]>
 ricolin <[email protected]>
 sonu.kumar <[email protected]>
 xgwang5843 <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-1.27.0/ChangeLog 
new/oslo.privsep-1.29.0/ChangeLog
--- old/oslo.privsep-1.27.0/ChangeLog   2018-02-07 05:02:37.000000000 +0100
+++ new/oslo.privsep-1.29.0/ChangeLog   2018-04-23 23:09:37.000000000 +0200
@@ -1,11 +1,27 @@
 CHANGES
 =======
 
-1.27.0
+1.29.0
 ------
 
+* set default python to python3
+* fix lower constraints and uncap eventlet
+* Skip unit tests in bandit scan
+* add lower-constraints job
+* Updated from global requirements
+
+1.28.0
+------
+
+* Updated from global requirements
+* Imported Translations from Zanata
+* Update links in README
+* Imported Translations from Zanata
+* Update reno for stable/queens
+* Updated from global requirements
+* Updated from global requirements
+* Updated from global requirements
 * msgpack-python has been renamed to msgpack
-* Update .gitreview for stable/queens
 
 1.26.0
 ------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-1.27.0/PKG-INFO 
new/oslo.privsep-1.29.0/PKG-INFO
--- old/oslo.privsep-1.27.0/PKG-INFO    2018-02-07 05:02:38.000000000 +0100
+++ new/oslo.privsep-1.29.0/PKG-INFO    2018-04-23 23:09:38.000000000 +0200
@@ -1,18 +1,17 @@
 Metadata-Version: 1.1
 Name: oslo.privsep
-Version: 1.27.0
+Version: 1.29.0
 Summary: OpenStack library for privilege separation
 Home-page: https://docs.openstack.org/oslo.privsep/latest/
 Author: OpenStack
 Author-email: [email protected]
 License: UNKNOWN
-Description-Content-Type: UNKNOWN
 Description: ========================
         Team and repository tags
         ========================
         
-        .. image:: http://governance.openstack.org/badges/oslo.privsep.svg
-            :target: http://governance.openstack.org/reference/tags/index.html
+        .. image:: https://governance.openstack.org/tc/badges/oslo.privsep.svg
+            :target: 
https://governance.openstack.org/tc/reference/tags/index.html
         
         .. Change things from this point on
         
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-1.27.0/README.rst 
new/oslo.privsep-1.29.0/README.rst
--- old/oslo.privsep-1.27.0/README.rst  2018-02-07 05:00:09.000000000 +0100
+++ new/oslo.privsep-1.29.0/README.rst  2018-04-23 23:06:53.000000000 +0200
@@ -2,8 +2,8 @@
 Team and repository tags
 ========================
 
-.. image:: http://governance.openstack.org/badges/oslo.privsep.svg
-    :target: http://governance.openstack.org/reference/tags/index.html
+.. image:: https://governance.openstack.org/tc/badges/oslo.privsep.svg
+    :target: https://governance.openstack.org/tc/reference/tags/index.html
 
 .. Change things from this point on
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-1.27.0/lower-constraints.txt 
new/oslo.privsep-1.29.0/lower-constraints.txt
--- old/oslo.privsep-1.27.0/lower-constraints.txt       1970-01-01 
01:00:00.000000000 +0100
+++ new/oslo.privsep-1.29.0/lower-constraints.txt       2018-04-23 
23:06:53.000000000 +0200
@@ -0,0 +1,67 @@
+alabaster==0.7.10
+appdirs==1.3.0
+Babel==2.3.4
+bandit==1.1.0
+cffi==1.7.0
+debtcollector==1.2.0
+docutils==0.11
+dulwich==0.15.0
+enum34==1.0.4;python_version=='2.7' or python_version=='2.6' or 
python_version=='3.3' # BSD
+eventlet==0.18.2
+extras==1.0.0
+fixtures==3.0.0
+flake8==2.5.5
+gitdb==0.6.4
+GitPython==1.0.1
+greenlet==0.4.10
+hacking==0.12.0
+imagesize==0.7.1
+iso8601==0.1.11
+Jinja2==2.10
+keystoneauth1==3.4.0
+linecache2==1.0.0
+MarkupSafe==1.0
+mccabe==0.2.1
+mock==2.0.0
+monotonic==0.6
+mox3==0.20.0
+msgpack-python==0.4.0
+msgpack==0.5.0
+netaddr==0.7.18
+netifaces==0.10.4
+openstackdocstheme==1.18.1
+os-client-config==1.28.0
+oslo.config==5.2.0
+oslo.context==2.19.2
+oslo.i18n==3.15.3
+oslo.log==3.36.0
+oslo.serialization==2.18.0
+oslo.utils==3.33.0
+oslotest==3.2.0
+pbr==2.0.0
+pep8==1.5.7
+pycparser==2.18
+pyflakes==0.8.1
+Pygments==2.2.0
+pyinotify==0.9.6
+pyparsing==2.1.0
+python-dateutil==2.5.3
+python-mimeparse==1.6.0
+python-subunit==1.0.0
+pytz==2013.6
+PyYAML==3.12
+reno==2.5.0
+requests==2.14.2
+requestsexceptions==1.2.0
+rfc3986==0.3.1
+six==1.10.0
+smmap==0.9.0
+snowballstemmer==1.2.1
+Sphinx==1.6.2
+sphinxcontrib-websupport==1.0.1
+stevedore==1.20.0
+testrepository==0.0.18
+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.privsep-1.27.0/oslo.privsep.egg-info/PKG-INFO 
new/oslo.privsep-1.29.0/oslo.privsep.egg-info/PKG-INFO
--- old/oslo.privsep-1.27.0/oslo.privsep.egg-info/PKG-INFO      2018-02-07 
05:02:37.000000000 +0100
+++ new/oslo.privsep-1.29.0/oslo.privsep.egg-info/PKG-INFO      2018-04-23 
23:09:37.000000000 +0200
@@ -1,18 +1,17 @@
 Metadata-Version: 1.1
 Name: oslo.privsep
-Version: 1.27.0
+Version: 1.29.0
 Summary: OpenStack library for privilege separation
 Home-page: https://docs.openstack.org/oslo.privsep/latest/
 Author: OpenStack
 Author-email: [email protected]
 License: UNKNOWN
-Description-Content-Type: UNKNOWN
 Description: ========================
         Team and repository tags
         ========================
         
-        .. image:: http://governance.openstack.org/badges/oslo.privsep.svg
-            :target: http://governance.openstack.org/reference/tags/index.html
+        .. image:: https://governance.openstack.org/tc/badges/oslo.privsep.svg
+            :target: 
https://governance.openstack.org/tc/reference/tags/index.html
         
         .. Change things from this point on
         
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.privsep-1.27.0/oslo.privsep.egg-info/SOURCES.txt 
new/oslo.privsep-1.29.0/oslo.privsep.egg-info/SOURCES.txt
--- old/oslo.privsep-1.27.0/oslo.privsep.egg-info/SOURCES.txt   2018-02-07 
05:02:38.000000000 +0100
+++ new/oslo.privsep-1.29.0/oslo.privsep.egg-info/SOURCES.txt   2018-04-23 
23:09:38.000000000 +0200
@@ -1,6 +1,7 @@
 .coveragerc
 .mailmap
 .testr.conf
+.zuul.yaml
 AUTHORS
 CONTRIBUTING.rst
 ChangeLog
@@ -8,6 +9,7 @@
 LICENSE
 README.rst
 babel.cfg
+lower-constraints.txt
 requirements.txt
 setup.cfg
 setup.py
@@ -51,6 +53,7 @@
 releasenotes/source/newton.rst
 releasenotes/source/ocata.rst
 releasenotes/source/pike.rst
+releasenotes/source/queens.rst
 releasenotes/source/unreleased.rst
 releasenotes/source/_static/.placeholder
 releasenotes/source/_templates/.placeholder
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-1.27.0/oslo.privsep.egg-info/pbr.json 
new/oslo.privsep-1.29.0/oslo.privsep.egg-info/pbr.json
--- old/oslo.privsep-1.27.0/oslo.privsep.egg-info/pbr.json      2018-02-07 
05:02:37.000000000 +0100
+++ new/oslo.privsep-1.29.0/oslo.privsep.egg-info/pbr.json      2018-04-23 
23:09:37.000000000 +0200
@@ -1 +1 @@
-{"git_version": "2221752", "is_release": true}
\ No newline at end of file
+{"git_version": "d510207", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.privsep-1.27.0/oslo.privsep.egg-info/requires.txt 
new/oslo.privsep-1.29.0/oslo.privsep.egg-info/requires.txt
--- old/oslo.privsep-1.27.0/oslo.privsep.egg-info/requires.txt  2018-02-07 
05:02:37.000000000 +0100
+++ new/oslo.privsep-1.29.0/oslo.privsep.egg-info/requires.txt  2018-04-23 
23:09:37.000000000 +0200
@@ -1,9 +1,11 @@
-oslo.log>=3.30.0
+oslo.log>=3.36.0
 oslo.i18n>=3.15.3
-oslo.config>=5.1.0
+oslo.config>=5.2.0
 oslo.utils>=3.33.0
-enum34>=1.0.4
 cffi>=1.7.0
-eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2
+eventlet!=0.18.3,!=0.20.1,>=0.18.2
 greenlet>=0.4.10
-msgpack>=0.4.0
+msgpack>=0.5.0
+
+[:(python_version=='2.7' or python_version=='2.6' or python_version=='3.3')]
+enum34>=1.0.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.privsep-1.27.0/oslo_privsep/locale/en_GB/LC_MESSAGES/oslo_privsep.po 
new/oslo.privsep-1.29.0/oslo_privsep/locale/en_GB/LC_MESSAGES/oslo_privsep.po
--- 
old/oslo.privsep-1.27.0/oslo_privsep/locale/en_GB/LC_MESSAGES/oslo_privsep.po   
    2018-02-07 05:00:09.000000000 +0100
+++ 
new/oslo.privsep-1.29.0/oslo_privsep/locale/en_GB/LC_MESSAGES/oslo_privsep.po   
    2018-04-23 23:06:53.000000000 +0200
@@ -1,17 +1,17 @@
 # Andi Chandler <[email protected]>, 2016. #zanata
 msgid ""
 msgstr ""
-"Project-Id-Version: oslo.privsep 1.7.1.dev1\n"
+"Project-Id-Version: oslo.privsep VERSION\n"
 "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n";
-"POT-Creation-Date: 2016-06-10 16:43+0000\n"
+"POT-Creation-Date: 2018-02-08 23:11+0000\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "PO-Revision-Date: 2016-06-09 11:12+0000\n"
 "Last-Translator: Andi Chandler <[email protected]>\n"
 "Language-Team: English (United Kingdom)\n"
-"Language: en-GB\n"
-"X-Generator: Zanata 3.7.3\n"
+"Language: en_GB\n"
+"X-Generator: Zanata 4.3.3\n"
 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
 
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-1.27.0/releasenotes/source/index.rst 
new/oslo.privsep-1.29.0/releasenotes/source/index.rst
--- old/oslo.privsep-1.27.0/releasenotes/source/index.rst       2018-02-07 
05:00:22.000000000 +0100
+++ new/oslo.privsep-1.29.0/releasenotes/source/index.rst       2018-04-23 
23:06:53.000000000 +0200
@@ -6,6 +6,7 @@
     :maxdepth: 1
 
     unreleased
+    queens
     pike
     ocata
     newton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.privsep-1.27.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
 
new/oslo.privsep-1.29.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
--- 
old/oslo.privsep-1.27.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
        2018-02-07 05:00:09.000000000 +0100
+++ 
new/oslo.privsep-1.29.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
        2018-04-23 23:06:53.000000000 +0200
@@ -1,17 +1,18 @@
 # Andi Chandler <[email protected]>, 2017. #zanata
+# Andi Chandler <[email protected]>, 2018. #zanata
 msgid ""
 msgstr ""
-"Project-Id-Version: oslo.privsep Release Notes 1.23.1\n"
+"Project-Id-Version: oslo.privsep Release Notes\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-09-20 20:59+0000\n"
+"POT-Creation-Date: 2018-02-08 23:11+0000\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2017-10-07 09:29+0000\n"
+"PO-Revision-Date: 2018-02-06 11:25+0000\n"
 "Last-Translator: Andi Chandler <[email protected]>\n"
 "Language-Team: English (United Kingdom)\n"
-"Language: en-GB\n"
-"X-Generator: Zanata 3.9.6\n"
+"Language: en_GB\n"
+"X-Generator: Zanata 4.3.3\n"
 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
 
 msgid "1.13.0"
@@ -29,6 +30,9 @@
 msgid "Pike Series Release Notes"
 msgstr "Pike Series Release Notes"
 
+msgid "Queens Series Release Notes"
+msgstr "Queens Series Release Notes"
+
 msgid "Switch to reno for managing release notes."
 msgstr "Switch to Reno for managing release notes."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-1.27.0/releasenotes/source/queens.rst 
new/oslo.privsep-1.29.0/releasenotes/source/queens.rst
--- old/oslo.privsep-1.27.0/releasenotes/source/queens.rst      1970-01-01 
01:00:00.000000000 +0100
+++ new/oslo.privsep-1.29.0/releasenotes/source/queens.rst      2018-04-23 
23:06:53.000000000 +0200
@@ -0,0 +1,6 @@
+===================================
+ Queens Series Release Notes
+===================================
+
+.. release-notes::
+   :branch: stable/queens
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-1.27.0/requirements.txt 
new/oslo.privsep-1.29.0/requirements.txt
--- old/oslo.privsep-1.27.0/requirements.txt    2018-02-07 05:00:22.000000000 
+0100
+++ new/oslo.privsep-1.29.0/requirements.txt    2018-04-23 23:06:53.000000000 
+0200
@@ -2,12 +2,12 @@
 # of appearance. Changing the order has an impact on the overall integration
 # process, which may cause wedges in the gate later.
 
-oslo.log>=3.30.0 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
 oslo.i18n>=3.15.3 # Apache-2.0
-oslo.config>=5.1.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
 oslo.utils>=3.33.0 # Apache-2.0
 enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or 
python_version=='3.3' # BSD
 cffi>=1.7.0 # MIT
-eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
+eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
 greenlet>=0.4.10 # MIT
-msgpack>=0.4.0 # Apache-2.0
+msgpack>=0.5.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-1.27.0/test-requirements.txt 
new/oslo.privsep-1.29.0/test-requirements.txt
--- old/oslo.privsep-1.27.0/test-requirements.txt       2018-02-07 
05:00:22.000000000 +0100
+++ new/oslo.privsep-1.29.0/test-requirements.txt       2018-04-23 
23:06:53.000000000 +0200
@@ -3,13 +3,13 @@
 # process, which may cause wedges in the gate later.
 
 hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
 mock>=2.0.0 # BSD
 fixtures>=3.0.0 # Apache-2.0/BSD
 
 # These are needed for docs generation
-openstackdocstheme>=1.17.0 # Apache-2.0
-sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
 reno>=2.5.0 # Apache-2.0
 
 # Bandit security code scanner
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-1.27.0/tox.ini 
new/oslo.privsep-1.29.0/tox.ini
--- old/oslo.privsep-1.27.0/tox.ini     2018-02-07 05:00:09.000000000 +0100
+++ new/oslo.privsep-1.29.0/tox.ini     2018-04-23 23:06:53.000000000 +0200
@@ -3,6 +3,7 @@
 envlist = py35,py27,pypy,pep8
 
 [testenv]
+basepython = python3
 install_command = pip install {opts} {packages}
 whitelist_externals =
  /bin/sh
@@ -12,13 +13,16 @@
   -r{toxinidir}/requirements.txt
 commands = python setup.py testr --slowest --testr-args='{posargs}'
 
+[testenv:py27]
+basepython = python2.7
+
 [testenv:pep8]
 deps =
   -r{toxinidir}/test-requirements.txt
 commands =
   flake8
   # Run security linter
-  bandit -r oslo_privsep tests -n5 --skip B404,B603
+  bandit -r oslo_privsep -x tests -n5 --skip B404,B603
 
 [testenv:venv]
 commands = {posargs}
@@ -46,3 +50,9 @@
 
 [testenv:releasenotes]
 commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -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