diff --git a/hvac-2.0.0.tar.gz b/hvac-2.0.0.tar.gz deleted file mode 100644 index 2451d05..0000000 Binary files a/hvac-2.0.0.tar.gz and /dev/null differ diff --git a/hvac-2.1.0.tar.gz b/hvac-2.1.0.tar.gz new file mode 100644 index 0000000..577cdff Binary files /dev/null and b/hvac-2.1.0.tar.gz differ diff --git a/python-hvac.spec b/python-hvac.spec index e43f4c3..e4c6c06 100644 --- a/python-hvac.spec +++ b/python-hvac.spec @@ -1,10 +1,10 @@ Name: python-hvac -Version: 2.0.0 +Version: 2.1.0 Release: 1 Summary: HashiCorp Vault API client for Python License: ASL 2.0 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 %description @@ -38,6 +38,12 @@ This package provides a Python API client for HashiCorp Vault. %{python3_sitelib}/* %changelog +* Fri Feb 23 2024 wangjunqi - 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 - 2.0.0-1 - Update package to version 2.0.0