diff --git a/python-hvac.changes b/python-hvac.changes index 1d434c5..5665a3f 100644 --- a/python-hvac.changes +++ b/python-hvac.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Aug 4 16:11:21 UTC 2020 - Dirk Mueller + +- update to 0.10.5: + - Add JWT/OIDC Authentication Method Classes. GH-613 + - Add Identity Tokens Methods and Documentation. GH-611 + - Add P-521 to list of allowed key types. GH-608 + - Add P-384 and RSA-3072 to list of allowed key types. GH-606 + - Options not read by tune_mount_configuration. GH-603 + - Add Autodoc Summaries. GH-612 + - Correct Return Type Docstrings Within Transit Class. GH-609 + - Transit engine docs for Encrypt Data now refer to encrypt_data. GH-601 + - Update Vault version test matrix / Oldest Support Vault Version. GH-610 + ------------------------------------------------------------------- Fri Jul 17 07:27:39 UTC 2020 - Dirk Mueller diff --git a/python-hvac.spec b/python-hvac.spec index 97eb22d..6ac5008 100644 --- a/python-hvac.spec +++ b/python-hvac.spec @@ -18,12 +18,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-hvac -Version: 0.10.4 +Version: 0.10.5 Release: 0 Summary: HashiCorp Vault API client License: BSD-3-Clause URL: https://github.com/ianunruh/hvac Source: https://github.com/hvac/hvac/archive/v%{version}.tar.gz +BuildRequires: %{python_module Authlib} +BuildRequires: %{python_module Flask-SQLAlchemy} +BuildRequires: %{python_module Flask} +BuildRequires: %{python_module Werkzeug} +BuildRequires: %{python_module jwcrypto} BuildRequires: %{python_module mock} BuildRequires: %{python_module nose} BuildRequires: %{python_module parameterized} diff --git a/v0.10.4.tar.gz b/v0.10.4.tar.gz deleted file mode 100644 index bbc93bc..0000000 --- a/v0.10.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:641ea4ef8aaabf3b7bf6616434b97fa7e03066b2ee8dbb0d97467603a97e300a -size 265524 diff --git a/v0.10.5.tar.gz b/v0.10.5.tar.gz new file mode 100644 index 0000000..848b1a1 --- /dev/null +++ b/v0.10.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be52c69a92ac4ee33092541b0e38dedf5730e917b471a80f2058eae1c4d1e682 +size 286199