Compare commits
No commits in common. "3cc6230297e22641656dca9e32a6089249be22b2" and "2b52a27875cb39908d2ed37a952870e600ce1179" have entirely different histories.
3cc6230297
...
2b52a27875
BIN
hvac-0.11.2.tar.gz
Normal file
BIN
hvac-0.11.2.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,10 +1,11 @@
|
|||||||
Name: python-hvac
|
Name: python-hvac
|
||||||
Version: 2.1.0
|
Version: 0.11.2
|
||||||
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/9a/d1/b4b06bd69d541b9650646c930cab6b1d2ea02199c914c8fe8666d075a596/hvac-2.1.0.tar.gz
|
Source0: %{url}/archive/v%{version}/hvac-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -15,9 +16,6 @@ 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
|
||||||
@ -27,35 +25,18 @@ This package provides a Python API client for HashiCorp Vault.
|
|||||||
%autosetup -n hvac-%{version}
|
%autosetup -n hvac-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_build
|
%py3_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%py3_install
|
||||||
|
|
||||||
%files -n python3-hvac
|
%files -n python3-hvac
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/hvac/
|
||||||
|
%{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