From 4850e356d40a32bafc8ffa21c9a771f706c28a8d73044ead93039af61d5bfee7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 May 2024 21:06:17 +0000 Subject: [PATCH] - update to 2.2.0: * Add new exception types for HTTP status 405 and 412 (GH-1148) * LDAP secrets engine enhancements (GH-1163) * LDAP secret engine support * Add new exception types for HTTP status 405 and 412 (GH-1148) * Add sts_region parameter to auth.aws.configure (GH-1136) * Adding namespace_in_state to jwt (GH-1144) * Add associated_data to encrypt/decrypt transit endpoints (GH-1108) * aws auth - add support for `iam_metadata` and `ec2_metadata` params (GH-1125) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=33 --- hvac-2.1.0.tar.gz | 3 --- hvac-2.2.0.tar.gz | 3 +++ python-hvac.changes | 15 +++++++++++++++ python-hvac.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 hvac-2.1.0.tar.gz create mode 100644 hvac-2.2.0.tar.gz diff --git a/hvac-2.1.0.tar.gz b/hvac-2.1.0.tar.gz deleted file mode 100644 index 0c0f857..0000000 --- a/hvac-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b48bcda11a4ab0a7b6c47232c7ba7c87fda318ae2d4a7662800c465a78742894 -size 325532 diff --git a/hvac-2.2.0.tar.gz b/hvac-2.2.0.tar.gz new file mode 100644 index 0000000..53f274d --- /dev/null +++ b/hvac-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b0248c5672cb9a6f5974e7c8f5271a09c6c663cbf8ab11733a227f3d2db2c2 +size 330973 diff --git a/python-hvac.changes b/python-hvac.changes index 8880fea..18356d5 100644 --- a/python-hvac.changes +++ b/python-hvac.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue May 7 21:05:23 UTC 2024 - Dirk Müller + +- update to 2.2.0: + * Add new exception types for HTTP status 405 and 412 (GH-1148) + * LDAP secrets engine enhancements (GH-1163) + * LDAP secret engine support + * Add new exception types for HTTP status 405 and 412 (GH-1148) + * Add sts_region parameter to auth.aws.configure (GH-1136) + * Adding namespace_in_state to jwt (GH-1144) + * Add associated_data to encrypt/decrypt transit endpoints + (GH-1108) + * aws auth - add support for `iam_metadata` and `ec2_metadata` + params (GH-1125) + ------------------------------------------------------------------- Sun Jan 7 20:00:06 UTC 2024 - Dirk Müller diff --git a/python-hvac.spec b/python-hvac.spec index a8fc498..185c67a 100644 --- a/python-hvac.spec +++ b/python-hvac.spec @@ -17,7 +17,7 @@ Name: python-hvac -Version: 2.1.0 +Version: 2.2.0 Release: 0 Summary: HashiCorp Vault API client License: BSD-3-Clause