Compare commits
10 Commits
2b52a27875
...
3cc6230297
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3cc6230297 | ||
|
|
788ecfd1cc | ||
|
|
763a3b5be8 | ||
|
|
b5034800d8 | ||
|
|
d1dad66959 | ||
|
|
eb651d0243 | ||
|
|
b11a714e3f | ||
|
|
ef7ca50310 | ||
|
|
47c543c95a | ||
|
|
8792e6b80a |
Binary file not shown.
BIN
hvac-2.1.0.tar.gz
Normal file
BIN
hvac-2.1.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,10 @@
|
|||||||
Name: python-hvac
|
Name: python-hvac
|
||||||
Version: 0.11.2
|
Version: 2.1.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: %{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
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -16,6 +15,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 +27,35 @@ 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}/*
|
||||||
%{python3_sitelib}/hvac-*.egg-info/
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 16 2022 OpenStack_SIG <openstack@openeuler.org> - 0.11.2-1
|
||||||
- Upgrade version for openstack yoga
|
- Upgrade version for openstack yoga
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user