1.22.8
This commit is contained in:
parent
daeda76edc
commit
cb6fe5f2d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -468,3 +468,4 @@
|
|||||||
/botocore-1.22.5.tar.gz
|
/botocore-1.22.5.tar.gz
|
||||||
/botocore-1.22.6.tar.gz
|
/botocore-1.22.6.tar.gz
|
||||||
/botocore-1.22.7.tar.gz
|
/botocore-1.22.7.tar.gz
|
||||||
|
/botocore-1.22.8.tar.gz
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
--- tests/functional/retries/test_bucket.py~ 2021-01-12 13:04:04.000000000 -0600
|
|
||||||
+++ tests/functional/retries/test_bucket.py 2021-01-13 13:41:25.177245044 -0600
|
|
||||||
@@ -106,4 +106,4 @@
|
|
||||||
# can sanity check that our implementation isn't drastically
|
|
||||||
# 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.2 * 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.22.7
|
Version: 1.22.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Low-level, data-driven core of boto 3
|
Summary: Low-level, data-driven core of boto 3
|
||||||
|
|
||||||
@ -11,8 +11,6 @@ URL: https://github.com/boto/botocore
|
|||||||
Source0: %{pypi_source}
|
Source0: %{pypi_source}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Patch0: botocore-1.19.53-bucket-threshhold.patch
|
|
||||||
|
|
||||||
BuildRequires: pyproject-rpm-macros
|
BuildRequires: pyproject-rpm-macros
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-jsonschema
|
BuildRequires: python3-jsonschema
|
||||||
@ -66,6 +64,9 @@ rm -vr tests/functional/leak
|
|||||||
%{python3_sitelib}/%{pypi_name}-*.dist-info/
|
%{python3_sitelib}/%{pypi_name}-*.dist-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 02 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.22.8-1
|
||||||
|
- 1.22.8
|
||||||
|
|
||||||
* Fri Oct 29 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.22.7-1
|
* Fri Oct 29 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.22.7-1
|
||||||
- 1.22.7
|
- 1.22.7
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (botocore-1.22.7.tar.gz) = 39eaa5d4bc64669bc398797c69d63157a6a4539bed1c4cdc492c4fe94c9a32d58ac9ea8c06fafd75a5c36ab9d3a5c99f88990b03bcef6cccf7e0c4247330780b
|
SHA512 (botocore-1.22.8.tar.gz) = d35748c240ad83155c5d97b044569e1d7093469acdac948d4ce396b1f17563ed5e9bbfa91799a87fabd93df3b63724be096d489be909aa1567d59e6bafe99e03
|
||||||
|
Loading…
Reference in New Issue
Block a user