Changelog for
python3-monascaclient-2.8.0-lp160.2.1.noarch.rpm :
* Sun Mar 24 2024 cloud-develAATTsuse.de- update to version 2.8.0 - Drop lower-constraints.txt and its testing - Update master for stable/yoga - Add Python3 zed unit tests
* Tue May 24 2022 cloud-develAATTsuse.de- update to version 2.5.0 - Add Python3 yoga unit tests - Update master for stable/xena
* Mon Dec 06 2021 cloud-develAATTsuse.de- update to version 2.4.0 - Fix Docker build - Add Python3 xena unit tests - Update master for stable/wallaby - Fix zuul publish docker image job
* Sun May 02 2021 cloud-develAATTsuse.de- update to version 2.3.0 - Update doc8 version - Update master for stable/victoria - Remove six - Add doc/requirements - Uncap PrettyTable - Add Python3 wallaby unit tests - Fix zuul publish docker image job
* Fri Oct 09 2020 cloud-develAATTsuse.de- update to version 2.2.1 - Stop to use the __future__ module. - Update CONTRIBUTING.rst - Add py38 package metadata - Bump default tox env from py37 to py38 - Add releasenotes link to README - Switch to newer openstackdocstheme and reno versions - Add Python3 victoria unit tests - Update master for stable/ussuri - Fix mock import statements - Fix hacking min version to 3.0.1 - Use unittest.mock instead of third party mock
* Tue May 12 2020 cloud-develAATTsuse.de- update to version 2.1.0 - Cleanup py27 support - Update master for stable/train - Update hacking for Python3 - [ussuri][goal] Drop python 2.7 support and testing - Update the constraints url - Sync Sphinx requirement - Don\'t hard code notification types into Monasca client - Allow users to set periodic notifications on all notification types - Switch to Ussuri jobs
* Mon Mar 23 2020 Dirk Mueller
- add obsoletes
* Wed Mar 11 2020 Dirk Mueller - switch to python 3.x only
* Wed Oct 09 2019 cloud-develAATTsuse.de- update to version 1.16.0 - Fix metric list formatting with Python 3 - Push Docker image to Docker Hub - Create Docker image and build in Zuul - OpenDev Migration Patch - Dropping the py35 testing - Update master for stable/stein - Replace git.openstack.org URLs with opendev.org URLs - Replace openstack.org git:// URLs with https:// - Change repository links usage in Dockerfile and build image - Switch python3 versions of test jobs to match Train PTI - Add Python 3 Train unit tests
* Mon Jun 17 2019 cloud-develAATTsuse.de- update to version 1.15.0 - Replace openstack.org git:// URLs with https:// - Update .gitreview for stable/stein - Fix metric list formatting with Python 3 - Update UPPER_CONSTRAINTS_FILE for stable/stein
* Mon Apr 08 2019 cloud-develAATTsuse.de- update to version 1.14.0 - Update hacking version - Add using requirements.txt to tox tests run - Use templates for docs, cover and lower-constraints - Add Python 3.6 classifier to setup.cfg - Remove setup.py check from pep8 job - Change openstack-dev to openstack-discuss - Update json module to jsonutils - Return status from running command - Update reno for stable/rocky - fix tox python3 overrides - Don\'t quote {posargs} in tox.ini - switch documentation job to new PTI - Add python 3.6 unit test job - add python 3.6 unit test job - Fix alarm-definition-list in Python 3 - add python 3.7 unit test job - import zuul job settings from project-config
* Mon Sep 03 2018 cloud-develAATTsuse.de- update to version 1.12.1 - fix tox python3 overrides - Remove the duplicated word - Remove unused TimingSession class - Update reno for stable/queens - Update links in README - Redistribute README to doc/source - Trivial: Update pypi url to new url - Add syntax check for reStructuredText - Update pep8 checks - Remove testrepository and .testr.conf - replace unicode with six.text_type - Move CLI usage examples to doc/cli directory - Fix rst errors in README - Restore old content of reference/index.rst - Switch to using stestr - Clean up tox.ini - Updated from global requirements - add lower-constraints job - Clean up README.rst
* Tue Mar 06 2018 tbechtoldAATTsuse.com- Drop unused Requires for python-oslo.service
* Fri Feb 23 2018 cloud-develAATTsuse.de- update to version 1.10.0 - Updated from global requirements - TrivialFix: remove redundant import alias - Update usage examples- Switch to stable/queens spec template
* Tue Jan 30 2018 cloud-develAATTsuse.de- update to version 1.9.0 - Updated from global requirements - Avoid tox_install.sh for constraints support - Enable client documentation
* Mon Jan 15 2018 cloud-develAATTsuse.de- update to version 1.8.0 - Exclude tests from coverage - Cleanup repo and update documentation - Update the documentation link for doc migration - Fix auth version detection - Allow to reuse the session - Updated from global requirements
* Thu Aug 24 2017 cloud-develAATTsuse.de- update to version 1.7.0 - Bringing back backward compatybility - Integrate client with osc-lib - Updated from global requirements - Added support for os_tenant_{name,id} after os_project_
* Mon Aug 07 2017 cloud-develAATTsuse.de- update to version 1.6.0 - Added support for os_auth_version when os_auth_url is unversiond - Optimize the link address - Remove unused requirements - Fix: CLI metric-create using project-id fails - Replacing six.iteritems() with .items() - Turn on bandit check as part of pep8 - Fix notification-patch CLI fails if type not given - Migrate fully to ostestr - Updated from global requirements- drop 0001-Added-support-for-os_auth_version-when-os_auth_url-i.patch . applied upstream.
* Tue Apr 18 2017 tbechtoldAATTsuse.com- Add 0001-Added-support-for-os_auth_version-when-os_auth_url-i.patch
* Mon Feb 13 2017 cloud-develAATTsuse.de- update to version 1.5.0: - Add CONTRIBUTING.rst - Updated from global requirements - Show team and repo badges on README - Don\'t send X-Auth- headers in requests - H803 hacking have been deprecated - Use requests-mock instead of custom fakes - Use the new copy of tox_install.sh for global constraints support - Remove support for py33 - Typo fix: recieve => receive - Add __ne__ built-in function - Use correct ENV variables for scoping
* Mon Feb 13 2017 cloud-develAATTsuse.de- update to version 1.4.0: - Remove a space of Docstring - Fix dimension validation and help message for alarm count - Patch-notification failed with period=0 - Fix LOG.warn to LOG.warning - move old apiclient code out of openstack/common - Dimension value list doesn\'t recognize dimension name input - Change LOG.warn to LOG.warning - Add notification-patch into CLI - Add support for new rest api notification-type-list - Fix monasca enpoint port in example and README - Remove discover from test-requirements - Add list_next for pagination - Add list dimension names and values in CLI - Changed author and author-email - Prevent potentially destructive updates on data - Add py35 tox environment - Add state-updated-timestamp filter to alarm count CLI - use six.moves.urllib.parse instead of py3kcompat - remove unused openstack/common/gettextutils.py - Use constraints everywhere - Fixes H904: wrapping using parantheses - Correct reraising of exception - Fix __str__ not returning a String for KeystoneException - Sync tools/tox_install.sh - Remove white space between print and () - Fix monasca notification-show help message - Sample nagios plugin and examples directory. - Updated from global requirements - Delete deprecated Hacking in tox.ini
* Wed Dec 07 2016 dmuellerAATTsuse.com- Initial package (1.2.0)