1.27.71
This commit is contained in:
parent
37c6bfb21d
commit
85b4e87607
1
.gitignore
vendored
1
.gitignore
vendored
@ -621,3 +621,4 @@
|
||||
/botocore-1.27.60.tar.gz
|
||||
/botocore-1.27.61.tar.gz
|
||||
/botocore-1.27.62.tar.gz
|
||||
/botocore-1.27.71.tar.gz
|
||||
|
@ -2,17 +2,14 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
# NOTICE - Updating this package requires updating python-boto3
|
||||
Version: 1.27.62
|
||||
Version: 1.27.71
|
||||
Release: 1%{?dist}
|
||||
Summary: Low-level, data-driven core of boto 3
|
||||
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/boto/botocore
|
||||
Source0: %{pypi_source}
|
||||
# Replace removed inspect.formatargspec with inspect.signature
|
||||
# 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
|
||||
Patch0: 2761.patch
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: pyproject-rpm-macros
|
||||
@ -70,6 +67,9 @@ rm -vr tests/functional/leak
|
||||
%{python3_sitelib}/%{pypi_name}-*.dist-info/
|
||||
|
||||
%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
|
||||
- 1.27.62
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (botocore-1.27.62.tar.gz) = c5520f296dd9e53818912f3c2967a53341144cbb863e3d0e110e478d594b9c650f27356da471969c92d2004e22382c13d5231e3573b51d23b5724afb4d63403b
|
||||
SHA512 (botocore-1.27.71.tar.gz) = bb37eb4d90ad9f21e7471efdfeb05d3533995a359259e871c4abb0d8df0281650b3a77d6981d0755fc16c10ccbcf25258d55006a76bdc8d4a17f1a55b27a3002
|
||||
|
Loading…
Reference in New Issue
Block a user