From 99fe52cec189d8cd1bc2f9559b9bce317192e76f Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Wed, 11 May 2022 14:44:31 -0500 Subject: [PATCH] 1.25.11 --- .gitignore | 1 + 2507.patch | 20 ++++---------------- python-botocore.spec | 5 ++++- sources | 2 +- 4 files changed, 10 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 0421965..6f14dc9 100644 --- a/.gitignore +++ b/.gitignore @@ -572,3 +572,4 @@ /botocore-1.25.7.tar.gz /botocore-1.25.8.tar.gz /botocore-1.25.10.tar.gz +/botocore-1.25.11.tar.gz diff --git a/2507.patch b/2507.patch index 900d1b7..b938c8a 100644 --- a/2507.patch +++ b/2507.patch @@ -1,18 +1,6 @@ -From ec30ecf89f8788da139f73d9140de66fc21848d5 Mon Sep 17 00:00:00 2001 -From: Hugo van Kemenade -Date: Thu, 30 Sep 2021 15:21:40 +0300 -Subject: [PATCH] Replace deprecated inspect.formatargspec with - inspect.signature - ---- - botocore/docs/method.py | 8 +------- - 1 file changed, 1 insertion(+), 7 deletions(-) - -diff --git a/botocore/docs/method.py b/botocore/docs/method.py -index dbadd94313..e75a0e8e5c 100644 ---- a/botocore/docs/method.py -+++ b/botocore/docs/method.py -@@ -96,13 +96,7 @@ def document_custom_signature(section, name, method, +--- a/botocore/docs/method.py~ 2022-05-10 13:06:42.000000000 -0500 ++++ b/botocore/docs/method.py 2022-05-11 14:29:40.467083093 -0500 +@@ -101,13 +101,7 @@ :param exclude: The names of the parameters to exclude from documentation. """ @@ -21,7 +9,7 @@ index dbadd94313..e75a0e8e5c 100644 - args=argspec.args[1:], - varargs=argspec.varargs, - varkw=argspec.varkw, -- defaults=argspec.defaults +- defaults=argspec.defaults, - ) + signature_params = str(inspect.signature(method)) signature_params = signature_params.lstrip('(') diff --git a/python-botocore.spec b/python-botocore.spec index cfc325c..eab624b 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} # NOTICE - Updating this package requires updating python-boto3 -Version: 1.25.10 +Version: 1.25.11 Release: 1%{?dist} Summary: Low-level, data-driven core of boto 3 @@ -70,6 +70,9 @@ rm -vr tests/functional/leak %{python3_sitelib}/%{pypi_name}-*.dist-info/ %changelog +* Wed May 11 2022 Gwyn Ciesla - 1.25.11-1 +- 1.25.11 + * Mon May 09 2022 Gwyn Ciesla - 1.25.10-1 - 1.25.10 diff --git a/sources b/sources index c54a613..c2f5e0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (botocore-1.25.10.tar.gz) = 6daaec14be1cafdf43bdb4b182a31649d88ee3a9b7e2a88409e3a9fc5279479f78800a0b49ec405936e6695ac4c1b672a62b31b2486049193734ade98f275a10 +SHA512 (botocore-1.25.11.tar.gz) = 2afe95fc0ee2d50e87c6ffc8cbd189fea71f0a97ce508c01642f0a736cb2fe220531324366fddad3e725bc81ca4ef3ffdf2c281c3c89075cae5416f5722b1b1d