diff --git a/ansible-runner-1.4.6.tar.gz b/ansible-runner-1.4.6.tar.gz deleted file mode 100644 index e0fbde6d44af9fa5a08aaf1e81f97949c7d67c68..0000000000000000000000000000000000000000 Binary files a/ansible-runner-1.4.6.tar.gz and /dev/null differ diff --git a/ansible-runner-2.3.1.tar.gz b/ansible-runner-2.3.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a6f9e7b90d7f1469df78df5cfa89294bd2bdbeca Binary files /dev/null and b/ansible-runner-2.3.1.tar.gz differ diff --git a/python-ansible-runner.spec b/python-ansible-runner.spec index 0d58eaeb215a5ccb5744f186e5700dd9ad0942cb..ba8cf253965030fc15f481280de8edf01e254782 100644 --- a/python-ansible-runner.spec +++ b/python-ansible-runner.spec @@ -1,12 +1,12 @@ %{?python_enable_dependency_generator} %global pypi_name ansible-runner Name: python-%{pypi_name} -Version: 1.4.6 -Release: 2 +Version: 2.3.1 +Release: 1 Summary: A tool and python library to interface with Ansible License: ASL 2.0 URL: https://github.com/ansible/ansible-runner -Source0: https://files.pythonhosted.org/packages/source/a/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/fa/9d/489c388e07557d07d41672f1051e1f516eec9fdbe25ae4e9e18518ed7886/ansible-runner-2.3.1.tar.gz BuildArch: noarch BuildRequires: ansible >= 2.6 BuildRequires: python3-devel python3dist(mock) python3dist(psutil) python3dist(pexpect) >= 4.6 @@ -17,7 +17,7 @@ Ansible Runner is a tool and python library that helps when interfacing with Ansible from other systems whether through a container image interface, as a standalone tool, or imported into a python project. -%package -n python3-%{pypi_name} +%package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} Requires: ansible >= 2.6 python3-daemon python3dist(pexpect) >= 4.6 python3dist(psutil) @@ -48,13 +48,17 @@ py.test-3 -v test %{_bindir}/ansible-runner-3 %{_bindir}/ansible-runner-%{python3_version} %{python3_sitelib}/ansible_runner -%{python3_sitelib}/test %{python3_sitelib}/ansible_runner-%{version}-py%{python3_version}.egg-info %{_bindir}/ansible-runner -%exclude %{python3_sitelib}/test/__pycache__/__init__.cpython-310.opt-1.pyc -%exclude %{python3_sitelib}/test/__pycache__/__init__.cpython-310.pyc +%exclude %{python3_sitelib}/test/ %changelog +* Fri Sep 1 2023 sunhui - 2.3.1-1 +- Update package to version 2.3.1 + +* Mon Aug 28 2023 jiangxinyu - 1.4.6-3 +- Do not package test files + * Tue Feb 28 2023 wulei - 1.4.6-2 - Remove reduncency cache file