diff --git a/hvac-0.11.2.tar.gz b/hvac-0.11.2.tar.gz deleted file mode 100644 index 6aa698212a4f3e0309646c451f4d55fc7e377912..0000000000000000000000000000000000000000 Binary files a/hvac-0.11.2.tar.gz and /dev/null differ diff --git a/hvac-1.0.2.tar.gz b/hvac-1.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..79902f747270b4581215d5a529742ca23f16fa49 Binary files /dev/null and b/hvac-1.0.2.tar.gz differ diff --git a/python-hvac.spec b/python-hvac.spec index bbb28c08700f62d758817923eab5d4c05ae251e5..16e710bda75759a6c03c8666b0bff7529e148da9 100644 --- a/python-hvac.spec +++ b/python-hvac.spec @@ -1,5 +1,5 @@ Name: python-hvac -Version: 0.11.2 +Version: 1.0.2 Release: 1 Summary: HashiCorp Vault API client for Python @@ -15,6 +15,9 @@ This package provides a Python API client for HashiCorp Vault. Summary: HashiCorp Vault API client for Python %{?python_provide:%python_provide python3-hvac} BuildRequires: python3-devel +BuildRequires: python3-poetry-core +BuildRequires: python3-pip python3-wheel +BuildRequires: python3-hatchling python3-hatch-vcs BuildRequires: python3dist(setuptools) Recommends: python%{python3_version}dist(pyhcl) >= 0.3.10 @@ -25,18 +28,20 @@ This package provides a Python API client for HashiCorp Vault. %autosetup -n hvac-%{version} %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install %files -n python3-hvac %doc README.md %license LICENSE.txt -%{python3_sitelib}/hvac/ -%{python3_sitelib}/hvac-*.egg-info/ +%{python3_sitelib}/* %changelog +* Mon Apr 15 2024 wangjing - 1.0.2-1 +- update package of version 1.0.2 + * Thu Jun 16 2022 OpenStack_SIG - 0.11.2-1 - Upgrade version for openstack yoga