diff --git a/hvac-2.2.0.tar.gz b/hvac-2.2.0.tar.gz deleted file mode 100644 index b196eb862a71c1862dc37ee6c1cf727bca7c13fe..0000000000000000000000000000000000000000 Binary files a/hvac-2.2.0.tar.gz and /dev/null differ diff --git a/hvac-2.3.0.tar.gz b/hvac-2.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2322cd2b52e49a3a68ce1af168aa315a91ba5f65 Binary files /dev/null and b/hvac-2.3.0.tar.gz differ diff --git a/python-hvac.spec b/python-hvac.spec index f185e9fdb3297bc7d9976b128895d1b6dc0aa8e3..501aa060e8c0bab06941b2891e6ff00bfed1874e 100644 --- a/python-hvac.spec +++ b/python-hvac.spec @@ -1,10 +1,10 @@ Name: python-hvac -Version: 2.2.0 +Version: 2.3.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/ea/96/3d08ba4b59491941c83e46034c19d1b62c6966147bb2bb144788cf7c989c/hvac-2.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/48/a4/c0b698a7250b7a5c2956427406560701862215c646e079a7907846608f44/hvac-2.3.0.tar.gz BuildArch: noarch %description @@ -38,6 +38,11 @@ This package provides a Python API client for HashiCorp Vault. %{python3_sitelib}/* %changelog +* Mon Aug 19 2024 lilu - 2.3.0-1 +- Update package to version 2.3.0: +- Implement the /sys/wrapping/wrap endpoint +- Add support for Vault Raft auto-snapshot endpoints + * Wed Jun 5 2024 lilu - 2.2.0-1 - Update package to version 2.2.0 - LDAP secrets engine enhancements