python-hvac/python-hvac.spec

57 lines
1.5 KiB
RPMSpec
Raw Normal View History

2021-07-05 15:26:46 +08:00
Name: python-hvac
2023-08-02 11:15:04 +08:00
Version: 1.1.1
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
2023-08-02 11:15:04 +08:00
Source0: https://files.pythonhosted.org/packages/b3/17/8c91d50220c382466c2498703f7f0a06f47e3224e3fabdc6beafea7bef31/hvac-1.1.1.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)
2023-08-02 11:15:04 +08:00
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-poetry-core
2021-07-05 15:26:46 +08:00
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
2023-08-02 11:15:04 +08:00
%pyproject_build
2021-07-05 15:26:46 +08:00
%install
2023-08-02 11:15:04 +08:00
%pyproject_install
2021-07-05 15:26:46 +08:00
%files -n python3-hvac
%doc README.md
%license LICENSE.txt
%{python3_sitelib}/hvac/
2023-08-02 11:15:04 +08:00
%{python3_sitelib}/hvac-1.1.1.dist-info/*
2021-07-05 15:26:46 +08:00
%changelog
2023-08-02 11:15:04 +08:00
* Wed Aug 02 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 1.1.1-1
- Update package to version 1.1.1
2023-04-28 10:03:15 +08:00
* 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
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