diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-23 02:18:21 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 02:18:21 +0000 |
| commit | aa1bf478ca7ca8987a6b7b834a090462d66b3eb9 (patch) | |
| tree | 3a4a215ac03a0ff2f4e0ca60f7fc167260d6be50 | |
| parent | 706ae4f925968f4ed82091d1ed6997512e7fa32a (diff) | |
automatic import of python-ansible-compatopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-ansible-compat.spec | 35 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 16 insertions, 22 deletions
@@ -1 +1,2 @@ /ansible-compat-3.0.1.tar.gz +/ansible-compat-3.0.2.tar.gz diff --git a/python-ansible-compat.spec b/python-ansible-compat.spec index b51cac8..bc99cac 100644 --- a/python-ansible-compat.spec +++ b/python-ansible-compat.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ansible-compat -Version: 3.0.1 +Version: 3.0.2 Release: 1 Summary: Ansible compatibility goodies License: MIT URL: https://pypi.org/project/ansible-compat/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/90/a2/a7228ad38339ac104d70e3a2e70744557c41fa34e8d4773382c852991ef9/ansible-compat-3.0.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/97/0e/e676c7abe5f07615df177725180bee7302aa01fc04a083306f1faa5ec97b/ansible-compat-3.0.2.tar.gz BuildArch: noarch Requires: python3-ansible-core @@ -15,17 +15,7 @@ Requires: python3-subprocess-tee Requires: python3-jsonschema Requires: python3-argparse-manpage Requires: python3-black -Requires: python3-cairosvg -Requires: python3-markdown-include -Requires: python3-mkdocs -Requires: python3-mkdocs-exclude -Requires: python3-mkdocs-material -Requires: python3-mkdocs-material-extensions -Requires: python3-mkdocstrings -Requires: python3-mkdocstrings-python -Requires: python3-pillow -Requires: python3-pymdown-extensions -Requires: python3-slugify +Requires: python3-mkdocs-ansible[lock] Requires: python3-coverage Requires: python3-pip-tools Requires: python3-pytest @@ -36,14 +26,15 @@ Requires: python3-pytest-plus # ansible-compat [](https://pypi.org/project/ansible-compat/) -[](https://ansible-compat.readthedocs.io/en/latest/) +[](https://ansible-compat.readthedocs.io/) [](https://github.com/ansible/ansible-compat/actions/workflows/tox.yml) [](https://codecov.io/github/ansible/ansible-compat?branch=main) A python package contains functions that facilitate working with various versions of Ansible 2.12 and newer. -Documentation is available at [ansible-compat.readthedocs.io](https://ansible-compat.readthedocs.io/en/latest/). +Documentation is available at +[ansible-compat.readthedocs.io](https://ansible-compat.readthedocs.io/). %package -n python3-ansible-compat @@ -56,14 +47,15 @@ BuildRequires: python3-pip # ansible-compat [](https://pypi.org/project/ansible-compat/) -[](https://ansible-compat.readthedocs.io/en/latest/) +[](https://ansible-compat.readthedocs.io/) [](https://github.com/ansible/ansible-compat/actions/workflows/tox.yml) [](https://codecov.io/github/ansible/ansible-compat?branch=main) A python package contains functions that facilitate working with various versions of Ansible 2.12 and newer. -Documentation is available at [ansible-compat.readthedocs.io](https://ansible-compat.readthedocs.io/en/latest/). +Documentation is available at +[ansible-compat.readthedocs.io](https://ansible-compat.readthedocs.io/). %package help @@ -73,18 +65,19 @@ Provides: python3-ansible-compat-doc # ansible-compat [](https://pypi.org/project/ansible-compat/) -[](https://ansible-compat.readthedocs.io/en/latest/) +[](https://ansible-compat.readthedocs.io/) [](https://github.com/ansible/ansible-compat/actions/workflows/tox.yml) [](https://codecov.io/github/ansible/ansible-compat?branch=main) A python package contains functions that facilitate working with various versions of Ansible 2.12 and newer. -Documentation is available at [ansible-compat.readthedocs.io](https://ansible-compat.readthedocs.io/en/latest/). +Documentation is available at +[ansible-compat.readthedocs.io](https://ansible-compat.readthedocs.io/). %prep -%autosetup -n ansible-compat-3.0.1 +%autosetup -n ansible-compat-3.0.2 %build %py3_build @@ -124,5 +117,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.1-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.2-1 - Package Spec generated @@ -1 +1 @@ -60b40d608e97d719b364e4f59064d0af ansible-compat-3.0.1.tar.gz +b714c049cc66bf332c973bb1a266e52c ansible-compat-3.0.2.tar.gz |
