[release-announce] monasca-common 3.2.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 22 19:47:51 UTC 2020


We contentedly announce the release of:

monasca-common 3.2.0: Monasca common python modules

This release is part of the victoria release series.

The source is available from:

    https://opendev.org/openstack/monasca-common

Download the package from:

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

Please report issues through:

    https://bugs.launchpad.net/monasca/+bugs

For more details, please see below.

Changes in monasca-common 3.1.0..3.2.0
--------------------------------------

3a7030d drop mock from lower-constraints
a1593cd Stop to use the __future__ module.
5390345 Bump sublibraries
de460c8 Add CONTRIBUTING.rst
712d27b Update the outdated link
93345c6 Remove .testr.conf
850710c Fix hacking min version to 3.0.1
5b8da98 Switch to Victoria tests
1c20a58 Bump librdkafka to 1.4.0
2ebc766 Update hacking for Python3
f38a954 Use unittest.mock instead of third party mock
070bd04 Cleanup py27 support


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

.testr.conf                                           |  9 ---------
.zuul.yaml                                            |  2 +-
CONTRIBUTING.rst                                      | 19 +++++++++++++++++++
README.rst                                            |  2 +-
lower-constraints.txt                                 |  6 ------
monasca_common/kafka_lib/client.py                    |  2 +-
monasca_common/kafka_lib/consumer/base.py             |  2 --
monasca_common/kafka_lib/consumer/kafka.py            |  2 --
monasca_common/kafka_lib/consumer/multiprocess.py     |  2 --
monasca_common/kafka_lib/consumer/simple.py           |  2 --
monasca_common/kafka_lib/producer/base.py             |  4 +---
monasca_common/kafka_lib/producer/keyed.py            |  2 --
monasca_common/kafka_lib/producer/simple.py           |  2 --
monasca_common/rest/utils.py                          |  2 +-
monasca_common/validation/metrics.py                  |  2 +-
setup.cfg                                             | 12 ++++--------
setup.py                                              |  9 ---------
test-requirements.txt                                 |  3 +--
tox.ini                                               |  4 +++-
27 files changed, 48 insertions(+), 70 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index a74545d..435462a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,0 +5 @@
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -6 +6,0 @@ bandit!=1.6.0,>=1.1.0 # Apache-2.0
-hacking>=1.1.0,<1.2.0 # Apache-2.0
@@ -11 +10,0 @@ httplib2>=0.9.1 # MIT
-mock>=2.0.0 # BSD






More information about the Release-announce mailing list