|
|
@ -2,17 +2,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
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.62
|
|
|
|
Version: 1.27.71
|
|
|
|
Release: 1%{?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
|
|
|
|
URL: https://github.com/boto/botocore
|
|
|
|
URL: https://github.com/boto/botocore
|
|
|
|
Source0: %{pypi_source}
|
|
|
|
Source0: %{pypi_source}
|
|
|
|
# Replace removed inspect.formatargspec with inspect.signature
|
|
|
|
Patch0: 2761.patch
|
|
|
|
# This is needed for compatibility with Python 3.11 and
|
|
|
|
|
|
|
|
# can be removed once upstream PR is merged.
|
|
|
|
|
|
|
|
#Patch2507: https://github.com/boto/botocore/pull/2507.patch
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: pyproject-rpm-macros
|
|
|
|
BuildRequires: pyproject-rpm-macros
|
|
|
@ -70,6 +67,9 @@ rm -vr tests/functional/leak
|
|
|
|
%{python3_sitelib}/%{pypi_name}-*.dist-info/
|
|
|
|
%{python3_sitelib}/%{pypi_name}-*.dist-info/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Sep 12 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.27.71-1
|
|
|
|
|
|
|
|
- 1.27.71, patch for test failure
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 29 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.27.62-1
|
|
|
|
* Mon Aug 29 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.27.62-1
|
|
|
|
- 1.27.62
|
|
|
|
- 1.27.62
|
|
|
|
|
|
|
|
|
|
|
|