Mailing List Archive

[new][monasca] monasca-statsd 1.3.0 release (ocata)
We are enthusiastic to announce the release of:

monasca-statsd 1.3.0: UNKNOWN

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.1.0..1.3.0
--------------------------------------

fb2ceec Clean up the licensing
f3f0f7e Clean imports in code
614a6b5 Allow easy configuration of host/port settings
1cfdac6 Delete python bytecode file
b358152 Use constraints everywhere
b4b15c9 Sync tools/tox_install.sh
0b7c745 Updated from global requirements
97a82ab Fixing copyright
c4bbfa6 Remove reference to removed metric types
298ce0c Removed H302
ec127dc Updated from global requirements
f05dd51 Remove python-statsd from requirements.txt
2373ae1 Removing statsd-generator


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

LICENSE | 178 ++++++++++++++++++++++++++++++++++++++++
README.md | 16 +---
monascastatsd/__init__.py | 2 -
monascastatsd/client.py | 59 +++++++------
monascastatsd/connection.py | 27 +++++-
monascastatsd/counter.py | 31 ++++++-
monascastatsd/gauge.py | 31 ++++++-
monascastatsd/histogram.py | 39 ---------
monascastatsd/metricbase.py | 27 +++++-
monascastatsd/set.py | 36 --------
monascastatsd/timer.py | 33 +++++++-
requirements.txt | 6 +-
setup.cfg | 1 -
setup.py | 41 ++++++++-
statsd-generator/README.md | 20 -----
statsd-generator/__init__.py | 0
statsd-generator/generator.conf | 5 --
statsd-generator/generator.py | 116 --------------------------
test-requirements.txt | 8 +-
tools/tox_install.sh | 66 +++++++--------
tox.ini | 9 +-
23 files changed, 526 insertions(+), 349 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 7cbcac0..2683dd4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,4 @@
-ConfigParser
-python-statsd
+# 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..82a2134 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1 +1,7 @@
-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
+mock>=2.0 # BSD



_______________________________________________
OpenStack-announce mailing list
OpenStack-announce@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-announce