We exuberantly announce the release of: panko 8.0.0: Event storage publisher and API for Ceilometer This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/panko Download the package from: https://tarballs.openstack.org/panko/ Please report issues through: https://bugs.launchpad.net/panko/+bugs For more details, please see below. Changes in panko 7.0.0..8.0.0 ----------------------------- 5ee7cbcd Add irrelevant-files for tempest jobs 36668ecf Use unittest.mock instead of third party mock 679e3958 Cleanup doc support e73f13e3 Cleanup py27 support e66d3e75 Update hacking for Python3 a725f644 Set Tempest's service_availability setting for panko f7f87fc9 Imported Translations from Zanata b787e1dc [ussuri][goal] Drop python 2.7 support and testing e9e8be6c Fix error config registration of elasticsearch 59245276 Update master for stable/train Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 26 +++++++++++++----- devstack/plugin.sh | 12 +++++++++ panko/api/middleware.py | 2 +- panko/hacking/checks.py | 9 +++---- panko/opts.py | 9 +------ panko/storage/__init__.py | 7 +++++ panko/storage/hbase/inmemory.py | 2 +- panko/storage/hbase/utils.py | 2 +- panko/storage/sqlalchemy/alembic/env.py | 1 + .../functional/storage/test_storage_scenarios.py | 2 +- .../notes/drop-py-2-7-21cdb68d76ab2f6b.yaml | 6 +++++ releasenotes/source/conf.py | 4 --- releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 23 ++++++++++++++-- releasenotes/source/train.rst | 6 +++++ requirements.txt | 1 - setup.cfg | 18 +++---------- setup.py | 9 ------- test-requirements.txt | 2 -- tox.ini | 31 +++++++++++----------- 32 files changed, 139 insertions(+), 114 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ea5f1c4e..3fdf02c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32 +31,0 @@ python-dateutil>=2.4.2 # BSD -happybase!=0.7,!=1.0.0;python_version=='2.7' # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 906dc045..5dcfd3e1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,2 +7,0 @@ fixtures<2.0,>=1.3.1 # Apache-2.0/BSD -happybase!=0.7,>=0.5,<1.0.0;python_version=='2.7' # MIT -mock>=1.2 # BSD
participants (1)
-
no-reply@openstack.org