1.18.0
This commit is contained in:
parent
a51f6810df
commit
99b2fa5f0d
1
.gitignore
vendored
1
.gitignore
vendored
@ -210,3 +210,4 @@
|
||||
/botocore-1.17.61.tar.gz
|
||||
/botocore-1.17.62.tar.gz
|
||||
/botocore-1.17.63.tar.gz
|
||||
/botocore-1.18.0.tar.gz
|
||||
|
@ -1,13 +0,0 @@
|
||||
diff --git a/setup.py b/setup.py
|
||||
index edc3578..555e5ef 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -25,7 +25,7 @@ def find_version(*file_paths):
|
||||
|
||||
requires = [
|
||||
'jmespath>=0.7.1,<1.0.0',
|
||||
- 'docutils>=0.10,<0.16',
|
||||
+ 'docutils>=0.10,<1.0.0',
|
||||
'python-dateutil>=2.1,<3.0.0',
|
||||
]
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
# NOTICE - Updating this package requires updating python-boto3
|
||||
Version: 1.17.63
|
||||
Version: 1.18.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Low-level, data-driven core of boto 3
|
||||
|
||||
@ -11,10 +11,6 @@ URL: https://github.com/boto/botocore
|
||||
Source0: %{pypi_source}
|
||||
BuildArch: noarch
|
||||
|
||||
# Fix runtime dependency issue with docutils version 0.16
|
||||
# Upstream report: https://github.com/boto/botocore/issues/1942
|
||||
Patch0: fix-docutils-dependency.patch
|
||||
|
||||
%description
|
||||
A low-level interface to a growing number of Amazon Web Services. The
|
||||
botocore package is the foundation for the AWS CLI as well as boto3.
|
||||
@ -48,6 +44,9 @@ rm -vr tests/integration
|
||||
%{python3_sitelib}/%{pypi_name}-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Fri Sep 18 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.18.0-1
|
||||
- 1.18.0
|
||||
|
||||
* Wed Sep 16 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.17.63-1
|
||||
- 1.17.63
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (botocore-1.17.63.tar.gz) = e4cf3fbb4c8a5c05dc8265b67fbba0bf03dcf12d28bcd0e1dd304392614d86f061a5115f8129eefa2fa44efab17a8720b7c39c082c2908bf4e29bbefb57e92fb
|
||||
SHA512 (botocore-1.18.0.tar.gz) = 43b5992d1ffb8d10f32f532c3085825e3775e3da4d6c25c2e300dfcd6e24967bdd318a7be37889a9d7802eb74bd9085b9642cda099b0064cbd9ffd65a56b7de5
|
||||
|
Loading…
Reference in New Issue
Block a user