1.27.17
This commit is contained in:
parent
830b90369c
commit
b392fca7b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -592,3 +592,4 @@
|
||||
/botocore-1.27.3.tar.gz
|
||||
/botocore-1.27.4.tar.gz
|
||||
/botocore-1.27.10.tar.gz
|
||||
/botocore-1.27.17.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
# NOTICE - Updating this package requires updating python-boto3
|
||||
Version: 1.27.10
|
||||
Release: 2%{?dist}
|
||||
Version: 1.27.17
|
||||
Release: 1%{?dist}
|
||||
Summary: Low-level, data-driven core of boto 3
|
||||
|
||||
License: ASL 2.0
|
||||
@ -12,7 +12,7 @@ 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
|
||||
#Patch2507: https://github.com/boto/botocore/pull/2507.patch
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: pyproject-rpm-macros
|
||||
@ -70,6 +70,9 @@ rm -vr tests/functional/leak
|
||||
%{python3_sitelib}/%{pypi_name}-*.dist-info/
|
||||
|
||||
%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
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (botocore-1.27.10.tar.gz) = 1a178ca96d126b74d63d0a3199cbb55370c8ba77559d87173f496aef961364ab1df13a8f5e5565cbf79ec8f17cf2d2178952e1739b40b29a34b8b78118d18982
|
||||
SHA512 (botocore-1.27.17.tar.gz) = b1a145d3c97adfd4df40639da99e1c34087508be189d5818ee7176f20454f2897a6f518a14b4bfbf41cb169a17188bec467337c10d0ad511e223f0c1ff5b64ee
|
||||
|
Loading…
Reference in New Issue
Block a user