[release-announce] monasca_transform 0.18.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 25 09:26:58 UTC 2019


We are psyched to announce the release of:

monasca_transform 0.18.0: Data Aggregation and Transformation
component for Monasca

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/monasca_transform

Download the package from:

    https://tarballs.openstack.org/monasca-transform/

For more details, please see below.

Changes in monasca_transform 0.17.1..0.18.0
-------------------------------------------

0184fd2 Add Python 3 Train unit tests
9ae88c7 do not set INFLUXDB_VERSION
040211b Update hacking version to latest
71ad20a Update sphinx version in test-requirement.txt
ef6f94d Replace git.openstack.org URLs with opendev.org URLs
901ae46 OpenDev Migration Patch
d77da2b Dropping the py35 testing
963f774 Fix Swift Rate Calculation


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |  2 +-
.zuul.yaml                                         |  4 +--
devstack/README.md                                 |  2 +-
devstack/plugin.sh                                 |  2 +-
devstack/settings                                  |  1 -
lower-constraints.txt                              |  3 +-
.../pre_transform_specs/pre_transform_specs.json   | 16 +++++------
.../transform_specs/transform_specs.json           |  2 +-
monasca_transform/processor/processor_util.py      |  4 +--
.../transform/grouping/group_sort_by_timestamp.py  | 14 ++++++++--
monasca_transform/transform/transform_utils.py     | 10 +++----
setup.cfg                                          |  3 ++
test-requirements.txt                              |  6 ++--
.../pre_transform_specs/pre_transform_specs.json   | 32 +++++++++++-----------
.../data_driven_specs/test_data_driven_specs.py    | 16 +++++------
.../transform_specs/transform_specs.json           | 10 +++----
...park_test.py => test_first_attempt_at_spark.py} |  0
tools/vagrant/local.conf                           |  2 +-
tools/vagrant/provision-devstack.sh                |  2 +-
tools/vagrant/provision-pg-tips.sh                 |  2 +-
tox.ini                                            | 14 +++++++---
21 files changed, 82 insertions(+), 65 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 6d2b3fb..d5c342a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0
@@ -9,0 +10 @@ fixtures>=3.0.0 # Apache-2.0/BSD
+pycodestyle==2.5.0 # MIT License
@@ -12 +13,2 @@ stestr>=2.0.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD






More information about the Release-announce mailing list