We are pleased to announce the release of: oslo.i18n 3.20.0: Oslo i18n library This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.i18n Download the package from: https://pypi.python.org/pypi/oslo.i18n Please report issues through launchpad: https://bugs.launchpad.net/oslo.i18n For more details, please see below. Changes in oslo.i18n 3.19.0..3.20.0 ----------------------------------- c86f6ee Imported Translations from Zanata f7484bd Update links in README f170f97 Imported Translations from Zanata 8c0e7b3 Update reno for stable/queens 5fa18dc Updated from global requirements 3881d9d Updated from global requirements 6284eba Updated from global requirements 7a84979 add bandit to pep8 job Diffstat (except docs and test files) ------------------------------------- README.rst | 4 ++-- oslo_i18n/locale/en_GB/LC_MESSAGES/oslo_i18n.po | 12 ++++++------ oslo_i18n/locale/ko_KR/LC_MESSAGES/oslo_i18n.po | 12 ++++++------ oslo_i18n/locale/pl_PL/LC_MESSAGES/oslo_i18n.po | 12 ++++++------ oslo_i18n/locale/zh_CN/LC_MESSAGES/oslo_i18n.po | 12 ++++++------ releasenotes/source/index.rst | 1 + .../source/locale/en_GB/LC_MESSAGES/releasenotes.po | 14 +++++++++----- .../source/locale/ko_KR/LC_MESSAGES/releasenotes.po | 8 ++++---- releasenotes/source/queens.rst | 6 ++++++ test-requirements.txt | 9 ++++++--- tox.ini | 7 ++++++- 11 files changed, 58 insertions(+), 39 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 63862e2..f9cfa91 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,2 +6,2 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 +sphinx!=1.6.6,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 @@ -10 +10 @@ mock>=2.0.0 # BSD -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 @@ -17,0 +18,3 @@ reno>=2.5.0 # Apache-2.0 + +# Bandit security code scanner +bandit>=1.1.0 # Apache-2.0