14
0

Accepting request 786901 from home:mcalabkova:branches:devel:languages:python

- Update to 2.1.0
  * Dropping old python 2.7/3.5 and ensuring 3 latest versions are supported
  * Adding mypy + cleanup + further removal of python2 code
  * Bugfix: Httpretty is not used outside tests and breaks install on newer python versions for some systems
  * Add option to get nodes without using event-counts
  * define the project status as stable
  * bundle requirements-test.txt in python package
  * Bugfix: Fixed metric() function to query the new v2 endpoint based on Jolokia
  * added few new parameters
- Added patch loosen-requirements.patch

OBS-URL: https://build.opensuse.org/request/show/786901
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypuppetdb?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2020-03-20 14:01:53 +00:00
committed by Git OBS Bridge
parent f0212d79d6
commit f9b86f64ad
5 changed files with 33 additions and 8 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 20 12:59:19 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 2.1.0
* Dropping old python 2.7/3.5 and ensuring 3 latest versions are supported
* Adding mypy + cleanup + further removal of python2 code
* Bugfix: Httpretty is not used outside tests and breaks install on newer python versions for some systems
* Add option to get nodes without using event-counts
* define the project status as stable
* bundle requirements-test.txt in python package
* Bugfix: Fixed metric() function to query the new v2 endpoint based on Jolokia
* added few new parameters
- Added patch loosen-requirements.patch
-------------------------------------------------------------------
Tue Sep 10 11:49:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>