2021-07-05 15:26:46 +08:00
|
|
|
Name: python-hvac
|
2022-12-06 15:02:16 +08:00
|
|
|
Version: 1.0.2
|
2021-07-05 15:26:46 +08:00
|
|
|
Release: 1
|
|
|
|
|
Summary: HashiCorp Vault API client for Python
|
|
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: https://github.com/hvac/hvac
|
2022-12-06 15:02:16 +08:00
|
|
|
Source0: https://files.pythonhosted.org/packages/e0/3e/7ac399273f58ed0e0861954b23f17e9687e47ee3fcd1be0bc4fc0d86a481/hvac-1.0.2.tar.gz
|
2021-07-05 15:26:46 +08:00
|
|
|
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)
|
|
|
|
|
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
|
|
|
|
|
%py3_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
%files -n python3-hvac
|
|
|
|
|
%doc README.md
|
|
|
|
|
%license LICENSE.txt
|
|
|
|
|
%{python3_sitelib}/hvac/
|
|
|
|
|
%{python3_sitelib}/hvac-*.egg-info/
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-12-06 15:02:16 +08:00
|
|
|
* Tue Dec 06 2022 chendexi <chendexi@kylinos.cn> -1.0.2-1
|
|
|
|
|
- Upgrade package to v1.0.2
|
|
|
|
|
|
2022-06-20 10:55:33 +08:00
|
|
|
* Thu Jun 16 2022 OpenStack_SIG <openstack@openeuler.org> - 0.11.2-1
|
|
|
|
|
- Upgrade version for openstack yoga
|
|
|
|
|
|
2021-07-05 15:26:46 +08:00
|
|
|
* Mon Jul 05 2021 Kou Wenqi <kouwenqi@kylinos.cn> - 0.10.7-1
|
|
|
|
|
- Init package
|