|
|
@ -2,8 +2,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
# NOTICE - Updating this package requires updating python-boto3
|
|
|
|
# NOTICE - Updating this package requires updating python-boto3
|
|
|
|
Version: 1.27.10
|
|
|
|
Version: 1.27.17
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Low-level, data-driven core of boto 3
|
|
|
|
Summary: Low-level, data-driven core of boto 3
|
|
|
|
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
@ -12,7 +12,7 @@ Source0: %{pypi_source}
|
|
|
|
# Replace removed inspect.formatargspec with inspect.signature
|
|
|
|
# Replace removed inspect.formatargspec with inspect.signature
|
|
|
|
# This is needed for compatibility with Python 3.11 and
|
|
|
|
# This is needed for compatibility with Python 3.11 and
|
|
|
|
# can be removed once upstream PR is merged.
|
|
|
|
# can be removed once upstream PR is merged.
|
|
|
|
Patch2507: https://github.com/boto/botocore/pull/2507.patch
|
|
|
|
#Patch2507: https://github.com/boto/botocore/pull/2507.patch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: pyproject-rpm-macros
|
|
|
|
BuildRequires: pyproject-rpm-macros
|
|
|
@ -70,6 +70,9 @@ rm -vr tests/functional/leak
|
|
|
|
%{python3_sitelib}/%{pypi_name}-*.dist-info/
|
|
|
|
%{python3_sitelib}/%{pypi_name}-*.dist-info/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jun 24 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.27.17-1
|
|
|
|
|
|
|
|
- 1.27.17
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 16 2022 Python Maint <python-maint@redhat.com> - 1.27.10-2
|
|
|
|
* Thu Jun 16 2022 Python Maint <python-maint@redhat.com> - 1.27.10-2
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
|
|