Hello community,
here is the log from the commit of package python-oslo.reports for
openSUSE:Factory checked in at 2018-09-07 15:39:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.reports (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.reports.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.reports"
Fri Sep 7 15:39:04 2018 rev:7 rq:633106 version:1.28.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.reports/python-oslo.reports.changes
2018-03-19 23:36:20.509761011 +0100
+++
/work/SRC/openSUSE:Factory/.python-oslo.reports.new/python-oslo.reports.changes
2018-09-07 15:39:04.434557390 +0200
@@ -1,0 +2,14 @@
+Mon Sep 3 09:04:41 UTC 2018 - [email protected]
+
+- update to version 1.28.0
+ - set default python to python3
+ - Update reno for stable/queens
+ - Update links in README
+ - fix lower constraints and uncap eventlet
+ - Imported Translations from Zanata
+ - Updated from global requirements
+ - add lower-constraints job
+ - Document workaround for AccessDenied error
+- add 0001-Update-unit-test-to-reflect-latest-oslo.config.patch
+
+-------------------------------------------------------------------
Old:
----
oslo.reports-1.26.0.tar.gz
New:
----
0001-Update-unit-test-to-reflect-latest-oslo.config.patch
oslo.reports-1.28.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.reports.spec ++++++
--- /var/tmp/diff_new_pack.nu86yW/_old 2018-09-07 15:39:04.758557042 +0200
+++ /var/tmp/diff_new_pack.nu86yW/_new 2018-09-07 15:39:04.762557038 +0200
@@ -17,56 +17,73 @@
Name: python-oslo.reports
-Version: 1.26.0
+Version: 1.28.0
Release: 0
Summary: OpenStack oslo.reports library
License: Apache-2.0
Group: Development/Languages/Python
-Url: https://launchpad.net/oslo.reports
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.reports/oslo.reports-1.26.0.tar.gz
+URL: https://launchpad.net/oslo.reports
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.reports/oslo.reports-1.28.0.tar.gz
+# https://review.openstack.org/588088
+Patch0: 0001-Update-unit-test-to-reflect-latest-oslo.config.patch
BuildRequires: openstack-macros
-BuildRequires: python-Jinja2 >= 2.8
BuildRequires: python-devel
-BuildRequires: python-eventlet >= 0.18.2
-BuildRequires: python-greenlet >= 0.4.10
-BuildRequires: python-oslo.config >= 5.1.0
-BuildRequires: python-oslo.i18n >= 3.15.3
-BuildRequires: python-oslo.serialization >= 2.18.0
-BuildRequires: python-oslo.utils >= 3.33.0
-BuildRequires: python-oslotest >= 3.2.0
-BuildRequires: python-pbr >= 2.0.0
-BuildRequires: python-psutil >= 3.2.2
-BuildRequires: python-six >= 1.10.0
-Requires: python-Jinja2 >= 2.8
+BuildRequires: python2-Jinja2 >= 2.10
+BuildRequires: python2-eventlet
+BuildRequires: python2-greenlet
+BuildRequires: python2-oslo.config
+BuildRequires: python2-oslo.i18n >= 3.15.3
+BuildRequires: python2-oslo.serialization >= 2.18.0
+BuildRequires: python2-oslo.utils >= 3.33.0
+BuildRequires: python2-oslotest
+BuildRequires: python2-pbr >= 2.0.0
+BuildRequires: python2-psutil >= 3.2.2
+BuildRequires: python2-six >= 1.10.0
+BuildRequires: python2-testrepository
+BuildRequires: python3-Jinja2 >= 2.10
+BuildRequires: python3-devel
+BuildRequires: python3-eventlet
+BuildRequires: python3-greenlet
+BuildRequires: python3-oslo.config
+BuildRequires: python3-oslo.i18n >= 3.15.3
+BuildRequires: python3-oslo.serialization >= 2.18.0
+BuildRequires: python3-oslo.utils >= 3.33.0
+BuildRequires: python3-oslotest
+BuildRequires: python3-pbr >= 2.0.0
+BuildRequires: python3-psutil >= 3.2.2
+BuildRequires: python3-six >= 1.10.0
+BuildRequires: python3-testrepository
+Requires: python-Jinja2 >= 2.10
Requires: python-oslo.i18n >= 3.15.3
Requires: python-oslo.serialization >= 2.18.0
Requires: python-oslo.utils >= 3.33.0
Requires: python-psutil >= 3.2.2
Requires: python-six >= 1.10.0
BuildArch: noarch
+%{python_subpackages}
%description
The project oslo.reports hosts a general purpose error report generation
framework, known as the "guru meditation report".
-%package doc
+%package -n python-oslo.reports-doc
Summary: Documentation for OpenStack reports library
Group: Development/Languages/Python
BuildRequires: python-Sphinx
-BuildRequires: python-openstackdocstheme >= 1.18.1
+BuildRequires: python-openstackdocstheme
-%description doc
+%description -n python-oslo.reports-doc
The project oslo.reports hosts a general purpose error report generation
framework, known as the "guru meditation report".
This package contains the documentation.
%prep
-%autosetup -p1 -n oslo.reports-1.26.0
+%autosetup -p1 -n oslo.reports-1.28.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
@@ -74,18 +91,20 @@
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
-%{py2_install}
+%{python_install}
%check
-%{__python2} setup.py testr
+%{python_expand rm -rf .testrepository
+$python setup.py testr
+}
-%files
+%files %{python_files}
%license LICENSE
%doc README.rst ChangeLog
%{python2_sitelib}/oslo_reports
%{python2_sitelib}/*.egg-info
-%files doc
+%files -n python-oslo.reports-doc
%license LICENSE
%doc doc/build/html
++++++ 0001-Update-unit-test-to-reflect-latest-oslo.config.patch ++++++
>From 98c0d2c1db7bbcb30b5bfe4f347bdb2124de25a5 Mon Sep 17 00:00:00 2001
From: Ben Nemec <[email protected]>
Date: Wed, 1 Aug 2018 21:44:32 +0000
Subject: [PATCH] Update unit test to reflect latest oslo.config
Because we added the default config_source opt in oslo.config, it
is now showing up in the GMR output and needs to be included in the
expected content. However, for lower constraints testing we also
need to continue to support the older versions without config_source,
so the target_str is built dynamically based on whether the opt
exists.
Change-Id: I20b01285000ce84b69e8bd3cee8078edf03616f8
---
oslo_reports/tests/test_openstack_generators.py | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/oslo_reports/tests/test_openstack_generators.py
b/oslo_reports/tests/test_openstack_generators.py
index f5b1cda..b2ddab8 100644
--- a/oslo_reports/tests/test_openstack_generators.py
+++ b/oslo_reports/tests/test_openstack_generators.py
@@ -94,6 +94,16 @@ class TestOpenstackGenerators(base.BaseTestCase):
model = os_cgen.ConfigReportGenerator(conf)()
model.set_current_view_type('text')
+ # oslo.config added a default config_source opt which gets included
+ # in our output, but we also need to support older versions where that
+ # wasn't the case. This logic can be removed once the oslo.config
+ # lower constraint becomes >=6.4.0.
+ config_source_line = ' config_source = \n'
+ try:
+ conf.config_source
+ except cfg.NoSuchOptError:
+ config_source_line = ''
+
target_str = ('\ncheese: \n'
' from_cow = True\n'
' group_secrets = ***\n'
@@ -101,8 +111,9 @@ class TestOpenstackGenerators(base.BaseTestCase):
' sharpness = 1\n'
'\n'
'default: \n'
+ '%s'
' crackers = triscuit\n'
- ' secrets = ***')
+ ' secrets = ***') % config_source_line
self.assertEqual(target_str, six.text_type(model))
def test_package_report_generator(self):
--
2.18.0
++++++ _service ++++++
--- /var/tmp/diff_new_pack.nu86yW/_old 2018-09-07 15:39:04.790557007 +0200
+++ /var/tmp/diff_new_pack.nu86yW/_new 2018-09-07 15:39:04.790557007 +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.reports/oslo.reports.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.reports/oslo.reports.spec.j2</param>
<param name="output-name">python-oslo.reports.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.reports/stable/rocky/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,oslo.reports</param>
</service>
++++++ oslo.reports-1.26.0.tar.gz -> oslo.reports-1.28.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.26.0/.zuul.yaml
new/oslo.reports-1.28.0/.zuul.yaml
--- old/oslo.reports-1.26.0/.zuul.yaml 1970-01-01 01:00:00.000000000 +0100
+++ new/oslo.reports-1.28.0/.zuul.yaml 2018-04-17 17:32:59.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.reports-1.26.0/AUTHORS
new/oslo.reports-1.28.0/AUTHORS
--- old/oslo.reports-1.26.0/AUTHORS 2018-01-15 21:31:26.000000000 +0100
+++ new/oslo.reports-1.28.0/AUTHORS 2018-04-17 17:35:53.000000000 +0200
@@ -41,4 +41,5 @@
loooosy <[email protected]>
melissaml <[email protected]>
tanlin <[email protected]>
+wangqi <[email protected]>
[email protected] <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.26.0/ChangeLog
new/oslo.reports-1.28.0/ChangeLog
--- old/oslo.reports-1.26.0/ChangeLog 2018-01-15 21:31:26.000000000 +0100
+++ new/oslo.reports-1.28.0/ChangeLog 2018-04-17 17:35:53.000000000 +0200
@@ -1,6 +1,27 @@
CHANGES
=======
+1.28.0
+------
+
+* set default python to python3
+* fix lower constraints and uncap eventlet
+* Document workaround for AccessDenied error
+* add lower-constraints job
+* Updated from global requirements
+* Update links in README
+
+1.27.0
+------
+
+* Imported Translations from Zanata
+* Imported Translations from Zanata
+* Update reno for stable/queens
+* Updated from global requirements
+* Updated from global requirements
+* Updated from global requirements
+* Updated from global requirements
+
1.26.0
------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.26.0/PKG-INFO
new/oslo.reports-1.28.0/PKG-INFO
--- old/oslo.reports-1.26.0/PKG-INFO 2018-01-15 21:31:27.000000000 +0100
+++ new/oslo.reports-1.28.0/PKG-INFO 2018-04-17 17:35:54.000000000 +0200
@@ -1,18 +1,17 @@
Metadata-Version: 1.1
Name: oslo.reports
-Version: 1.26.0
+Version: 1.28.0
Summary: oslo.reports library
Home-page: https://docs.openstack.org/oslo.reports/latest
Author: OpenStack
Author-email: [email protected]
License: UNKNOWN
-Description-Content-Type: UNKNOWN
Description: ========================
Team and repository tags
========================
- .. image:: https://governance.openstack.org/badges/oslo.reports.svg
- :target: https://governance.openstack.org/reference/tags/index.html
+ .. image:: https://governance.openstack.org/tc/badges/oslo.reports.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.reports-1.26.0/README.rst
new/oslo.reports-1.28.0/README.rst
--- old/oslo.reports-1.26.0/README.rst 2018-01-15 21:27:13.000000000 +0100
+++ new/oslo.reports-1.28.0/README.rst 2018-04-17 17:32:59.000000000 +0200
@@ -2,8 +2,8 @@
Team and repository tags
========================
-.. image:: https://governance.openstack.org/badges/oslo.reports.svg
- :target: https://governance.openstack.org/reference/tags/index.html
+.. image:: https://governance.openstack.org/tc/badges/oslo.reports.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.reports-1.26.0/doc/source/user/usage.rst
new/oslo.reports-1.28.0/doc/source/user/usage.rst
--- old/oslo.reports-1.26.0/doc/source/user/usage.rst 2018-01-15
21:27:13.000000000 +0100
+++ new/oslo.reports-1.28.0/doc/source/user/usage.rst 2018-04-17
17:33:16.000000000 +0200
@@ -28,6 +28,12 @@
kill -SIGUSR2 <process_id>
+.. note::
+
+ On SELinux platforms the report process may fail with an AccessDenied
+ exception. If this happens, temporarily disable SELinux enforcement
+ by running ``sudo setenforce 0``, trigger the report, then turn SELinux
+ back on by running ``sudo setenforce 1``.
Here is a sample report:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.26.0/lower-constraints.txt
new/oslo.reports-1.28.0/lower-constraints.txt
--- old/oslo.reports-1.26.0/lower-constraints.txt 1970-01-01
01:00:00.000000000 +0100
+++ new/oslo.reports-1.28.0/lower-constraints.txt 2018-04-17
17:33:16.000000000 +0200
@@ -0,0 +1,61 @@
+alabaster==0.7.10
+appdirs==1.3.0
+Babel==2.3.4
+bandit==1.1.0
+coverage==4.0
+debtcollector==1.2.0
+docutils==0.11
+dulwich==0.15.0
+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
+netaddr==0.7.18
+netifaces==0.10.4
+openstackdocstheme==1.18.1
+os-client-config==1.28.0
+oslo.config==5.2.0
+oslo.i18n==3.15.3
+oslo.serialization==2.18.0
+oslo.utils==3.33.0
+oslotest==3.2.0
+pbr==2.0.0
+pep8==1.5.7
+psutil==3.2.2
+pyflakes==0.8.1
+Pygments==2.2.0
+pyparsing==2.1.0
+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.reports-1.26.0/oslo.reports.egg-info/PKG-INFO
new/oslo.reports-1.28.0/oslo.reports.egg-info/PKG-INFO
--- old/oslo.reports-1.26.0/oslo.reports.egg-info/PKG-INFO 2018-01-15
21:31:26.000000000 +0100
+++ new/oslo.reports-1.28.0/oslo.reports.egg-info/PKG-INFO 2018-04-17
17:35:53.000000000 +0200
@@ -1,18 +1,17 @@
Metadata-Version: 1.1
Name: oslo.reports
-Version: 1.26.0
+Version: 1.28.0
Summary: oslo.reports library
Home-page: https://docs.openstack.org/oslo.reports/latest
Author: OpenStack
Author-email: [email protected]
License: UNKNOWN
-Description-Content-Type: UNKNOWN
Description: ========================
Team and repository tags
========================
- .. image:: https://governance.openstack.org/badges/oslo.reports.svg
- :target: https://governance.openstack.org/reference/tags/index.html
+ .. image:: https://governance.openstack.org/tc/badges/oslo.reports.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.reports-1.26.0/oslo.reports.egg-info/SOURCES.txt
new/oslo.reports-1.28.0/oslo.reports.egg-info/SOURCES.txt
--- old/oslo.reports-1.26.0/oslo.reports.egg-info/SOURCES.txt 2018-01-15
21:31:27.000000000 +0100
+++ new/oslo.reports-1.28.0/oslo.reports.egg-info/SOURCES.txt 2018-04-17
17:35:54.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
@@ -71,6 +73,7 @@
releasenotes/source/index.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.reports-1.26.0/oslo.reports.egg-info/pbr.json
new/oslo.reports-1.28.0/oslo.reports.egg-info/pbr.json
--- old/oslo.reports-1.26.0/oslo.reports.egg-info/pbr.json 2018-01-15
21:31:26.000000000 +0100
+++ new/oslo.reports-1.28.0/oslo.reports.egg-info/pbr.json 2018-04-17
17:35:53.000000000 +0200
@@ -1 +1 @@
-{"git_version": "c7ac43b", "is_release": true}
\ No newline at end of file
+{"git_version": "d743d01", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.reports-1.26.0/oslo.reports.egg-info/requires.txt
new/oslo.reports-1.28.0/oslo.reports.egg-info/requires.txt
--- old/oslo.reports-1.26.0/oslo.reports.egg-info/requires.txt 2018-01-15
21:31:26.000000000 +0100
+++ new/oslo.reports-1.28.0/oslo.reports.egg-info/requires.txt 2018-04-17
17:35:53.000000000 +0200
@@ -1,5 +1,5 @@
pbr!=2.1.0,>=2.0.0
-Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8
+Jinja2>=2.10
oslo.serialization!=2.19.1,>=2.18.0
psutil>=3.2.2
six>=1.10.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.reports-1.26.0/oslo_reports/locale/en_GB/LC_MESSAGES/oslo_reports.po
new/oslo.reports-1.28.0/oslo_reports/locale/en_GB/LC_MESSAGES/oslo_reports.po
---
old/oslo.reports-1.26.0/oslo_reports/locale/en_GB/LC_MESSAGES/oslo_reports.po
2018-01-15 21:27:13.000000000 +0100
+++
new/oslo.reports-1.28.0/oslo_reports/locale/en_GB/LC_MESSAGES/oslo_reports.po
2018-04-17 17:32:59.000000000 +0200
@@ -2,17 +2,17 @@
# Andi Chandler <[email protected]>, 2017. #zanata
msgid ""
msgstr ""
-"Project-Id-Version: oslo.reports 1.23.1.dev1\n"
+"Project-Id-Version: oslo.reports VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
-"POT-Creation-Date: 2017-09-20 21:00+0000\n"
+"POT-Creation-Date: 2018-01-29 04:42+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 10:54+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 "How many seconds to wait between polls when file_event_handler is set"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.26.0/releasenotes/source/index.rst
new/oslo.reports-1.28.0/releasenotes/source/index.rst
--- old/oslo.reports-1.26.0/releasenotes/source/index.rst 2018-01-15
21:27:13.000000000 +0100
+++ new/oslo.reports-1.28.0/releasenotes/source/index.rst 2018-04-17
17:32:59.000000000 +0200
@@ -6,5 +6,6 @@
:maxdepth: 1
unreleased
+ queens
pike
ocata
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.reports-1.26.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
new/oslo.reports-1.28.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
---
old/oslo.reports-1.26.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
2018-01-15 21:27:13.000000000 +0100
+++
new/oslo.reports-1.28.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
2018-04-17 17:32:59.000000000 +0200
@@ -1,17 +1,18 @@
# Andi Chandler <[email protected]>, 2017. #zanata
+# Andi Chandler <[email protected]>, 2018. #zanata
msgid ""
msgstr ""
-"Project-Id-Version: oslo.reports Release Notes 1.23.1.dev1\n"
+"Project-Id-Version: oslo.reports Release Notes\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-09-20 21:00+0000\n"
+"POT-Creation-Date: 2018-01-29 04:42+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:30+0000\n"
+"PO-Revision-Date: 2018-01-27 01:26+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.16.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 "Unreleased Release Notes"
msgstr "Unreleased Release Notes"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.26.0/releasenotes/source/queens.rst
new/oslo.reports-1.28.0/releasenotes/source/queens.rst
--- old/oslo.reports-1.26.0/releasenotes/source/queens.rst 1970-01-01
01:00:00.000000000 +0100
+++ new/oslo.reports-1.28.0/releasenotes/source/queens.rst 2018-04-17
17:32:59.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.reports-1.26.0/requirements.txt
new/oslo.reports-1.28.0/requirements.txt
--- old/oslo.reports-1.26.0/requirements.txt 2018-01-15 21:27:13.000000000
+0100
+++ new/oslo.reports-1.28.0/requirements.txt 2018-04-17 17:32:59.000000000
+0200
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
-Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause)
+Jinja2>=2.10 # BSD License (3 clause)
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
psutil>=3.2.2 # BSD
six>=1.10.0 # MIT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.26.0/test-requirements.txt
new/oslo.reports-1.28.0/test-requirements.txt
--- old/oslo.reports-1.26.0/test-requirements.txt 2018-01-15
21:27:13.000000000 +0100
+++ new/oslo.reports-1.28.0/test-requirements.txt 2018-04-17
17:33:16.000000000 +0200
@@ -3,15 +3,15 @@
# 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
# 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
# for testing optional parts
-oslo.config>=5.1.0 # Apache-2.0
-eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
+oslo.config>=5.2.0 # Apache-2.0
+eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
greenlet>=0.4.10 # MIT
coverage!=4.4,>=4.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.reports-1.26.0/tox.ini
new/oslo.reports-1.28.0/tox.ini
--- old/oslo.reports-1.26.0/tox.ini 2018-01-15 21:27:13.000000000 +0100
+++ new/oslo.reports-1.28.0/tox.ini 2018-04-17 17:33:16.000000000 +0200
@@ -3,6 +3,7 @@
envlist = py35,py27,pypy,pep8
[testenv]
+basepython = python3
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt
@@ -10,6 +11,9 @@
install_command = pip install {opts} {packages}
commands = python setup.py testr --slowest --testr-args='{posargs}'
+[testenv:py27]
+basepython = python2.7
+
[testenv:pep8]
deps =
-r{toxinidir}/test-requirements.txt
@@ -47,3 +51,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