[openstack-announce] [new][monasca] monasca-statsd 1.2.1 release (newton)

no-reply at openstack.org no-reply at openstack.org
Wed Nov 9 13:29:28 UTC 2016


We are tickled pink to announce the release of:

monasca-statsd 1.2.1: UNKNOWN

This release is part of the newton stable release series.

Download the package from:

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

For more details, please see below.

Changes in monasca-statsd 1.2.0..1.2.1
--------------------------------------

630b83f Clean up the licensing
1927faf Updated from global requirements
4afff0e Sync tools/tox_install.sh
b8711b8 Use constraints everywhere
ff6752e Fixing copyright
6ae4a48 Remove reference to removed metric types
50bd7dc Updated from global requirements


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

LICENSE                     | 178 ++++++++++++++++++++++++++++++++++++++++++++
README.md                   |  16 +---
monascastatsd/__init__.py   |   2 -
monascastatsd/client.py     |  49 ++++++------
monascastatsd/connection.py |  27 ++++++-
monascastatsd/counter.py    |  27 ++++++-
monascastatsd/gauge.py      |  27 ++++++-
monascastatsd/histogram.py  |  39 ----------
monascastatsd/metricbase.py |  27 ++++++-
monascastatsd/set.py        |  36 ---------
monascastatsd/timer.py      |  29 +++++++-
requirements.txt            |   3 +
setup.py                    |  41 +++++++++-
test-requirements.txt       |   7 +-
tools/tox_install.sh        |  66 ++++++++--------
tox.ini                     |   6 +-
18 files changed, 495 insertions(+), 193 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 8b13789..2683dd4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -0,0 +1,3 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
diff --git a/test-requirements.txt b/test-requirements.txt
index c0de34d..d170128 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1 +1,6 @@
-hacking>=0.9.2,<0.10
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+hacking<0.12,>=0.11.0 # Apache-2.0
+nose # LGPL
+nosexcover # BSD





More information about the OpenStack-announce mailing list