update version to 2.1.0

This commit is contained in:
Wangjunqi123 2024-02-23 19:30:07 +08:00
parent 763a3b5be8
commit 788ecfd1cc
3 changed files with 8 additions and 2 deletions

Binary file not shown.

BIN
hvac-2.1.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: python-hvac Name: python-hvac
Version: 2.0.0 Version: 2.1.0
Release: 1 Release: 1
Summary: HashiCorp Vault API client for Python Summary: HashiCorp Vault API client for Python
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/hvac/hvac URL: https://github.com/hvac/hvac
Source0: https://files.pythonhosted.org/packages/c8/dc/490b4374512a0a58b120178296e424b027587c6892b7c8e9531047220378/hvac-2.0.0.tar.gz Source0: https://files.pythonhosted.org/packages/9a/d1/b4b06bd69d541b9650646c930cab6b1d2ea02199c914c8fe8666d075a596/hvac-2.1.0.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -38,6 +38,12 @@ This package provides a Python API client for HashiCorp Vault.
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Fri Feb 23 2024 wangjunqi <wangjunqi@kylinos.cn> - 2.1.0-1
- Update package to version 2.1.0
Add support for sys/policies endpoint (GH-1100)
add quota support to system backend (GH-1092)
Add support to PKI class to perform CRUD on issuers (GH-1102)
* Fri Dec 08 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2.0.0-1 * Fri Dec 08 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2.0.0-1
- Update package to version 2.0.0 - Update package to version 2.0.0