From 0e2efdbd63c6048a3daed434d0a2f819dcbc2dbe3e2452a421078c224b0c425c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 14 Feb 2019 08:31:50 +0000 Subject: [PATCH] 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 --- python-pypuppetdb.changes | 10 +++++++--- python-pypuppetdb.spec | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/python-pypuppetdb.changes b/python-pypuppetdb.changes index a6a1e33..0d1ae3c 100644 --- a/python-pypuppetdb.changes +++ b/python-pypuppetdb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 14 00:57:25 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Tue Feb 12 10:10:24 UTC 2019 - Tomáš Chvátal @@ -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 - diff --git a/python-pypuppetdb.spec b/python-pypuppetdb.spec index 4e42b04..67a1dd7 100644 --- a/python-pypuppetdb.spec +++ b/python-pypuppetdb.spec @@ -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