14
0

Accepting request 687606 from devel:languages:python

- Use noun phrase in summary.

    fact.
    api_version attribute from pypuppetdb.connect()

OBS-URL: https://build.opensuse.org/request/show/687606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pypuppetdb?expand=0&rev=2
This commit is contained in:
2019-04-05 09:56:59 +00:00
committed by Git OBS Bridge
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

View File

@@ -20,7 +20,7 @@
Name: python-pypuppetdb
Version: 0.3.3
Release: 0
Summary: The pypuppetdtb is a library to work with PuppetDB's REST API
Summary: Library to work with PuppetDB's REST API
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/nedap/pypuppetdb
@@ -32,7 +32,7 @@ BuildArch: noarch
%python_subpackages
%description
This library is a thin wrapper around the REST API providing some convinience functions and objects to request and hold data from PuppetDB.
This library is a wrapper around the REST API providing some convinience functions and objects to request and hold data from PuppetDB.
More information: https://github.com/nedap/pypuppetdb
%prep