summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-03-09 12:56:49 +0000
committerCoprDistGit <infra@openeuler.org>2023-03-09 12:56:49 +0000
commitec0ecf71e8f5d84d8d5aa7fd1feb4522b729f045 (patch)
tree13cbcee01b2d688ea032165a79c2a2dc40e72776
parentb4b90212821b9fc1f70b77dc91f6eb6c746f997f (diff)
automatic import of python-hvac
-rw-r--r--.gitignore1
-rw-r--r--python-hvac.spec197
-rw-r--r--sources1
3 files changed, 199 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..3dec986 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/hvac-1.1.0.tar.gz
diff --git a/python-hvac.spec b/python-hvac.spec
new file mode 100644
index 0000000..f2cf181
--- /dev/null
+++ b/python-hvac.spec
@@ -0,0 +1,197 @@
+%global _empty_manifest_terminate_build 0
+Name: python-hvac
+Version: 1.1.0
+Release: 1
+Summary: HashiCorp Vault API client
+License: Apache-2.0
+URL: https://github.com/hvac/hvac
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fe/5f/f7ce8c7aca0f3738a993f21cd2eb3150e6f5bcaa707d42e012089f4dc23b/hvac-1.1.0.tar.gz
+BuildArch: noarch
+
+Requires: python3-pyhcl
+Requires: python3-requests
+
+%description
+# hvac
+
+![Header image](https://raw.githubusercontent.com/hvac/hvac/main/docs/_static/hvac_logo_800px.png)
+
+[HashiCorp](https://hashicorp.com/) [Vault](https://www.vaultproject.io) API client for Python 3.x
+
+[![Test](https://github.com/hvac/hvac/workflows/Test/badge.svg)](https://github.com/hvac/hvac/actions?query=workflow%3ATest)
+[![codecov](https://codecov.io/gh/hvac/hvac/branch/main/graph/badge.svg)](https://codecov.io/gh/hvac/hvac)
+[![Documentation Status](https://readthedocs.org/projects/hvac/badge/)](https://hvac.readthedocs.io/en/latest/?badge=latest)
+[![PyPI version](https://badge.fury.io/py/hvac.svg)](https://badge.fury.io/py/hvac)
+[![Twitter - @python_hvac](https://img.shields.io/twitter/follow/python_hvac.svg?label=Twitter%20-%20@python_hvac&style=social?style=plastic)](https://twitter.com/python_hvac)
+[![Gitter chat](https://badges.gitter.im/hvac/community.png)](https://gitter.im/hvac/community)
+
+Tested against the latest release, HEAD ref, and 3 previous minor versions (counting back from the latest release) of Vault.
+Current official support covers Vault v1.4.7 or later.
+
+> **NOTE:** Support for EOL Python versions will be dropped at the end of 2022. Starting in 2023, hvac will track
+> with the CPython EOL dates.
+
+## Installation
+
+```console
+pip install hvac
+```
+
+If you would like to be able to return parsed HCL data as a Python dict for methods that support it:
+
+```console
+pip install "hvac[parser]"
+```
+
+## Documentation
+
+Additional documentation for this module available at: [hvac.readthedocs.io](https://hvac.readthedocs.io/en/stable/usage/index.html):
+
+* [Getting Started](https://hvac.readthedocs.io/en/stable/overview.html#getting-started)
+* [Usage](https://hvac.readthedocs.io/en/stable/usage/index.html)
+* [Advanced Usage](https://hvac.readthedocs.io/en/stable/advanced_usage.html)
+* [Source Reference / Autodoc](https://hvac.readthedocs.io/en/stable/source/index.html)
+* [Contributing](https://hvac.readthedocs.io/en/stable/contributing.html)
+* [Changelog](https://hvac.readthedocs.io/en/stable/changelog.html)
+
+
+%package -n python3-hvac
+Summary: HashiCorp Vault API client
+Provides: python-hvac
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-hvac
+# hvac
+
+![Header image](https://raw.githubusercontent.com/hvac/hvac/main/docs/_static/hvac_logo_800px.png)
+
+[HashiCorp](https://hashicorp.com/) [Vault](https://www.vaultproject.io) API client for Python 3.x
+
+[![Test](https://github.com/hvac/hvac/workflows/Test/badge.svg)](https://github.com/hvac/hvac/actions?query=workflow%3ATest)
+[![codecov](https://codecov.io/gh/hvac/hvac/branch/main/graph/badge.svg)](https://codecov.io/gh/hvac/hvac)
+[![Documentation Status](https://readthedocs.org/projects/hvac/badge/)](https://hvac.readthedocs.io/en/latest/?badge=latest)
+[![PyPI version](https://badge.fury.io/py/hvac.svg)](https://badge.fury.io/py/hvac)
+[![Twitter - @python_hvac](https://img.shields.io/twitter/follow/python_hvac.svg?label=Twitter%20-%20@python_hvac&style=social?style=plastic)](https://twitter.com/python_hvac)
+[![Gitter chat](https://badges.gitter.im/hvac/community.png)](https://gitter.im/hvac/community)
+
+Tested against the latest release, HEAD ref, and 3 previous minor versions (counting back from the latest release) of Vault.
+Current official support covers Vault v1.4.7 or later.
+
+> **NOTE:** Support for EOL Python versions will be dropped at the end of 2022. Starting in 2023, hvac will track
+> with the CPython EOL dates.
+
+## Installation
+
+```console
+pip install hvac
+```
+
+If you would like to be able to return parsed HCL data as a Python dict for methods that support it:
+
+```console
+pip install "hvac[parser]"
+```
+
+## Documentation
+
+Additional documentation for this module available at: [hvac.readthedocs.io](https://hvac.readthedocs.io/en/stable/usage/index.html):
+
+* [Getting Started](https://hvac.readthedocs.io/en/stable/overview.html#getting-started)
+* [Usage](https://hvac.readthedocs.io/en/stable/usage/index.html)
+* [Advanced Usage](https://hvac.readthedocs.io/en/stable/advanced_usage.html)
+* [Source Reference / Autodoc](https://hvac.readthedocs.io/en/stable/source/index.html)
+* [Contributing](https://hvac.readthedocs.io/en/stable/contributing.html)
+* [Changelog](https://hvac.readthedocs.io/en/stable/changelog.html)
+
+
+%package help
+Summary: Development documents and examples for hvac
+Provides: python3-hvac-doc
+%description help
+# hvac
+
+![Header image](https://raw.githubusercontent.com/hvac/hvac/main/docs/_static/hvac_logo_800px.png)
+
+[HashiCorp](https://hashicorp.com/) [Vault](https://www.vaultproject.io) API client for Python 3.x
+
+[![Test](https://github.com/hvac/hvac/workflows/Test/badge.svg)](https://github.com/hvac/hvac/actions?query=workflow%3ATest)
+[![codecov](https://codecov.io/gh/hvac/hvac/branch/main/graph/badge.svg)](https://codecov.io/gh/hvac/hvac)
+[![Documentation Status](https://readthedocs.org/projects/hvac/badge/)](https://hvac.readthedocs.io/en/latest/?badge=latest)
+[![PyPI version](https://badge.fury.io/py/hvac.svg)](https://badge.fury.io/py/hvac)
+[![Twitter - @python_hvac](https://img.shields.io/twitter/follow/python_hvac.svg?label=Twitter%20-%20@python_hvac&style=social?style=plastic)](https://twitter.com/python_hvac)
+[![Gitter chat](https://badges.gitter.im/hvac/community.png)](https://gitter.im/hvac/community)
+
+Tested against the latest release, HEAD ref, and 3 previous minor versions (counting back from the latest release) of Vault.
+Current official support covers Vault v1.4.7 or later.
+
+> **NOTE:** Support for EOL Python versions will be dropped at the end of 2022. Starting in 2023, hvac will track
+> with the CPython EOL dates.
+
+## Installation
+
+```console
+pip install hvac
+```
+
+If you would like to be able to return parsed HCL data as a Python dict for methods that support it:
+
+```console
+pip install "hvac[parser]"
+```
+
+## Documentation
+
+Additional documentation for this module available at: [hvac.readthedocs.io](https://hvac.readthedocs.io/en/stable/usage/index.html):
+
+* [Getting Started](https://hvac.readthedocs.io/en/stable/overview.html#getting-started)
+* [Usage](https://hvac.readthedocs.io/en/stable/usage/index.html)
+* [Advanced Usage](https://hvac.readthedocs.io/en/stable/advanced_usage.html)
+* [Source Reference / Autodoc](https://hvac.readthedocs.io/en/stable/source/index.html)
+* [Contributing](https://hvac.readthedocs.io/en/stable/contributing.html)
+* [Changelog](https://hvac.readthedocs.io/en/stable/changelog.html)
+
+
+%prep
+%autosetup -n hvac-1.1.0
+
+%build
+%py3_build
+
+%install
+%py3_install
+install -d -m755 %{buildroot}/%{_pkgdocdir}
+if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
+if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
+if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
+if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
+pushd %{buildroot}
+if [ -d usr/lib ]; then
+ find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/lib64 ]; then
+ find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/bin ]; then
+ find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/sbin ]; then
+ find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+touch doclist.lst
+if [ -d usr/share/man ]; then
+ find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+fi
+popd
+mv %{buildroot}/filelist.lst .
+mv %{buildroot}/doclist.lst .
+
+%files -n python3-hvac -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.0-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..1385946
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+56e7eff58f5083f698bc0e894818287b hvac-1.1.0.tar.gz