!5 Upgrade to latest release [python-hvac -> 1.1.1]

From: @lingjuer 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2023-08-03 08:14:00 +00:00 committed by Gitee
commit d1dad66959
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 11 additions and 5 deletions

Binary file not shown.

BIN
hvac-1.1.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: python-hvac Name: python-hvac
Version: 1.1.0 Version: 1.1.1
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/fe/5f/f7ce8c7aca0f3738a993f21cd2eb3150e6f5bcaa707d42e012089f4dc23b/hvac-1.1.0.tar.gz Source0: https://files.pythonhosted.org/packages/b3/17/8c91d50220c382466c2498703f7f0a06f47e3224e3fabdc6beafea7bef31/hvac-1.1.1.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -16,6 +16,9 @@ Summary: HashiCorp Vault API client for Python
%{?python_provide:%python_provide python3-hvac} %{?python_provide:%python_provide python3-hvac}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3dist(setuptools) BuildRequires: python3dist(setuptools)
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-poetry-core
Recommends: python%{python3_version}dist(pyhcl) >= 0.3.10 Recommends: python%{python3_version}dist(pyhcl) >= 0.3.10
%description -n python3-hvac %description -n python3-hvac
@ -25,18 +28,21 @@ This package provides a Python API client for HashiCorp Vault.
%autosetup -n hvac-%{version} %autosetup -n hvac-%{version}
%build %build
%py3_build %pyproject_build
%install %install
%py3_install %pyproject_install
%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}/hvac/
%{python3_sitelib}/hvac-*.egg-info/ %{python3_sitelib}/hvac-1.1.1.dist-info/*
%changelog %changelog
* Wed Aug 02 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 1.1.1-1
- Update package to version 1.1.1
* Wed Apr 26 2023 wulei <wu_lei@hoperun.com> - 1.1.0-1 * Wed Apr 26 2023 wulei <wu_lei@hoperun.com> - 1.1.0-1
- Update to 1.1.0 - Update to 1.1.0