forked from pool/python-hvac
- udpate to 0.10.14:
* Python 2.7: Drop Trailing Comma In `Cert.login()`. * Refactor `Cert.login()` Conditional for Python 2.7 Syntax Support. * Add default to `group_type` argument in `update_group` and `create_or_update_group_by_name`. * Add Certificate Authentication Methods. * Expand Transform class to include new(ish) tokenization methods. * Add `delete_version_after` KvV2 Param - `configure()` / `update_metadata(). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hvac?expand=0&rev=19
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 17 21:17:29 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- udpate to 0.10.14:
|
||||
* Python 2.7: Drop Trailing Comma In `Cert.login()`.
|
||||
* Refactor `Cert.login()` Conditional for Python 2.7 Syntax Support.
|
||||
* Add default to `group_type` argument in `update_group` and `create_or_update_group_by_name`.
|
||||
* Add Certificate Authentication Methods.
|
||||
* Expand Transform class to include new(ish) tokenization methods.
|
||||
* Add `delete_version_after` KvV2 Param - `configure()` / `update_metadata().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 22:15:54 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-hvac
|
||||
Version: 0.10.10
|
||||
Version: 0.10.14
|
||||
Release: 0
|
||||
Summary: HashiCorp Vault API client
|
||||
License: BSD-3-Clause
|
||||
@@ -30,9 +30,9 @@ BuildRequires: %{python_module Flask}
|
||||
BuildRequires: %{python_module Werkzeug}
|
||||
BuildRequires: %{python_module jwcrypto}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module parameterized}
|
||||
BuildRequires: %{python_module pyhcl >= 0.3.10}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module requests >= 2.21.0}
|
||||
BuildRequires: %{python_module requests-mock}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -62,7 +62,7 @@ rm tests/integration_tests/api/auth_methods/test_ldap.py
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_bin_suffix} -v
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%doc README*
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fcaeca077cec2391d95967f232fcb73b8a1650bf4e3164a2684ac9ab16a0eee0
|
||||
size 293157
|
||||
3
v0.10.14.tar.gz
Normal file
3
v0.10.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7dd5692d8850308eda5e1a0def3996513a761d40acdc77bae1ff3f3596a59e3d
|
||||
size 301617
|
||||
Reference in New Issue
Block a user