Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
3cc6230297
!7 Upgrade to latest release [python-hvac -> 2.1.0]
From: @Wangjunqi123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2024-02-25 01:31:01 +00:00
Wangjunqi123
788ecfd1cc update version to 2.1.0 2024-02-23 19:39:46 +08:00
openeuler-ci-bot
763a3b5be8
!6 Update package to version 2.0.0
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-12-08 09:13:04 +00:00
jxy_git
b5034800d8 Update package to version 2.0.0 2023-12-08 15:39:54 +08:00
openeuler-ci-bot
d1dad66959
!5 Upgrade to latest release [python-hvac -> 1.1.1]
From: @lingjuer 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-08-03 08:14:00 +00:00
lingjuer
eb651d0243 update version to 1.1.1 2023-08-02 11:33:29 +08:00
openeuler-ci-bot
b11a714e3f
!4 Upgrade to 1.1.0
From: @wu-leilei 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2023-05-04 02:10:24 +00:00
wu-leilei
ef7ca50310 Update to 1.1.0 2023-04-28 10:03:15 +08:00
openeuler-ci-bot
47c543c95a
!3 Upgrade package to version 1.0.2
From: @ccdxx 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-12-08 08:24:29 +00:00
chendexi
8792e6b80a Upgrade to v1.0.2
update source

change source
2022-12-07 17:10:48 +08:00
3 changed files with 26 additions and 7 deletions

Binary file not shown.

BIN
hvac-2.1.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,10 @@
Name: python-hvac
Version: 0.11.2
Version: 2.1.0
Release: 1
Summary: HashiCorp Vault API client for Python
License: ASL 2.0
URL: https://github.com/hvac/hvac
Source0: %{url}/archive/v%{version}/hvac-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/9a/d1/b4b06bd69d541b9650646c930cab6b1d2ea02199c914c8fe8666d075a596/hvac-2.1.0.tar.gz
BuildArch: noarch
%description
@ -16,6 +15,9 @@ Summary: HashiCorp Vault API client for Python
%{?python_provide:%python_provide python3-hvac}
BuildRequires: python3-devel
BuildRequires: python3dist(setuptools)
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-poetry-core
Recommends: python%{python3_version}dist(pyhcl) >= 0.3.10
%description -n python3-hvac
@ -25,18 +27,35 @@ This package provides a Python API client for HashiCorp Vault.
%autosetup -n hvac-%{version}
%build
%py3_build
%pyproject_build
%install
%py3_install
%pyproject_install
%files -n python3-hvac
%doc README.md
%license LICENSE.txt
%{python3_sitelib}/hvac/
%{python3_sitelib}/hvac-*.egg-info/
%{python3_sitelib}/*
%changelog
* Fri Feb 23 2024 wangjunqi <wangjunqi@kylinos.cn> - 2.1.0-1
- Update package to version 2.1.0
Add support for sys/policies endpoint (GH-1100)
add quota support to system backend (GH-1092)
Add support to PKI class to perform CRUD on issuers (GH-1102)
* 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
- Update package to version 1.1.1
* Wed Apr 26 2023 wulei <wu_lei@hoperun.com> - 1.1.0-1
- Update to 1.1.0
* Tue Dec 06 2022 chendexi <chendexi@kylinos.cn> -1.0.2-1
- Upgrade package to v1.0.2
* Thu Jun 16 2022 OpenStack_SIG <openstack@openeuler.org> - 0.11.2-1
- Upgrade version for openstack yoga