diff --git a/hvac-2.3.0.tar.gz b/hvac-2.3.0.tar.gz deleted file mode 100644 index 2322cd2b52e49a3a68ce1af168aa315a91ba5f65..0000000000000000000000000000000000000000 Binary files a/hvac-2.3.0.tar.gz and /dev/null differ diff --git a/hvac-2.4.0.tar.gz b/hvac-2.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e59b39ef81d7dc4fc3aa71f8acb155d3da9f65b8 Binary files /dev/null and b/hvac-2.4.0.tar.gz differ diff --git a/python-hvac.spec b/python-hvac.spec index 5653b93e16a263c892f8addcc8315c08efddb09a..cd7f222b76022314ad794d56cac11e7357195ad1 100644 --- a/python-hvac.spec +++ b/python-hvac.spec @@ -1,10 +1,10 @@ Name: python-hvac -Version: 2.3.0 +Version: 2.4.0 Release: 1 Summary: HashiCorp Vault API client for Python License: ASL 2.0 URL: https://github.com/hvac/hvac -Source0: https://github.com/hvac/hvac/releases/download/v2.3.0/hvac-2.3.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/h/hvac/hvac-%{version}.tar.gz BuildArch: noarch %description @@ -38,6 +38,9 @@ This package provides a Python API client for HashiCorp Vault. %{python3_sitelib}/* %changelog +* Wed Nov 19 2025 peiliya - 2.4.0-1 +- Update to 2.4.0 + * Mon Aug 19 2024 xu_ping <707078654@qq.com> - 2.3.0-1 - Update package to version 2.3.0 add support for Vault Raft auto-snapshot endpoints.