5 Star 0 Fork 13

src-openEuler/python-hvac

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-hvac.spec 2.15 KB
一键复制 编辑 原始数据 按行查看 历史
xu_ping 提交于 2024-08-19 15:37 . Upgrade version to 2.3.0
Name: python-hvac
Version: 2.3.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
BuildArch: noarch
%description
This package provides a Python API client for HashiCorp Vault.
%package -n python3-hvac
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
This package provides a Python API client for HashiCorp Vault.
%prep
%autosetup -n hvac-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-hvac
%doc README.md
%license LICENSE.txt
%{python3_sitelib}/*
%changelog
* Mon Aug 19 2024 xu_ping <[email protected]> - 2.3.0-1
- Update package to version 2.3.0
add support for Vault Raft auto-snapshot endpoints.
Dependencies/security updates.
update artifact actions to v4.
* Wed Jun 5 2024 lilu <[email protected]> - 2.2.0-1
- Update package to version 2.2.0
- LDAP secrets engine enhancements
- Add new exception types for HTTP status 405 and 412
* Fri Feb 23 2024 wangjunqi <[email protected]> - 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 <[email protected]> - 2.0.0-1
- Update package to version 2.0.0
* Wed Aug 02 2023 zhangchenglin <[email protected]> - 1.1.1-1
- Update package to version 1.1.1
* Wed Apr 26 2023 wulei <[email protected]> - 1.1.0-1
- Update to 1.1.0
* Tue Dec 06 2022 chendexi <[email protected]> -1.0.2-1
- Upgrade package to v1.0.2
* Thu Jun 16 2022 OpenStack_SIG <[email protected]> - 0.11.2-1
- Upgrade version for openstack yoga
* Mon Jul 05 2021 Kou Wenqi <[email protected]> - 0.10.7-1
- Init package
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-hvac.git
[email protected]:src-openeuler/python-hvac.git
src-openeuler
python-hvac
python-hvac
master

搜索帮助