Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-botocore.git#03fbca8621f89722cf315f7c543ebeb126572799
This commit is contained in:
parent
4db7f57d54
commit
8079394468
1
.gitignore
vendored
1
.gitignore
vendored
@ -289,3 +289,4 @@
|
|||||||
/botocore-1.19.59.tar.gz
|
/botocore-1.19.59.tar.gz
|
||||||
/botocore-1.19.60.tar.gz
|
/botocore-1.19.60.tar.gz
|
||||||
/botocore-1.19.61.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
|
# starving a thread. So we'll arbitrarily say that a thread
|
||||||
# can't have less than 20% of the mean allocations per 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.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}
|
Name: python-%{pypi_name}
|
||||||
# NOTICE - Updating this package requires updating python-boto3
|
# NOTICE - Updating this package requires updating python-boto3
|
||||||
Version: 1.19.61
|
Version: 1.19.62
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Low-level, data-driven core of boto 3
|
Summary: Low-level, data-driven core of boto 3
|
||||||
|
|
||||||
@ -66,6 +66,9 @@ nosetests-%{python3_version} unit functional
|
|||||||
%{python3_sitelib}/%{pypi_name}-*.dist-info/
|
%{python3_sitelib}/%{pypi_name}-*.dist-info/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 28 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.19.61-1
|
||||||
- 1.19.61
|
- 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