diff --git a/hvac-1.1.0.tar.gz b/hvac-1.1.0.tar.gz deleted file mode 100644 index b3ae0a1..0000000 Binary files a/hvac-1.1.0.tar.gz and /dev/null differ diff --git a/hvac-1.1.1.tar.gz b/hvac-1.1.1.tar.gz new file mode 100644 index 0000000..4cd4b5d Binary files /dev/null and b/hvac-1.1.1.tar.gz differ diff --git a/python-hvac.spec b/python-hvac.spec index b2f7583..9869075 100644 --- a/python-hvac.spec +++ b/python-hvac.spec @@ -1,11 +1,11 @@ Name: python-hvac -Version: 1.1.0 +Version: 1.1.1 Release: 1 Summary: HashiCorp Vault API client for Python License: ASL 2.0 URL: https://github.com/hvac/hvac -Source0: https://files.pythonhosted.org/packages/fe/5f/f7ce8c7aca0f3738a993f21cd2eb3150e6f5bcaa707d42e012089f4dc23b/hvac-1.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/b3/17/8c91d50220c382466c2498703f7f0a06f47e3224e3fabdc6beafea7bef31/hvac-1.1.1.tar.gz BuildArch: noarch %description @@ -16,6 +16,9 @@ Summary: HashiCorp Vault API client for Python %{?python_provide:%python_provide python3-hvac} BuildRequires: python3-devel BuildRequires: python3dist(setuptools) +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-poetry-core Recommends: python%{python3_version}dist(pyhcl) >= 0.3.10 %description -n python3-hvac @@ -25,18 +28,21 @@ 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}/hvac-1.1.1.dist-info/* %changelog +* Wed Aug 02 2023 zhangchenglin - 1.1.1-1 +- Update package to version 1.1.1 + * Wed Apr 26 2023 wulei - 1.1.0-1 - Update to 1.1.0