We joyfully announce the release of: monasca-common 2.11.0: Monasca common python modules This release is part of the rocky stable release series. The source is available from: https://git.openstack.org/cgit/openstack/monasca-common Download the package from: https://tarballs.openstack.org/monasca-common/ Please report issues through launchpad: https://storyboard.openstack.org/#!/project/865 For more details, please see below. Changes in monasca-common 2.10.0..2.11.0 ---------------------------------------- 478ea19 Update README b18cde2 Add check for rst syntax 7903657 Switch to using stestr 31f9209 Minor language changes and added license headers 2ce968d Add base Dockerfile and supporting scripts 6c91ded Convert README.md to ReStructuredTest format 38e3b64 Python3.5: Make KafkaProducer compatible with Py35 Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .stestr.conf | 4 + README.md | 52 ------------- README.rst | 113 +++++++++++++++++++++++++++++ lower-constraints.txt | 1 + monasca_common/kafka/producer.py | 5 +- test-requirements.txt | 3 +- tox.ini | 5 +- 22 files changed, 798 insertions(+), 60 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 2f12d63..83923d8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14 +14 @@ oslotest>=3.2.0 # Apache-2.0 -os-testr>=1.0.0 # Apache-2.0 +stestr>=1.0.0 # Apache-2.0 @@ -18,0 +19 @@ testtools>=2.2.0 # MIT +docutils>=0.11
participants (1)
-
no-reply@openstack.org