diff --git a/python-hvac.changes b/python-hvac.changes index abbf9da..cbefc6c 100644 --- a/python-hvac.changes +++ b/python-hvac.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jun 17 21:17:29 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-hvac.spec b/python-hvac.spec index 77cbbf4..ad557b2 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.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* diff --git a/v0.10.10.tar.gz b/v0.10.10.tar.gz deleted file mode 100644 index fb4b3cb..0000000 --- a/v0.10.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcaeca077cec2391d95967f232fcb73b8a1650bf4e3164a2684ac9ab16a0eee0 -size 293157 diff --git a/v0.10.14.tar.gz b/v0.10.14.tar.gz new file mode 100644 index 0000000..788bc84 --- /dev/null +++ b/v0.10.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd5692d8850308eda5e1a0def3996513a761d40acdc77bae1ff3f3596a59e3d +size 301617