1.19.62
This commit is contained in:
parent
d5e44658f9
commit
03fbca8621
1
.gitignore
vendored
1
.gitignore
vendored
@ -289,3 +289,4 @@
|
||||
/botocore-1.19.59.tar.gz
|
||||
/botocore-1.19.60.tar.gz
|
||||
/botocore-1.19.61.tar.gz
|
||||
/botocore-1.19.62.tar.gz
|
||||
|
@ -5,4 +5,4 @@
|
||||
# starving a thread. So we'll arbitrarily say that a thread
|
||||
# can't have less than 20% of the mean allocations per thread.
|
||||
- self.assertTrue(not any(x < (0.2 * mean) for x in distribution))
|
||||
+ self.assertTrue(not any(x < (0.3 * mean) for x in distribution))
|
||||
+ self.assertTrue(not any(x < (0.5 * mean) for x in distribution))
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
# NOTICE - Updating this package requires updating python-boto3
|
||||
Version: 1.19.61
|
||||
Version: 1.19.62
|
||||
Release: 1%{?dist}
|
||||
Summary: Low-level, data-driven core of boto 3
|
||||
|
||||
@ -66,6 +66,9 @@ nosetests-%{python3_version} unit functional
|
||||
%{python3_sitelib}/%{pypi_name}-*.dist-info/
|
||||
|
||||
%changelog
|
||||
* Fri Jan 29 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.19.62-1
|
||||
- 1.19.62
|
||||
|
||||
* Thu Jan 28 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.19.61-1
|
||||
- 1.19.61
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (botocore-1.19.61.tar.gz) = 9a1095f305c3d2c00cb2ee902cfb46b8e3ab7b2b6757308072c1adeed3632bec7c422be3febbf23de796f0b303a2e9e27877273316e8c9f4a21e32295fb055c1
|
||||
SHA512 (botocore-1.19.62.tar.gz) = 0c702e207b904593788c7f7a290308730ed2cbe6b67c1566e2c53c45a68d9a5a8a45be67f6a0e2e5e6d1ffce5488508a5680d2f8a83c31f329d1a2878a52e7fb
|
||||
|
Loading…
Reference in New Issue
Block a user