diff --git a/hvac-1.1.1.tar.gz b/hvac-1.1.1.tar.gz deleted file mode 100644 index 4cd4b5d..0000000 Binary files a/hvac-1.1.1.tar.gz and /dev/null differ diff --git a/hvac-2.0.0.tar.gz b/hvac-2.0.0.tar.gz new file mode 100644 index 0000000..2451d05 Binary files /dev/null and b/hvac-2.0.0.tar.gz differ diff --git a/python-hvac.spec b/python-hvac.spec index 9869075..e43f4c3 100644 --- a/python-hvac.spec +++ b/python-hvac.spec @@ -1,11 +1,10 @@ Name: python-hvac -Version: 1.1.1 +Version: 2.0.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/b3/17/8c91d50220c382466c2498703f7f0a06f47e3224e3fabdc6beafea7bef31/hvac-1.1.1.tar.gz +Source0: https://files.pythonhosted.org/packages/c8/dc/490b4374512a0a58b120178296e424b027587c6892b7c8e9531047220378/hvac-2.0.0.tar.gz BuildArch: noarch %description @@ -36,10 +35,12 @@ This package provides a Python API client for HashiCorp Vault. %files -n python3-hvac %doc README.md %license LICENSE.txt -%{python3_sitelib}/hvac/ -%{python3_sitelib}/hvac-1.1.1.dist-info/* +%{python3_sitelib}/* %changelog +* Fri Dec 08 2023 jiangxinyu - 2.0.0-1 +- Update package to version 2.0.0 + * Wed Aug 02 2023 zhangchenglin - 1.1.1-1 - Update package to version 1.1.1