[release-announce] [monasca] monasca-statsd 1.5.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Wed Jan 18 14:21:43 UTC 2017


We are glad to announce the release of:

monasca-statsd 1.5.0: Monasca statsd Python client

This release is part of the ocata release series.

Download the package from:

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

For more details, please see below.

Changes in monasca-statsd 1.4.0..1.5.0
--------------------------------------

9e847fc Updated from global requirements
05022e1 Extend tox for monasca-statsd
f3c6098 Clean up client.py
a840291 Clean up connection.py
13c7e08 Clean up counter.py
9a3d00f Extract common update functions
ddec0e9 Updated from global requirements
2a3e4d3 Switch to hacking 0.12.x
d123c80 Make monasca-statsd PEP8 compatible


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

.coveragerc                 |   7 +
.gitignore                  |   4 +
.testr.conf                 |   9 ++
monascastatsd/__init__.py   |  42 +++++-
monascastatsd/client.py     |  56 ++++----
monascastatsd/common.py     |  25 ++++
monascastatsd/connection.py |  54 +++++---
monascastatsd/counter.py    |  11 +-
monascastatsd/metricbase.py |  19 +--
setup.cfg                   |   6 +
setup.py                    |  27 +---
test-requirements.txt       |  12 +-
tox.ini                     |  67 ++++++++--
19 files changed, 549 insertions(+), 590 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 82a2134..02850f2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,3 +4,3 @@
-hacking<0.12,>=0.11.0 # Apache-2.0
-nose # LGPL
-nosexcover # BSD
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+bandit>=1.1.0 # Apache-2.0
+coverage>=4.0 # Apache-2.0
@@ -7,0 +8,6 @@ mock>=2.0 # BSD
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+oslosphinx>=4.7.0 # Apache-2.0
+oslotest>=1.10.0 # Apache-2.0
+os-testr>=0.8.0 # Apache-2.0
+testrepository>=0.0.18 # Apache-2.0/BSD
+openstackdocstheme>=1.5.0 # Apache-2.0





More information about the Release-announce mailing list