[openstack-announce] [release][telemetry] ceilometermiddleware 0.4.0 release (mitaka)
no-reply at openstack.org
no-reply at openstack.org
Thu Mar 3 15:50:17 UTC 2016
We are happy to announce the release of:
ceilometermiddleware 0.4.0: OpenStack Telemetry middleware for
generating metrics
This release is part of the mitaka release series.
With source available at:
http://git.openstack.org/cgit/openstack/ceilometermiddleware
With package available at:
https://pypi.python.org/pypi/ceilometermiddleware
Please report issues through launchpad:
http://bugs.launchpad.net/ceilometermiddleware
For more details, please see below.
Changes in ceilometermiddleware 0.3.0..0.4.0
--------------------------------------------
db6dccb Updated from global requirements
a5332bc Updated from global requirements
337b5d6 Updated from global requirements
d717d9f Updated from global requirements
4404693 Updated from global requirements
c76295f Updated from global requirements
504a04a Use assertTrue/False instead of assertEqual(T/F)
ebb9839 Updated from global requirements
a5b08d1 Removes MANIFEST.in as it is not needed explicitely by PBR
ddeb007 Remove py26 support from ceilometermiddleware
e9462d1 Updated from global requirements
bcde130 Updated from global requirements
bac3d87 Updated from global requirements
72cab11 Updated from global requirements
4607f5f swift: upgrade messaging to v2
8c87b88 Updated from global requirements
e131222 Updated from global requirements
7c94bdd Fix the mistakes in .gitignore file
cd8cb6a Change ignore-errors to ignore_errors
Diffstat (except docs and test files)
-------------------------------------
.coveragerc | 2 +-
.gitignore | 2 +-
MANIFEST.in | 6 ------
ceilometermiddleware/swift.py | 4 ++--
requirements.txt | 14 +++++++-------
setup.cfg | 1 -
setup.py | 2 +-
test-requirements.txt | 16 ++++++++--------
tox.ini | 2 +-
10 files changed, 22 insertions(+), 29 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index b81946c..4159aee 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-oslo.config>=2.3.0 # Apache-2.0
+oslo.config>=3.7.0 # Apache-2.0
@@ -7,6 +7,6 @@ oslo.context>=0.2.0 # Apache-2.0
-oslo.messaging!=1.17.0,!=1.17.1,>=1.16.0 # Apache-2.0
-oslo.utils>=2.0.0 # Apache-2.0
-pbr<2.0,>=1.6
-pycadf>=1.1.0
-six>=1.9.0
-Babel>=1.3
+oslo.messaging>=4.0.0 # Apache-2.0
+oslo.utils>=3.5.0 # Apache-2.0
+pbr>=1.6 # Apache-2.0
+pycadf!=2.0.0,>=1.1.0 # Apache-2.0
+six>=1.9.0 # MIT
+Babel>=1.3 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 0c885d3..8bd244e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,5 +7,5 @@ hacking<0.11,>=0.10.0
-coverage>=3.6
-discover
-python-subunit>=0.0.18
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-oslosphinx>=2.5.0 # Apache-2.0
+coverage>=3.6 # Apache-2.0
+discover # BSD
+python-subunit>=0.0.18 # Apache-2.0/BSD
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
@@ -13,3 +13,3 @@ oslotest>=1.10.0 # Apache-2.0
-testrepository>=0.0.18
-testscenarios>=0.4
-testtools>=1.4.0
+testrepository>=0.0.18 # Apache-2.0/BSD
+testscenarios>=0.4 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
More information about the OpenStack-announce
mailing list