From a47a244f83d6d56a63e66be0d2b1ddb0b5e6be63c574b81a54c04239601bb5cc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Jun 2020 16:19:02 +0000 Subject: [PATCH 1/2] - update to 0.10.2: - Create_role_secret_id: add token_bound_cidrs parameter. GH-585 - Add vault rekey verification methods. GH-586 - Add request data to exception objects. GH-583 - Add marshaling_algorithm to sign/verify params. GH-584 - Add issuer to kubernetes configuration. GH-575 - Remove json() calls (unneeded following JSONAdapter addition) GH-589 - Fix format errors in contributing for HTML docs. GH-577 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=6 --- python-hvac.changes | 12 ++++++++++++ python-hvac.spec | 2 +- v0.10.1.tar.gz | 3 --- v0.10.2.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 v0.10.1.tar.gz create mode 100644 v0.10.2.tar.gz diff --git a/python-hvac.changes b/python-hvac.changes index 0d04a6b..ff72ba7 100644 --- a/python-hvac.changes +++ b/python-hvac.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jun 2 16:18:03 UTC 2020 - Dirk Mueller + +- update to 0.10.2: + - Create_role_secret_id: add token_bound_cidrs parameter. GH-585 + - Add vault rekey verification methods. GH-586 + - Add request data to exception objects. GH-583 + - Add marshaling_algorithm to sign/verify params. GH-584 + - Add issuer to kubernetes configuration. GH-575 + - Remove json() calls (unneeded following JSONAdapter addition) GH-589 + - Fix format errors in contributing for HTML docs. GH-577 + ------------------------------------------------------------------- Wed Apr 8 07:29:06 UTC 2020 - Tomáš Chvátal diff --git a/python-hvac.spec b/python-hvac.spec index 748477c..7388986 100644 --- a/python-hvac.spec +++ b/python-hvac.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-hvac -Version: 0.10.1 +Version: 0.10.2 Release: 0 Summary: HashiCorp Vault API client License: BSD-3-Clause diff --git a/v0.10.1.tar.gz b/v0.10.1.tar.gz deleted file mode 100644 index d4f50d3..0000000 --- a/v0.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:747fb035942124e4c53fed26c849aacf38c26c57db43246cc861ac7436c8164f -size 262245 diff --git a/v0.10.2.tar.gz b/v0.10.2.tar.gz new file mode 100644 index 0000000..cbebe40 --- /dev/null +++ b/v0.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ffabce967c7687abb7a8c8ebb992085a9673ab260f68ef1214d07f8c5f74ff +size 263268 From 28ac1f0fce712b71719146831ca097b203b187260b3e27adde392f9ed87563a1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Jun 2020 13:37:54 +0000 Subject: [PATCH 2/2] - update to 0.10.3: - Add Support For use_token_groups In LDAP Auth Method. GH-591 - Add Raft System Backend Methods. GH-594 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=7 --- python-hvac.changes | 7 +++++++ python-hvac.spec | 2 +- v0.10.2.tar.gz | 3 --- v0.10.3.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 v0.10.2.tar.gz create mode 100644 v0.10.3.tar.gz diff --git a/python-hvac.changes b/python-hvac.changes index ff72ba7..c32c19f 100644 --- a/python-hvac.changes +++ b/python-hvac.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 8 13:37:14 UTC 2020 - Dirk Mueller + +- update to 0.10.3: + - Add Support For use_token_groups In LDAP Auth Method. GH-591 + - Add Raft System Backend Methods. GH-594 + ------------------------------------------------------------------- Tue Jun 2 16:18:03 UTC 2020 - Dirk Mueller diff --git a/python-hvac.spec b/python-hvac.spec index 7388986..e82ccff 100644 --- a/python-hvac.spec +++ b/python-hvac.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-hvac -Version: 0.10.2 +Version: 0.10.3 Release: 0 Summary: HashiCorp Vault API client License: BSD-3-Clause diff --git a/v0.10.2.tar.gz b/v0.10.2.tar.gz deleted file mode 100644 index cbebe40..0000000 --- a/v0.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6ffabce967c7687abb7a8c8ebb992085a9673ab260f68ef1214d07f8c5f74ff -size 263268 diff --git a/v0.10.3.tar.gz b/v0.10.3.tar.gz new file mode 100644 index 0000000..c4fb14a --- /dev/null +++ b/v0.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128e2ddecfa9908369d804d75dc3a200ba2aa16705c83cbc7d7b20fa09c88489 +size 264586