forked from pool/python-hvac
Accepting request 834893 from devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/834893 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hvac?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 4 16:11:21 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:641ea4ef8aaabf3b7bf6616434b97fa7e03066b2ee8dbb0d97467603a97e300a
|
||||
size 265524
|
||||
3
v0.10.5.tar.gz
Normal file
3
v0.10.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be52c69a92ac4ee33092541b0e38dedf5730e917b471a80f2058eae1c4d1e682
|
||||
size 286199
|
||||
Reference in New Issue
Block a user