From 82eec4e42e87afca3cd698c23b73aa32a6efe295 Mon Sep 17 00:00:00 2001 From: rdobuilder Date: Oct 09 2023 07:01:08 +0000 Subject: Update to 2.3.4 Related-to: https://review.rdoproject.org/r/q/I2c49920b195ded53ad2b3b1f1f18012a4842baac --- diff --git a/.python-ansible-runner.metadata b/.python-ansible-runner.metadata index ead1dd8..6f49066 100644 --- a/.python-ansible-runner.metadata +++ b/.python-ansible-runner.metadata @@ -1 +1 @@ -dd293a6a5a4262106ead54ed726b165e1a01bdcb SOURCES/ansible-runner-2.3.2.tar.gz +5c83ea2ca6ca5c73899916beddc85de4d6210f6d SOURCES/ansible-runner-2.3.4.tar.gz diff --git a/SPECS/python-ansible-runner.spec b/SPECS/python-ansible-runner.spec index 0b66134..fb29ab0 100644 --- a/SPECS/python-ansible-runner.spec +++ b/SPECS/python-ansible-runner.spec @@ -10,7 +10,7 @@ %endif Name: python-%{pypi_name} -Version: 2.3.2 +Version: 2.3.4 Release: 1%{?dist} Summary: A tool and python library to interface with Ansible @@ -63,6 +63,10 @@ sed -i '/^def test_worker_without_delete_no_dir.*/i @pytest.skip("Ansible could 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 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 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 +# Syntax error upstream with this test, still fails after fixing so skip for now +sed -i '/^def test_dump_artifacts_inventory_object.*/i @pytest.mark.skip("syntax error upstream")' test/unit/utils/test_dump_artifacts.py +# Deprecation Warning from datetime.utcnow() +sed -i '/^def test_no_ResourceWarning_error.*/i @pytest.mark.skip("DeprecationWarning: datetime.utcnow() is deprecated ")' test/unit/test_runner.py %generate_buildrequires export PBR_VERSION=%{version} @@ -92,6 +96,24 @@ ln -s ansible-runner-%{python3_version} %{buildroot}/%{_bindir}/ansible-runner-3 %{_datadir}/ansible-runner/utils %changelog +* Fri Sep 08 2023 Dan Radez - 2.3.4-1 +- update to 2.3.4 rhbz#2236131 + +* Thu Jul 27 2023 Dan Radez - 2.3.3-4 +- skipping 2 tests to fix build. rhbz#2226145 + +* Fri Jul 21 2023 Fedora Release Engineering - 2.3.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Jun 28 2023 Python Maint - 2.3.3-2 +- Rebuilt for Python 3.12 + +* Mon Jun 19 2023 Dan Radez - 2.3.3-1 +- update to 2.3.3 rhbz#2211436 + +* Fri Jun 16 2023 Python Maint - 2.3.2-2 +- Rebuilt for Python 3.12 + * Fri Mar 24 2023 Dan Radez - 2.3.2-1 - update to 2.3.2 rhbz#2174741