14
0

Accepting request 674770 from home:jengelh:branches:devel:languages:python

- Use noun phrase in summary.

OBS-URL: https://build.opensuse.org/request/show/674770
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypuppetdb?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-02-14 08:31:50 +00:00
committed by Git OBS Bridge
parent bb1563fe42
commit 0e2efdbd63
2 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 14 00:57:25 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
-------------------------------------------------------------------
Tue Feb 12 10:10:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
@@ -38,7 +43,7 @@ Tue Feb 5 16:02:45 UTC 2019 - joop.boonen@opensuse.org
- Build version 0.2.2
* Fixed URL Encoding found when querying the specific value of a macaddress
fact.
fact.
* Adding support for PuppetDB 4.0.0 information. Namely Adding a catalog_uuid
attribute to the Catalog type object. Adding code_id, catalog_uuid and
cached_catalog_status attributes to the Report type object.
@@ -71,7 +76,7 @@ Tue Feb 5 16:02:45 UTC 2019 - joop.boonen@opensuse.org
* Adding support for v4 of the Query API
* Removing v2 and v3 api functions as per changelog
* pypuppetdb will no longer support multiple API versions, removing the
api_version attribute from pypuppetdb.connect()
api_version attribute from pypuppetdb.connect()
* All clients must remove the api_version attribute from the connect function,
or the starting number, since it is no longer supported
* Removing all NotImplemented errors in the function of BaseAPI and filled
@@ -81,4 +86,3 @@ Tue Feb 5 16:02:45 UTC 2019 - joop.boonen@opensuse.org
Thu Feb 13 22:19:56 UTC 2014 - aboe76@gmail.com
- Initial release