7e81743
# Created by pyp2rpm-3.2.2
7e81743
%global pypi_name ansible-runner
7e81743
a07b917
%if 0%{?fedora} || 0%{?rhel} > 7
a07b917
%bcond_with    python2
a07b917
%bcond_without python3
a07b917
%else
a07b917
%bcond_without python2
a07b917
%bcond_with    python3
a07b917
%endif
a07b917
7e81743
Name:           python-%{pypi_name}
6d15787
Version:        2.3.2
eb763bd
Release:        2%{?dist}
7e81743
Summary:        A tool and python library to interface with Ansible
7e81743
7e81743
License:        ASL 2.0
7e81743
URL:            https://github.com/ansible/ansible-runner
ff6c4fc
Source0:        https://github.com/ansible/%{pypi_name}/archive/%{version}/%{pypi_name}-%{version}.tar.gz
7e81743
BuildArch:      noarch
7e81743
cefe490
BuildRequires: python3-devel
a349022
BuildRequires: ansible-core
cefe490
BuildRequires: python3dist(mock)
cefe490
BuildRequires: python3dist(pbr)
cefe490
BuildRequires: python3dist(pip)
cefe490
BuildRequires: python3dist(psutil)
cefe490
BuildRequires: python3dist(pexpect) >= 4.6
cefe490
BuildRequires: python3dist(pytest)
7ec9ccb
BuildRequires: python3dist(pytest-cov)
cefe490
BuildRequires: python3dist(pytest-mock)
cefe490
BuildRequires: python3dist(pytest-timeout)
cefe490
BuildRequires: python3dist(pytest-xdist)
cefe490
BuildRequires: python3dist(pyyaml)
cefe490
BuildRequires: python3dist(setuptools)
cefe490
BuildRequires: python3dist(six)
cefe490
BuildRequires: python3dist(python-daemon)
cefe490
BuildRequires: python3dist(wheel)
cefe490
cefe490
Requires: (ansible-core or ansible)
7e81743
7e81743
%description
7e81743
Ansible Runner is a tool and python library that helps when interfacing with
7e81743
Ansible from other systems whether through a container image interface, as a
7e81743
standalone tool, or imported into a python project.
7e81743
4708bc0
%package -n     python3-%{pypi_name}
4708bc0
Summary:        %{summary}
4708bc0
%{?python_provide:%python_provide python3-%{pypi_name}}
4708bc0
4708bc0
%description -n python3-%{pypi_name}
4708bc0
Ansible Runner is a tool and python library that helps when interfacing with
4708bc0
Ansible from other systems whether through a container image interface, as a
4708bc0
standalone tool, or imported into a python project.
4708bc0
7e81743
%prep
7e81743
%autosetup -n %{pypi_name}-%{version}
04aa35a
sed -i '166 i \@pytest.mark.skip(reason="can not resolve example.com in build system")' test/integration/test_display_callback.py
7ec9ccb
sed -i '/test_resolved_actions/i \@pytest.mark.skip(reason="ansible version lookup is blank in build")' test/integration/test_display_callback.py
ff6c4fc
# there's a locale issue with ansible that makes these tests fail.
ff6c4fc
sed -i '/^def test_worker_without_delete_no_dir.*/i @pytest.skip("Ansible could not initialize the preferred locale: unsupported locale setting", allow_module_level=True)' test/integration/test_transmit_worker_process.py
ff6c4fc
sed -i '/^def test_worker_without_delete_dir_exists.*/i @pytest.skip("Ansible could not initialize the preferred locale: unsupported locale setting", allow_module_level=True)' test/integration/test_transmit_worker_process.py
ff6c4fc
sed -i '/^def test_worker_delete_no_dir.*/i @pytest.skip("Ansible could not initialize the preferred locale: unsupported locale setting", allow_module_level=True)' test/integration/test_transmit_worker_process.py
ff6c4fc
sed -i '/^def test_worker_delete_dir_exists.*/i @pytest.skip("Ansible could not initialize the preferred locale: unsupported locale setting", allow_module_level=True)' test/integration/test_transmit_worker_process.py
ff6c4fc
7ec9ccb
%generate_buildrequires
7ec9ccb
export PBR_VERSION=%{version}
7ec9ccb
%pyproject_buildrequires
7e81743
7e81743
%build
7ec9ccb
export PBR_VERSION=%{version}
cefe490
%pyproject_wheel
7e81743
7e81743
%install
7ec9ccb
export PBR_VERSION=%{version}
cefe490
%pyproject_install
4708bc0
cp %{buildroot}/%{_bindir}/ansible-runner %{buildroot}/%{_bindir}/ansible-runner-%{python3_version}
a349022
ln -s ansible-runner-%{python3_version} %{buildroot}/%{_bindir}/ansible-runner-3
4708bc0
7e81743
%check
cefe490
%pytest
7e81743
4708bc0
%files -n python3-%{pypi_name}
4708bc0
%license LICENSE.md
4708bc0
%doc README.md
4708bc0
%{_bindir}/ansible-runner-3
4708bc0
%{_bindir}/ansible-runner-%{python3_version}
4708bc0
%{python3_sitelib}/ansible_runner
cefe490
%{python3_sitelib}/ansible_runner-%{version}.dist-info
859545a
%{_bindir}/ansible-runner
04aa35a
%{_datadir}/ansible-runner/utils
4708bc0
2b2589b
%changelog
eb763bd
* Fri Jun 16 2023 Python Maint <python-maint@redhat.com> - 2.3.2-2
eb763bd
- Rebuilt for Python 3.12
eb763bd
6d15787
* Fri Mar 24 2023 Dan Radez <dradez@redhat.com> - 2.3.2-1
6d15787
- update to 2.3.2 rhbz#2174741
6d15787
7afd073
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-2
7afd073
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
7afd073
ff6c4fc
* Wed Nov 23 2022 Dan Radez <dradez@redhat.com> - 2.3.1-1
ff6c4fc
- update to 2.3.1 (rhbz#2139251)
ff6c4fc
f659ec1
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-2
f659ec1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
f659ec1
7ec9ccb
* Tue Jul 19 2022 Dan Radez <dradez@redhat.com> - 2.2.1-1
7ec9ccb
- update to 2.2.1
7ec9ccb
8044a02
* Thu Jun 16 2022 Python Maint <python-maint@redhat.com> - 2.1.3-4
8044a02
- Rebuilt for Python 3.11
8044a02
cefe490
* Tue Apr 12 2022 Dan Radez <dradez@redhat.com> - 2.1.3-3
cefe490
- updating to use pyproject macros
cefe490
a349022
* Mon Apr 11 2022 Maxwell G <gotmax@e.email> - 2.1.3-2
a349022
- Allow users to choose between ansible and ansible-core.
a349022
- Switch BR from ansible to ansible-core.
a349022
- Use relative symlinks.
a349022
20815ca
* Thu Mar 24 2022 Dan Radez <dradez@redhat.com> - 2.1.3-1
20815ca
- Update to 2.1.3
20815ca
cefe490
* Tue Feb 08 2022 Dan Radez <dradez@redhat.com> - 2.1.1-3
8f549c5
- Don't remove egginfo
8f549c5
55c634f
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-2
55c634f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
55c634f
04aa35a
* Wed Dec 15 2021 Dan Radez <dradez@redhat.com> - 2.1.1-1
04aa35a
- updating to version 2.1.1
04aa35a
730b966
* Tue Dec 14 2021 Dan Radez <dradez@redhat.com> - 2.0.0a1-4
730b966
- remove the test module from packaged files
730b966
384706e
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0a1-3
384706e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
384706e
6094e08
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.0.0a1-2
6094e08
- Rebuilt for Python 3.10
6094e08
d48f982
* Fri Apr 30 2021 Dan Radez <dradez@redhat.com> - 2.0.0a1
d48f982
- updating to version 2.0.0a1
d48f982
fc19cb9
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.6-4
fc19cb9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
fc19cb9
ee49706
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.6-3
ee49706
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
ee49706
618f442
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.4.6-2
618f442
- Rebuilt for Python 3.9
618f442
289a501
* Thu May 07 2020 Dan Radez <dradez@redhat.com> - 1.4.6-1
289a501
- updating to version 1.4.6
289a501
2b2589b
* Tue Mar 24 2020 Dan Radez <dradez@redhat.com> - 1.4.5-1
2b2589b
- updating to version 1.4.5
2b2589b
0e05489
* Wed Dec 04 2019 Yatin Karel <ykarel@redhat.com> - 1.4.4-2
0e05489
- Drop dependency on tox
0e05489
1e56f9c
* Tue Nov 05 2019 Dan Radez <dradez@redhat.com> - 1.4.4-1
1e56f9c
- updating to version 1.4.4
1e56f9c
8fa13d4
* Wed Oct 09 2019 Dan Radez <dradez@redhat.com> - 1.4.2-1
8fa13d4
- Updating to version 1.4.2
8fa13d4
c0b9151
* Tue Oct 08 2019 Dan Radez <dradez@redhat.com> - 1.4.0-1
c0b9151
- Updating to version 1.4.0
c0b9151
ce5d810
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.4-4
ce5d810
- Rebuilt for Python 3.8.0rc1 (#1748018)
ce5d810
6babb0e
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.4-3
6babb0e
- Rebuilt for Python 3.8
6babb0e
fd45ab2
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-2
fd45ab2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
fd45ab2
0e05489
* Tue Apr 30 2019 Dan Radez <dradez@redhat.com> - 1.3.4-1
421145b
- Updating to version 1.3.4
421145b
bde49af
* Mon Apr 22 2019 Dan Radez <dradez@redhat.com> - 1.3.3-1
bde49af
- Updating to version 1.3.3
421145b
b0a594f
* Wed Apr 10 2019 Dan Radez <dradez@redhat.com> - 1.3.2-1
b0a594f
- Updating to version 1.3.2
421145b
d9a98f6
* Wed Mar 20 2019 Dan Radez <dradez@redhat.com> - 1.3.0-1
d9a98f6
- Updating to version 1.3
421145b
a07b917
* Wed Feb 13 2019 Yatin Karel <ykarel@redhat.com> - 1.2.0-2
a07b917
- Enable python2 build for CentOS <= 7
421145b
9bf8336
* Mon Feb 04 2019 Dan Radez <dradez@redhat.com> - 1.2.0-1
9bf8336
- Updating to version 1.2
9bf8336
- removing python 2 from the spec for F30
421145b
3e5aab1
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2
3e5aab1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
421145b
9bf8336
* Tue Oct 23 2018 Dan Radez <dradez@redhat.com> - 1.1.2-1
4bff8e2
- Updating to version 1.1.2
421145b
89dacba
* Wed Sep 12 2018 Dan Radez <dradez@redhat.com> - 1.1.0-1
89dacba
- Updating to version 1.1.0
421145b
73514bd
* Wed Jul 25 2018 Dan Radez <dradez@redhat.com> - 1.0.5-1
73514bd
- Updating to version 1.0.5
421145b
b277051
* Wed Jul 25 2018 Dan Radez <dradez@redhat.com> - 1.0.4-4
b277051
- 1.0.4 requires pexepct 4.6
421145b
dd8e6ec
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-3
dd8e6ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
421145b
859545a
* Tue Jul 03 2018 Iryna Shcherbina - 1.0.4-2
859545a
- Fix Python 3 dependency from python2-ansible-runner
421145b
50d8ba3
* Mon Jul 02 2018 Dan Radez <dradez@redhat.com> - 1.0.4-1
50d8ba3
- Updating to version 1.0.4
421145b
be93428
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.0.3-4
be93428
- Rebuilt for Python 3.7
421145b
3f8f611
* Fri Jun 01 2018 Dan Radez <dradez@redhat.com> - 1.0.3-3
3f8f611
- skip py3 on non-fedora
421145b
5008682
* Thu May 31 2018 Dan Radez <dradez@redhat.com> - 1.0.3-1
5008682
- Updating to version 1.0.3
421145b
4708bc0
* Tue May 29 2018 Dan Radez <dradez@redhat.com> - 1.0.2-1
4708bc0
- Updating to version 1.0.2
4708bc0
- Package Requires versions updated
4708bc0
- added py3 support
421145b
227e9ce
* Fri May 11 2018 Dan Radez <dradez@redhat.com> - 1.0.1-2
227e9ce
- Adding conditionals so the same spec can be built on fedora and el7
421145b
7e81743
* Fri May 04 2018 Dan Radez <dradez@redhat.com> - 1.0.1-1
7e81743
- Initial package. Python 2 support only initially.