Hello community, here is the log from the commit of package python-oslo.i18n for openSUSE:Factory checked in at 2018-09-07 15:38:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oslo.i18n (Old) and /work/SRC/openSUSE:Factory/.python-oslo.i18n.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.i18n" Fri Sep 7 15:38:54 2018 rev:12 rq:633100 version:3.21.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oslo.i18n/python-oslo.i18n.changes 2018-03-19 23:35:54.574696601 +0100 +++ /work/SRC/openSUSE:Factory/.python-oslo.i18n.new/python-oslo.i18n.changes 2018-09-07 15:38:55.594566878 +0200 @@ -1,0 +2,18 @@ +Mon Sep 3 09:03:50 UTC 2018 - [email protected] + +- update to version 3.21.0 + - Remove stale pip-missing-reqs tox test + - Add release notes to README.rst + - set default python to python3 + - fix tox python3 overrides + - Update reno for stable/queens + - Update links in README + - Trivial: Update pypi url to new url + - Imported Translations from Zanata + - Remove moxstubout usage + - add bandit to pep8 job + - Switch to stestr + - Updated from global requirements + - add lower-constraints job + +------------------------------------------------------------------- Old: ---- oslo.i18n-3.19.0.tar.gz New: ---- oslo.i18n-3.21.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslo.i18n.spec ++++++ --- /var/tmp/diff_new_pack.pKOegw/_old 2018-09-07 15:38:55.986566458 +0200 +++ /var/tmp/diff_new_pack.pKOegw/_new 2018-09-07 15:38:55.986566458 +0200 @@ -17,24 +17,26 @@ Name: python-oslo.i18n -Version: 3.19.0 +Version: 3.21.0 Release: 0 Summary: OpenStack i18n library License: Apache-2.0 Group: Development/Languages/Python -Url: https://launchpad.net/oslo.i18n -Source0: https://files.pythonhosted.org/packages/source/o/oslo.i18n/oslo.i18n-3.19.0.tar.gz +URL: https://launchpad.net/oslo.i18n +Source0: https://files.pythonhosted.org/packages/source/o/oslo.i18n/oslo.i18n-3.21.0.tar.gz BuildRequires: openstack-macros BuildRequires: python2-Babel >= 2.3.4 -BuildRequires: python2-mock >= 2.0.0 -BuildRequires: python2-oslotest >= 3.2.0 +BuildRequires: python2-mock +BuildRequires: python2-oslotest BuildRequires: python2-pbr >= 2.0.0 -BuildRequires: python2-testscenarios >= 0.4 +BuildRequires: python2-stestr +BuildRequires: python2-testscenarios BuildRequires: python3-Babel >= 2.3.4 -BuildRequires: python3-mock >= 2.0.0 -BuildRequires: python3-oslotest >= 3.2.0 +BuildRequires: python3-mock +BuildRequires: python3-oslotest BuildRequires: python3-pbr >= 2.0.0 -BuildRequires: python3-testscenarios >= 0.4 +BuildRequires: python3-stestr +BuildRequires: python3-testscenarios Requires: python-Babel >= 2.3.4 Requires: python-six >= 1.10.0 BuildArch: noarch @@ -49,13 +51,13 @@ Summary: Documentation for OpenStack i18n library Group: Development/Languages/Python BuildRequires: python-Sphinx -BuildRequires: python-openstackdocstheme >= 1.18.1 +BuildRequires: python-openstackdocstheme %description -n python-oslo.i18n-doc Documentation for the oslo.i18n library. %prep -%autosetup -p1 -n oslo.i18n-3.19.0 +%autosetup -p1 -n oslo.i18n-3.21.0 %py_req_cleanup sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg @@ -71,9 +73,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo} %check -%{python_expand rm -rf .testrepository -$python setup.py test -} +%python_exec -m stestr.cli run %files %{python_files} %license LICENSE ++++++ _service ++++++ --- /var/tmp/diff_new_pack.pKOegw/_old 2018-09-07 15:38:56.010566432 +0200 +++ /var/tmp/diff_new_pack.pKOegw/_new 2018-09-07 15:38:56.010566432 +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.i18n/oslo.i18n.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.i18n/oslo.i18n.spec.j2</param> <param name="output-name">python-oslo.i18n.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.i18n/stable/rocky/requirements.txt</param> <param name="changelog-email">[email protected]</param> <param name="changelog-provider">gh,openstack,oslo.i18n</param> </service> ++++++ oslo.i18n-3.19.0.tar.gz -> oslo.i18n-3.21.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/.stestr.conf new/oslo.i18n-3.21.0/.stestr.conf --- old/oslo.i18n-3.19.0/.stestr.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/oslo.i18n-3.21.0/.stestr.conf 2018-07-20 03:06:47.000000000 +0200 @@ -0,0 +1,3 @@ +[DEFAULT] +test_path=./oslo_i18n/tests +top_path=./ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/.testr.conf new/oslo.i18n-3.21.0/.testr.conf --- old/oslo.i18n-3.19.0/.testr.conf 2017-12-04 11:30:41.000000000 +0100 +++ new/oslo.i18n-3.21.0/.testr.conf 1970-01-01 01:00:00.000000000 +0100 @@ -1,7 +0,0 @@ -[DEFAULT] -test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ - OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ - OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ - ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION -test_id_option=--load-list $IDFILE -test_list_option=--list \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/.zuul.yaml new/oslo.i18n-3.21.0/.zuul.yaml --- old/oslo.i18n-3.19.0/.zuul.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/oslo.i18n-3.21.0/.zuul.yaml 2018-07-20 03:06:47.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.i18n-3.19.0/AUTHORS new/oslo.i18n-3.21.0/AUTHORS --- old/oslo.i18n-3.19.0/AUTHORS 2017-12-04 11:33:13.000000000 +0100 +++ new/oslo.i18n-3.21.0/AUTHORS 2018-07-20 03:10:15.000000000 +0200 @@ -11,6 +11,7 @@ Brant Knudson <[email protected]> Chang Bo Guo <[email protected]> ChangBo Guo(gcb) <[email protected]> +Charles Short <[email protected]> Christian Berendt <[email protected]> Chuck Short <[email protected]> Dan Prince <[email protected]> @@ -32,6 +33,7 @@ Joshua Harlow <[email protected]> Juan Antonio Osorio <[email protected]> Julien Danjou <[email protected]> +Kenneth Giusti <[email protected]> Luis A. Garcia <[email protected]> Luong Anh Tuan <[email protected]> Mark McLoughlin <[email protected]> @@ -52,6 +54,7 @@ Tony Breeds <[email protected]> Victor Sergeyev <[email protected]> Victor Stinner <[email protected]> +Vu Cong Tuan <[email protected]> WangBinbin <[email protected]> ZhiQiang Fan <[email protected]> Zhiteng Huang <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/ChangeLog new/oslo.i18n-3.21.0/ChangeLog --- old/oslo.i18n-3.19.0/ChangeLog 2017-12-04 11:33:13.000000000 +0100 +++ new/oslo.i18n-3.21.0/ChangeLog 2018-07-20 03:10:15.000000000 +0200 @@ -1,11 +1,36 @@ CHANGES ======= +3.21.0 +------ + +* Switch to stestr +* Add release notes to README.rst +* fix tox python3 overrides +* Remove moxstubout usage +* Remove stale pip-missing-reqs tox test +* Trivial: Update pypi url to new url +* set default python to python3 +* add lower-constraints job +* Updated from global requirements + +3.20.0 +------ + +* 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 + 3.19.0 ------ * Remove -U from pip install * Avoid tox\_install.sh for constraints support +* add bandit to pep8 job * Updated from global requirements * Remove setting of version/release from releasenotes * Updated from global requirements diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/PKG-INFO new/oslo.i18n-3.21.0/PKG-INFO --- old/oslo.i18n-3.19.0/PKG-INFO 2017-12-04 11:33:14.000000000 +0100 +++ new/oslo.i18n-3.21.0/PKG-INFO 2018-07-20 03:10:16.000000000 +0200 @@ -1,18 +1,17 @@ Metadata-Version: 1.1 Name: oslo.i18n -Version: 3.19.0 +Version: 3.21.0 Summary: Oslo i18n library Home-page: https://docs.openstack.org/oslo.i18n/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.i18n.svg - :target: http://governance.openstack.org/reference/tags/index.html + .. image:: https://governance.openstack.org/tc/badges/oslo.i18n.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on @@ -21,11 +20,11 @@ ================================================== .. image:: https://img.shields.io/pypi/v/oslo.i18n.svg - :target: https://pypi.python.org/pypi/oslo.i18n/ + :target: https://pypi.org/project/oslo.i18n/ :alt: Latest Version .. image:: https://img.shields.io/pypi/dm/oslo.i18n.svg - :target: https://pypi.python.org/pypi/oslo.i18n/ + :target: https://pypi.org/project/oslo.i18n/ :alt: Downloads The oslo.i18n library contain utilities for working with @@ -36,6 +35,7 @@ * Documentation: https://docs.openstack.org/oslo.i18n/latest * Source: https://git.openstack.org/cgit/openstack/oslo.i18n * Bugs: https://bugs.launchpad.net/oslo.i18n + * Release notes: https://docs.openstack.org/releasenotes/oslo.i18n/ Platform: UNKNOWN diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/README.rst new/oslo.i18n-3.21.0/README.rst --- old/oslo.i18n-3.19.0/README.rst 2017-12-04 11:30:41.000000000 +0100 +++ new/oslo.i18n-3.21.0/README.rst 2018-07-20 03:06:47.000000000 +0200 @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/oslo.i18n.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/oslo.i18n.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on @@ -12,11 +12,11 @@ ================================================== .. image:: https://img.shields.io/pypi/v/oslo.i18n.svg - :target: https://pypi.python.org/pypi/oslo.i18n/ + :target: https://pypi.org/project/oslo.i18n/ :alt: Latest Version .. image:: https://img.shields.io/pypi/dm/oslo.i18n.svg - :target: https://pypi.python.org/pypi/oslo.i18n/ + :target: https://pypi.org/project/oslo.i18n/ :alt: Downloads The oslo.i18n library contain utilities for working with @@ -27,3 +27,4 @@ * Documentation: https://docs.openstack.org/oslo.i18n/latest * Source: https://git.openstack.org/cgit/openstack/oslo.i18n * Bugs: https://bugs.launchpad.net/oslo.i18n +* Release notes: https://docs.openstack.org/releasenotes/oslo.i18n/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/RELEASENOTES.rst new/oslo.i18n-3.21.0/RELEASENOTES.rst --- old/oslo.i18n-3.19.0/RELEASENOTES.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/oslo.i18n-3.21.0/RELEASENOTES.rst 2018-07-20 03:10:16.000000000 +0200 @@ -0,0 +1,3 @@ +========= +oslo.i18n +========= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/doc/source/user/usage.rst new/oslo.i18n-3.21.0/doc/source/user/usage.rst --- old/oslo.i18n-3.19.0/doc/source/user/usage.rst 2017-12-04 11:30:41.000000000 +0100 +++ new/oslo.i18n-3.21.0/doc/source/user/usage.rst 2018-07-20 03:06:47.000000000 +0200 @@ -167,7 +167,7 @@ [hacking] import_exceptions = myapp._i18n -.. _hacking: https://pypi.python.org/pypi/hacking +.. _hacking: https://pypi.org/project/hacking .. _lazy-translation: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/lower-constraints.txt new/oslo.i18n-3.21.0/lower-constraints.txt --- old/oslo.i18n-3.19.0/lower-constraints.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/oslo.i18n-3.21.0/lower-constraints.txt 2018-07-20 03:06:47.000000000 +0200 @@ -0,0 +1,52 @@ +alabaster==0.7.10 +appdirs==1.3.0 +Babel==2.3.4 +bandit==1.4.0 +coverage==4.0 +debtcollector==1.2.0 +docutils==0.11 +dulwich==0.15.0 +extras==1.0.0 +fixtures==3.0.0 +flake8==2.5.5 +gitdb==0.6.4 +GitPython==1.0.1 +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 +mox3==0.20.0 +netaddr==0.7.18 +openstackdocstheme==1.18.1 +os-client-config==1.28.0 +oslo.config==5.2.0 +oslotest==3.2.0 +pbr==2.0.0 +pep8==1.5.7 +pyflakes==0.8.1 +Pygments==2.2.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.5 +sphinxcontrib-websupport==1.0.1 +stestr==2.0.0 +stevedore==1.20.0 +testscenarios==0.4 +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.i18n-3.19.0/oslo.i18n.egg-info/PKG-INFO new/oslo.i18n-3.21.0/oslo.i18n.egg-info/PKG-INFO --- old/oslo.i18n-3.19.0/oslo.i18n.egg-info/PKG-INFO 2017-12-04 11:33:13.000000000 +0100 +++ new/oslo.i18n-3.21.0/oslo.i18n.egg-info/PKG-INFO 2018-07-20 03:10:15.000000000 +0200 @@ -1,18 +1,17 @@ Metadata-Version: 1.1 Name: oslo.i18n -Version: 3.19.0 +Version: 3.21.0 Summary: Oslo i18n library Home-page: https://docs.openstack.org/oslo.i18n/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.i18n.svg - :target: http://governance.openstack.org/reference/tags/index.html + .. image:: https://governance.openstack.org/tc/badges/oslo.i18n.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on @@ -21,11 +20,11 @@ ================================================== .. image:: https://img.shields.io/pypi/v/oslo.i18n.svg - :target: https://pypi.python.org/pypi/oslo.i18n/ + :target: https://pypi.org/project/oslo.i18n/ :alt: Latest Version .. image:: https://img.shields.io/pypi/dm/oslo.i18n.svg - :target: https://pypi.python.org/pypi/oslo.i18n/ + :target: https://pypi.org/project/oslo.i18n/ :alt: Downloads The oslo.i18n library contain utilities for working with @@ -36,6 +35,7 @@ * Documentation: https://docs.openstack.org/oslo.i18n/latest * Source: https://git.openstack.org/cgit/openstack/oslo.i18n * Bugs: https://bugs.launchpad.net/oslo.i18n + * Release notes: https://docs.openstack.org/releasenotes/oslo.i18n/ Platform: UNKNOWN diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/oslo.i18n.egg-info/SOURCES.txt new/oslo.i18n-3.21.0/oslo.i18n.egg-info/SOURCES.txt --- old/oslo.i18n-3.19.0/oslo.i18n.egg-info/SOURCES.txt 2017-12-04 11:33:14.000000000 +0100 +++ new/oslo.i18n-3.21.0/oslo.i18n.egg-info/SOURCES.txt 2018-07-20 03:10:16.000000000 +0200 @@ -1,6 +1,7 @@ .coveragerc .mailmap -.testr.conf +.stestr.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 @@ -68,6 +70,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.i18n-3.19.0/oslo.i18n.egg-info/pbr.json new/oslo.i18n-3.21.0/oslo.i18n.egg-info/pbr.json --- old/oslo.i18n-3.19.0/oslo.i18n.egg-info/pbr.json 2017-12-04 11:33:13.000000000 +0100 +++ new/oslo.i18n-3.21.0/oslo.i18n.egg-info/pbr.json 2018-07-20 03:10:15.000000000 +0200 @@ -1 +1 @@ -{"git_version": "79e468e", "is_release": true} \ No newline at end of file +{"git_version": "e690af4", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/oslo_i18n/locale/en_GB/LC_MESSAGES/oslo_i18n.po new/oslo.i18n-3.21.0/oslo_i18n/locale/en_GB/LC_MESSAGES/oslo_i18n.po --- old/oslo.i18n-3.19.0/oslo_i18n/locale/en_GB/LC_MESSAGES/oslo_i18n.po 2017-12-04 11:30:41.000000000 +0100 +++ new/oslo.i18n-3.21.0/oslo_i18n/locale/en_GB/LC_MESSAGES/oslo_i18n.po 2018-07-20 03:06:47.000000000 +0200 @@ -7,18 +7,18 @@ # Andreas Jaeger <[email protected]>, 2016. #zanata msgid "" msgstr "" -"Project-Id-Version: oslo.i18n 3.6.1.dev1\n" +"Project-Id-Version: oslo.i18n VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2016-06-04 05:29+0000\n" +"POT-Creation-Date: 2018-02-05 13:14+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2014-09-02 09:09+0000\n" -"Last-Translator: Andi Chandler <[email protected]>\n" -"Language: en-GB\n" +"PO-Revision-Date: 2016-04-12 06:17+0000\n" +"Last-Translator: Copied by Zanata <[email protected]>\n" +"Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.0\n" -"X-Generator: Zanata 3.7.3\n" +"X-Generator: Zanata 4.3.3\n" "Language-Team: English (United Kingdom)\n" msgid "Message objects do not support addition." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/oslo_i18n/locale/ko_KR/LC_MESSAGES/oslo_i18n.po new/oslo.i18n-3.21.0/oslo_i18n/locale/ko_KR/LC_MESSAGES/oslo_i18n.po --- old/oslo.i18n-3.19.0/oslo_i18n/locale/ko_KR/LC_MESSAGES/oslo_i18n.po 2017-12-04 11:30:41.000000000 +0100 +++ new/oslo.i18n-3.21.0/oslo_i18n/locale/ko_KR/LC_MESSAGES/oslo_i18n.po 2018-07-20 03:06:47.000000000 +0200 @@ -7,18 +7,18 @@ # Andreas Jaeger <[email protected]>, 2016. #zanata msgid "" msgstr "" -"Project-Id-Version: oslo.i18n 3.6.1.dev1\n" +"Project-Id-Version: oslo.i18n VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2016-06-04 05:29+0000\n" +"POT-Creation-Date: 2018-02-05 13:14+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2014-09-24 04:32+0000\n" -"Last-Translator: Sungjin Kang <[email protected]>\n" -"Language: ko-KR\n" +"PO-Revision-Date: 2016-04-12 06:17+0000\n" +"Last-Translator: Copied by Zanata <[email protected]>\n" +"Language: ko_KR\n" "Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: Babel 2.0\n" -"X-Generator: Zanata 3.7.3\n" +"X-Generator: Zanata 4.3.3\n" "Language-Team: Korean (South Korea)\n" msgid "Message objects do not support addition." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/oslo_i18n/locale/pl_PL/LC_MESSAGES/oslo_i18n.po new/oslo.i18n-3.21.0/oslo_i18n/locale/pl_PL/LC_MESSAGES/oslo_i18n.po --- old/oslo.i18n-3.19.0/oslo_i18n/locale/pl_PL/LC_MESSAGES/oslo_i18n.po 2017-12-04 11:30:41.000000000 +0100 +++ new/oslo.i18n-3.21.0/oslo_i18n/locale/pl_PL/LC_MESSAGES/oslo_i18n.po 2018-07-20 03:06:47.000000000 +0200 @@ -7,19 +7,19 @@ # Andreas Jaeger <[email protected]>, 2016. #zanata msgid "" msgstr "" -"Project-Id-Version: oslo.i18n 3.6.1.dev1\n" +"Project-Id-Version: oslo.i18n VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2016-06-04 05:29+0000\n" +"POT-Creation-Date: 2018-02-05 13:14+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2014-08-21 11:28+0000\n" -"Last-Translator: Łukasz Jernaś <[email protected]>\n" -"Language: pl-PL\n" +"PO-Revision-Date: 2016-04-12 06:17+0000\n" +"Last-Translator: Copied by Zanata <[email protected]>\n" +"Language: pl_PL\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" "Generated-By: Babel 2.0\n" -"X-Generator: Zanata 3.7.3\n" +"X-Generator: Zanata 4.3.3\n" "Language-Team: Polish (Poland)\n" msgid "Message objects do not support addition." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/oslo_i18n/locale/zh_CN/LC_MESSAGES/oslo_i18n.po new/oslo.i18n-3.21.0/oslo_i18n/locale/zh_CN/LC_MESSAGES/oslo_i18n.po --- old/oslo.i18n-3.19.0/oslo_i18n/locale/zh_CN/LC_MESSAGES/oslo_i18n.po 2017-12-04 11:30:41.000000000 +0100 +++ new/oslo.i18n-3.21.0/oslo_i18n/locale/zh_CN/LC_MESSAGES/oslo_i18n.po 2018-07-20 03:06:47.000000000 +0200 @@ -7,18 +7,18 @@ # Andreas Jaeger <[email protected]>, 2016. #zanata msgid "" msgstr "" -"Project-Id-Version: oslo.i18n 3.6.1.dev1\n" +"Project-Id-Version: oslo.i18n VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2016-06-04 05:29+0000\n" +"POT-Creation-Date: 2018-02-05 13:14+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2014-11-20 12:40+0000\n" -"Last-Translator: Xiao Xi LIU <[email protected]>\n" -"Language: zh-CN\n" +"PO-Revision-Date: 2016-04-12 06:17+0000\n" +"Last-Translator: Copied by Zanata <[email protected]>\n" +"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" "Generated-By: Babel 2.0\n" -"X-Generator: Zanata 3.7.3\n" +"X-Generator: Zanata 4.3.3\n" "Language-Team: Chinese (China)\n" msgid "Message objects do not support addition." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/oslo_i18n/tests/test_gettextutils.py new/oslo.i18n-3.21.0/oslo_i18n/tests/test_gettextutils.py --- old/oslo.i18n-3.19.0/oslo_i18n/tests/test_gettextutils.py 2017-12-04 11:30:41.000000000 +0100 +++ new/oslo.i18n-3.21.0/oslo_i18n/tests/test_gettextutils.py 2018-07-20 03:06:47.000000000 +0200 @@ -86,10 +86,12 @@ # test that here too return ['zh', 'es', 'nl', 'fr', 'zh_Hant', 'zh_Hant_HK', 'fil'] - self.stubs.Set(localedata, - 'list' if hasattr(localedata, 'list') - else 'locale_identifiers', - _mock_locale_identifiers) + mock_patcher = mock.patch.object(localedata, + 'list' if hasattr(localedata, 'list') + else 'locale_identifiers', + _mock_locale_identifiers) + mock_patcher.start() + self.addCleanup(mock_patcher.stop) # Only the languages available for a specific translation domain def _mock_gettext_find(domain, localedir=None, languages=None, all=0): @@ -101,7 +103,9 @@ return 'translation-file' if any(x in ['fr', 'zh_Hant'] for x in languages) else None return None - self.stubs.Set(gettext, 'find', _mock_gettext_find) + mock_patcher = mock.patch.object(gettext, 'find', _mock_gettext_find) + mock_patcher.start() + self.addCleanup(mock_patcher.stop) # Ensure that no domains are cached _gettextutils._AVAILABLE_LANGUAGES = {} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/oslo_i18n/tests/utils.py new/oslo.i18n-3.21.0/oslo_i18n/tests/utils.py --- old/oslo.i18n-3.19.0/oslo_i18n/tests/utils.py 2017-12-04 11:30:41.000000000 +0100 +++ new/oslo.i18n-3.21.0/oslo_i18n/tests/utils.py 2018-07-20 03:06:47.000000000 +0200 @@ -36,7 +36,7 @@ return str(self.value) else: def __unicode__(self): - return unicode(self.value) + return six.text_type(self.value) def __deepcopy__(self, memo): raise TypeError('Deep Copy not supported') diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/releasenotes/notes/reno.cache new/oslo.i18n-3.21.0/releasenotes/notes/reno.cache --- old/oslo.i18n-3.19.0/releasenotes/notes/reno.cache 1970-01-01 01:00:00.000000000 +0100 +++ new/oslo.i18n-3.21.0/releasenotes/notes/reno.cache 2018-07-20 03:10:16.000000000 +0200 @@ -0,0 +1,3 @@ +--- +file-contents: {} +notes: [] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/releasenotes/source/index.rst new/oslo.i18n-3.21.0/releasenotes/source/index.rst --- old/oslo.i18n-3.19.0/releasenotes/source/index.rst 2017-12-04 11:30:41.000000000 +0100 +++ new/oslo.i18n-3.21.0/releasenotes/source/index.rst 2018-07-20 03:06:47.000000000 +0200 @@ -6,5 +6,6 @@ :maxdepth: 1 unreleased + queens pike ocata diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po new/oslo.i18n-3.21.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po --- old/oslo.i18n-3.19.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po 2017-12-04 11:30:41.000000000 +0100 +++ new/oslo.i18n-3.21.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po 2018-07-20 03:06:47.000000000 +0200 @@ -1,17 +1,18 @@ # Andi Chandler <[email protected]>, 2017. #zanata +# Andi Chandler <[email protected]>, 2018. #zanata msgid "" msgstr "" -"Project-Id-Version: oslo.i18n Release Notes 3.18.1.dev1\n" +"Project-Id-Version: oslo.i18n Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-20 20:47+0000\n" +"POT-Creation-Date: 2018-02-05 13:14+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-05 03:55+0000\n" +"PO-Revision-Date: 2018-01-26 07:19+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 "3.11.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.i18n-3.19.0/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po new/oslo.i18n-3.21.0/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po --- old/oslo.i18n-3.19.0/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po 2017-12-04 11:30:41.000000000 +0100 +++ new/oslo.i18n-3.21.0/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po 2018-07-20 03:06:47.000000000 +0200 @@ -1,17 +1,17 @@ # minwook-shin <[email protected]>, 2017. #zanata msgid "" msgstr "" -"Project-Id-Version: oslo.i18n Release Notes 3.17.1.dev2\n" +"Project-Id-Version: oslo.i18n Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-29 12:23+0000\n" +"POT-Creation-Date: 2018-02-05 13:14+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "PO-Revision-Date: 2017-08-04 07:11+0000\n" "Last-Translator: minwook-shin <[email protected]>\n" "Language-Team: Korean (South Korea)\n" -"Language: ko-KR\n" -"X-Generator: Zanata 3.9.6\n" +"Language: ko_KR\n" +"X-Generator: Zanata 4.3.3\n" "Plural-Forms: nplurals=1; plural=0\n" msgid "3.11.0" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/releasenotes/source/queens.rst new/oslo.i18n-3.21.0/releasenotes/source/queens.rst --- old/oslo.i18n-3.19.0/releasenotes/source/queens.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/oslo.i18n-3.21.0/releasenotes/source/queens.rst 2018-07-20 03:06:47.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.i18n-3.19.0/test-requirements.txt new/oslo.i18n-3.21.0/test-requirements.txt --- old/oslo.i18n-3.19.0/test-requirements.txt 2017-12-04 11:30:41.000000000 +0100 +++ new/oslo.i18n-3.21.0/test-requirements.txt 2018-07-20 03:06:47.000000000 +0200 @@ -2,16 +2,20 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +stestr>=2.0.0 # Apache-2.0 -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 +sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 mock>=2.0.0 # BSD -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 testscenarios>=0.4 # Apache-2.0/BSD # for pre-release tests -oslo.config>=5.1.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0 + +# Bandit security code scanner +bandit>=1.1.0 # Apache-2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.i18n-3.19.0/tox.ini new/oslo.i18n-3.21.0/tox.ini --- old/oslo.i18n-3.19.0/tox.ini 2017-12-04 11:30:41.000000000 +0100 +++ new/oslo.i18n-3.21.0/tox.ini 2018-07-20 03:06:47.000000000 +0200 @@ -8,18 +8,30 @@ -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt -commands = python setup.py testr --slowest --testr-args='{posargs}' +commands = stestr run --slowest {posargs} + +[testenv:py27] +basepython = python2.7 [testenv:pep8] -commands = flake8 +basepython = python3 +deps = + -r{toxinidir}/test-requirements.txt +commands = + flake8 + # Run security linter + bandit -r oslo_i18n -x tests -n5 [testenv:venv] +basepython = python3 commands = {posargs} [testenv:docs] +basepython = python3 commands = python setup.py build_sphinx [testenv:cover] +basepython = python3 commands = python setup.py test --coverage --coverage-package-name=oslo_i18n --testr-args='{posargs}' [flake8] @@ -37,13 +49,13 @@ import_exceptions = oslo_i18n._i18n._ -[testenv:pip-missing-reqs] -# do not install test-requirements as that will pollute the virtualenv for -# determining missing packages -# this also means that pip-missing-reqs must be installed separately, outside -# of the requirements.txt files -deps = pip_missing_reqs -commands = pip-missing-reqs -d --ignore-module=oslo_i18n* --ignore-file=oslo_i18n/tests/* --ignore-file=tests/ oslo_i18n - [testenv:releasenotes] +basepython = python3 commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html + +[testenv:lower-constraints] +basepython = python3 +deps = + -c{toxinidir}/lower-constraints.txt + -r{toxinidir}/test-requirements.txt + -r{toxinidir}/requirements.txt
