diff --git a/python-botocore.spec b/python-botocore.spec index a4c9b44..aaae575 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} # NOTICE - Updating this package requires updating python-boto3 Version: 1.15.38 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Low-level, data-driven core of boto 3 License: ASL 2.0 @@ -31,6 +31,9 @@ rm -vr %{pypi_name}.egg-info # Remove online tests rm -vr tests/integration +# Temporary fix for Python 3.9, fix coming in https://github.com/boto/botocore/issues/2002 +find . -type f -name '*.py' | xargs sed -i s/cElementTree/ElementTree/g + %build %py3_build @@ -44,6 +47,9 @@ rm -vr tests/integration %{python3_sitelib}/%{pypi_name}-*.egg-info/ %changelog +* Wed Apr 08 2020 Gwyn Ciesla - 1.15.38-2 +- Python 3.9 fix + * Wed Apr 08 2020 Gwyn Ciesla - 1.15.38-1 - 1.15.38