From 8a9da811619c4a99724f88c9cd7c61e140c33ca6cd4af6a2b967365f3ffbe959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 30 Jul 2021 11:37:27 +0000 Subject: [PATCH] Accepting request 909387 from home:mcalabkova:branches:devel:languages:python - Update to 0.11.0 * This is intended to by the last hvac release supporting Python 2.7. * Userpass: Add use_token param on login(), Accept passthrough **kwargs on create user. * Support CA-related Environment Variables. * Allow Omission of Password Argument on Userpass create_or_update_user(). * Add deprecation notices for some Client() methods. OBS-URL: https://build.opensuse.org/request/show/909387 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=21 --- python-hvac.changes | 10 ++++++++++ python-hvac.spec | 2 +- v0.10.14.tar.gz | 3 --- v0.11.0.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 v0.10.14.tar.gz create mode 100644 v0.11.0.tar.gz diff --git a/python-hvac.changes b/python-hvac.changes index cbefc6c..5c83c3f 100644 --- a/python-hvac.changes +++ b/python-hvac.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jul 30 10:50:47 UTC 2021 - Markéta Machová + +- Update to 0.11.0 + * This is intended to by the last hvac release supporting Python 2.7. + * Userpass: Add use_token param on login(), Accept passthrough **kwargs on create user. + * Support CA-related Environment Variables. + * Allow Omission of Password Argument on Userpass create_or_update_user(). + * Add deprecation notices for some Client() methods. + ------------------------------------------------------------------- Thu Jun 17 21:17:29 UTC 2021 - Dirk Müller diff --git a/python-hvac.spec b/python-hvac.spec index ad557b2..3fa21d4 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.14 +Version: 0.11.0 Release: 0 Summary: HashiCorp Vault API client License: BSD-3-Clause diff --git a/v0.10.14.tar.gz b/v0.10.14.tar.gz deleted file mode 100644 index 788bc84..0000000 --- a/v0.10.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dd5692d8850308eda5e1a0def3996513a761d40acdc77bae1ff3f3596a59e3d -size 301617 diff --git a/v0.11.0.tar.gz b/v0.11.0.tar.gz new file mode 100644 index 0000000..c68741a --- /dev/null +++ b/v0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a53a9dd3c3bf2ec7394f156be6fd320a1e1e5e2e8f2f5046a0da12b56eabd3 +size 306753