We are glad to announce the release of: monasca_transform 1.0.0: Data Aggregation and Transformation component for Monasca This release is part of the ussuri 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.18.0..1.0.0 ------------------------------------------ cffdf51 Cleanup py27 support 7995794 [ussuri][goal] Drop python 2.7 support and testing 6d76487 Switch to Ussuri jobs 41d9f15 Update the constraints url 6394330 Blacklist sphinx 2.1.0 (autodoc bug) Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + .zuul.yaml | 14 +------------- releasenotes/notes/drop-py-2-7-297320bc1d9f0280.yaml | 6 ++++++ setup.cfg | 14 ++++---------- setup.py | 9 --------- test-requirements.txt | 4 +--- tox.ini | 11 ++++------- 8 files changed, 18 insertions(+), 43 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index d5c342a..847d337 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,3 +13 @@ stestr>=2.0.0 # Apache-2.0 -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 -#oslosphinx>=4.7.0 # Apache-2.0 +sphinx!=1.6.6,!=1.6.7,>=1.6.2,!=2.1.0 # BSD