From f0212d79d64624ea685d58c039d12c2e6f59fd83f479c15e62a336e31cd085be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Sep 2019 11:50:31 +0000 Subject: [PATCH] - Update to 1.1.0: * deduplicate dependencylist * QueryBuilder.py: Use native data structures for internal representation * Add support for the Command API OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypuppetdb?expand=0&rev=8 --- python-pypuppetdb.changes | 8 ++++++++ python-pypuppetdb.spec | 2 +- v1.0.0.tar.gz | 3 --- v1.1.0.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 v1.0.0.tar.gz create mode 100644 v1.1.0.tar.gz diff --git a/python-pypuppetdb.changes b/python-pypuppetdb.changes index e4606a8..6aea100 100644 --- a/python-pypuppetdb.changes +++ b/python-pypuppetdb.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Sep 10 11:49:00 UTC 2019 - Tomáš Chvátal + +- Update to 1.1.0: + * deduplicate dependencylist + * QueryBuilder.py: Use native data structures for internal representation + * Add support for the Command API + ------------------------------------------------------------------- Tue Aug 27 15:12:27 UTC 2019 - Marketa Calabkova diff --git a/python-pypuppetdb.spec b/python-pypuppetdb.spec index 4508564..7767809 100644 --- a/python-pypuppetdb.spec +++ b/python-pypuppetdb.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pypuppetdb -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: Library to work with PuppetDB's REST API License: Apache-2.0 diff --git a/v1.0.0.tar.gz b/v1.0.0.tar.gz deleted file mode 100644 index ad3ecd8..0000000 --- a/v1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6f04ded4a189714fe204434b43c8fefd0fe3e273c173e1989a91697c6b2d9d0 -size 48645 diff --git a/v1.1.0.tar.gz b/v1.1.0.tar.gz new file mode 100644 index 0000000..03e7a87 --- /dev/null +++ b/v1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057461424982f4f11c5569fb94148961073b4b108a0bda6a6f8e14d9fa4862f1 +size 49307