python-monascaclient 1.12.0 (rocky)
We are psyched to announce the release of: python-monascaclient 1.12.0: Monasca API Client Library This release is part of the rocky release series. Download the package from: https://pypi.org/project/python-monascaclient For more details, please see below. Changes in python-monascaclient 1.11.0..1.12.0 ---------------------------------------------- be83eae Fix rst errors in README a8b6bb0 Remove unused TimingSession class 1b4d88a Remove testrepository and .testr.conf f0be78d Remove the duplicated word d454197 fix tox python3 overrides bf36aa8 replace unicode with six.text_type ff3520b Switch to using stestr 2f40c75 Redistribute README to doc/source 31a756b Trivial: Update pypi url to new url 07095f4 Update links in README Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .stestr.conf | 3 + .testr.conf | 9 - README.rst | 635 +++------------------------------------ lower-constraints.txt | 1 - monascaclient/client.py | 8 +- monascaclient/common/utils.py | 3 +- requirements.txt | 2 +- test-requirements.txt | 5 +- tox.ini | 24 +- 14 files changed, 620 insertions(+), 705 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index dfd8bb5..2709321 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +13 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -PrettyTable<0.8,>=0.7.1 # BSD +PrettyTable<0.8,>=0.7.2 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 6b4e18a..66d4078 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,2 +10 @@ oslotest>=3.2.0 # Apache-2.0 -os-testr>=1.0.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=1.0.0 @@ -17 +16 @@ doc8>=0.6.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
participants (1)
-
no-reply@openstack.org