Update package to version 2.0.0

This commit is contained in:
jxy_git 2023-12-08 15:39:14 +08:00
parent d1dad66959
commit b5034800d8
3 changed files with 6 additions and 5 deletions

Binary file not shown.

BIN
hvac-2.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,10 @@
Name: python-hvac Name: python-hvac
Version: 1.1.1 Version: 2.0.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/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 BuildArch: noarch
%description %description
@ -36,10 +35,12 @@ This package provides a Python API client for HashiCorp Vault.
%files -n python3-hvac %files -n python3-hvac
%doc README.md %doc README.md
%license LICENSE.txt %license LICENSE.txt
%{python3_sitelib}/hvac/ %{python3_sitelib}/*
%{python3_sitelib}/hvac-1.1.1.dist-info/*
%changelog %changelog
* Fri Dec 08 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2.0.0-1
- Update package to version 2.0.0
* Wed Aug 02 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 1.1.1-1 * Wed Aug 02 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 1.1.1-1
- Update package to version 1.1.1 - Update package to version 1.1.1