[release-announce] [monasca] python-monascaclient 1.5.0 (ocata)
no-reply at openstack.org
no-reply at openstack.org
Thu Jan 26 22:27:30 UTC 2017
We enthusiastically announce the release of:
python-monascaclient 1.5.0: Monasca API Client Library
This release is part of the ocata stable release series.
Download the package from:
https://pypi.python.org/pypi/python-monascaclient
For more details, please see below.
Changes in python-monascaclient 1.4.0..1.5.0
--------------------------------------------
3848b48 Typo fix: recieve => receive
4dafb28 Remove support for py33
95cfb84 Updated from global requirements
6105ddd Don't send X-Auth- headers in requests
d50f05a Use requests-mock instead of custom fakes
7664f93 H803 hacking have been deprecated
38abce6 Use the new copy of tox_install.sh for global constraints support
57be21c Add __ne__ built-in function
16aa6a6 Show team and repo badges on README
9d622b8 Add CONTRIBUTING.rst
bad6819 Use correct ENV variables for scoping
Diffstat (except docs and test files)
-------------------------------------
CONTRIBUTING.rst | 17 +++
README.rst | 13 +-
monascaclient/apiclient/base.py | 3 +
monascaclient/common/http.py | 19 +--
monascaclient/common/monasca_manager.py | 7 +-
monascaclient/ksclient.py | 16 ++-
monascaclient/shell.py | 51 ++++---
monascaclient/v2_0/alarm_definitions.py | 22 +--
monascaclient/v2_0/alarms.py | 28 +---
monascaclient/v2_0/metrics.py | 7 +-
monascaclient/v2_0/notifications.py | 26 +---
setup.cfg | 2 +-
test-requirements.txt | 3 +-
tools/tox_install.sh | 51 ++-----
tox.ini | 7 +-
17 files changed, 236 insertions(+), 312 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index ee09c23..5f83eea 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8,2 @@ mock>=2.0 # BSD
-mox3>=0.7.0 # Apache-2.0
+mox3!=0.19.0,>=0.7.0 # Apache-2.0
+requests-mock>=1.1 # Apache-2.0
More information about the Release-announce
mailing list