[openstack-announce] [new][monasca] monasca-persister 1.1.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Fri Sep 23 15:01:57 UTC 2016


We are satisfied to announce the release of:

monasca-persister 1.1.0: UNKNOWN

This release is part of the newton release series.

For more details, please see below.

Changes in monasca-persister 1.0.0..1.1.0
-----------------------------------------

96fbd64 Updated from global requirements
b618c58 Use constraints everywhere
a9b647d Sync tools/tox_install.sh
0529f0c Check value meta length before writing to Vertica
613bab7 Revival of Cassandra repository
b72a117 Fix setup.cfg console_scripts
57e10bb Fixes H201: no 'except:' at least use 'except Exception:'
9d35b7f Remove influxdb from requirements.txt
43194f0 Removed H302, H305 and H307


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

.../repository/vertica/VerticaMetricRepo.java      |  10 +-
monasca_persister/persister.conf                   |   8 ++
monasca_persister/persister.py                     |   2 +-
.../repositories/cassandra/__init__.py             |  22 ++++
.../repositories/cassandra/abstract_repository.py  |  37 +++++++
.../cassandra/alarm_state_history_repository.py    |  71 +++++++++++++
.../repositories/cassandra/metrics_repository.py   | 115 +++++++++++++++++++++
monasca_persister/repositories/persister.py        |   2 +-
requirements.txt                                   |  14 ++-
setup.cfg                                          |   2 +-
setup.py                                           |  15 ++-
test-requirements.txt                              |   9 +-
tools/tox_install.sh                               |  66 ++++++------
tox.ini                                            |   8 +-
14 files changed, 325 insertions(+), 56 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 68a7e5a..a0174db 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,5 @@
-oslo.config
-oslo.log
+# 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.
+oslo.config>=3.14.0 # Apache-2.0
+oslo.log>=1.14.0 # Apache-2.0
@@ -4,3 +7,4 @@ oslo.log
-six>=1.9.0
-influxdb==2.8.0
-monasca-common
+six>=1.9.0 # MIT
+#influxdb==2.8.0
+#cassandra-driver>=2.1.4,!=3.6.0 # Apache-2.0
+monasca-common>=1.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index fc30489..964466a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,3 +1,6 @@
-hacking>=0.9.2,<0.10
-nose
-mock>=1.0.1
\ No newline at end of file
+# 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
+mock>=2.0 # BSD





More information about the OpenStack-announce mailing list