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#3829d139176d07ad75f243a47eae760cd996fc8c
This commit is contained in:
parent
c346c8007c
commit
a2b7c6dba2
1
.gitignore
vendored
1
.gitignore
vendored
@ -281,3 +281,4 @@
|
|||||||
/botocore-1.19.51.tar.gz
|
/botocore-1.19.51.tar.gz
|
||||||
/botocore-1.19.52.tar.gz
|
/botocore-1.19.52.tar.gz
|
||||||
/botocore-1.19.53.tar.gz
|
/botocore-1.19.53.tar.gz
|
||||||
|
/botocore-1.19.54.tar.gz
|
||||||
|
8
botocore-1.19.53-bucket-threshhold.patch
Normal file
8
botocore-1.19.53-bucket-threshhold.patch
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
--- 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.3 * 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.53
|
Version: 1.19.54
|
||||||
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,6 +11,8 @@ 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
|
||||||
@ -33,7 +35,7 @@ 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.
|
botocore package is the foundation for the AWS CLI as well as boto3.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{pypi_name}-%{version}
|
%autosetup -n %{pypi_name}-%{version} -p0
|
||||||
rm -vr %{pypi_name}.egg-info
|
rm -vr %{pypi_name}.egg-info
|
||||||
# Remove online tests
|
# Remove online tests
|
||||||
rm -vr tests/integration
|
rm -vr tests/integration
|
||||||
@ -46,7 +48,6 @@ rm -vr tests/functional/leak
|
|||||||
# -r use final runtime dependencies as BuildRequires
|
# -r use final runtime dependencies as BuildRequires
|
||||||
%pyproject_buildrequires -r
|
%pyproject_buildrequires -r
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|
||||||
@ -65,6 +66,12 @@ nosetests-%{python3_version} unit functional
|
|||||||
%{python3_sitelib}/%{pypi_name}-*.dist-info/
|
%{python3_sitelib}/%{pypi_name}-*.dist-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 14 08:13:55 CST 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.19.54-1
|
||||||
|
- 1.19.54
|
||||||
|
|
||||||
|
* Wed Jan 13 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.19.53-2
|
||||||
|
- Patch to increase bucket test threshold.
|
||||||
|
|
||||||
* Wed Jan 13 08:29:49 CST 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.19.53-1
|
* Wed Jan 13 08:29:49 CST 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.19.53-1
|
||||||
- 1.19.53
|
- 1.19.53
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (botocore-1.19.53.tar.gz) = ffe1da3076e656c36f4c59c12fa9f466e63b6bbc0365f7ecb78a6dc6941eb3748d676188c2b0e5a2d23d21e5cb03daf2893aa04561e183dc931070fae77eea9f
|
SHA512 (botocore-1.19.54.tar.gz) = 1f5e0af14bb3e6ff57070580c72caeadfbdf64b8e24951053d991120ddd0d835e025d1211bfeff0f4932821e0c36f82514168ce785a316aac5ebee1feb073e6f
|
||||||
|
Loading…
Reference in New Issue
Block a user