1.21.50
This commit is contained in:
parent
317aa7231c
commit
f466ebcbf6
1
.gitignore
vendored
1
.gitignore
vendored
@ -447,3 +447,4 @@
|
||||
/botocore-1.21.46.tar.gz
|
||||
/botocore-1.21.47.tar.gz
|
||||
/botocore-1.21.48.tar.gz
|
||||
/botocore-1.21.50.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
# NOTICE - Updating this package requires updating python-boto3
|
||||
Version: 1.21.48
|
||||
Version: 1.21.50
|
||||
Release: 1%{?dist}
|
||||
Summary: Low-level, data-driven core of boto 3
|
||||
|
||||
@ -16,9 +16,11 @@ Patch0: botocore-1.19.53-bucket-threshhold.patch
|
||||
BuildRequires: pyproject-rpm-macros
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-jsonschema
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: python3-mock
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: python3-jmespath
|
||||
|
||||
%description
|
||||
A low-level interface to a growing number of Amazon Web Services. The
|
||||
@ -55,9 +57,7 @@ rm -vr tests/functional/leak
|
||||
%pyproject_install
|
||||
|
||||
%check
|
||||
cd tests
|
||||
nosetests-%{python3_version} unit functional -e 'test_no_new_lines'
|
||||
|
||||
%pytest
|
||||
|
||||
%files -n python3-%{pypi_name}
|
||||
%doc README.rst
|
||||
@ -66,6 +66,9 @@ nosetests-%{python3_version} unit functional -e 'test_no_new_lines'
|
||||
%{python3_sitelib}/%{pypi_name}-*.dist-info/
|
||||
|
||||
%changelog
|
||||
* Tue Sep 28 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.21.50-1
|
||||
- 1.21.50
|
||||
|
||||
* Fri Sep 24 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.21.48-1
|
||||
- 1.21.48
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (botocore-1.21.48.tar.gz) = 1319679897ec3ed07a489a52d0d3e6a9abc529bb1c1aa458f1b51d1035d7e8bc203ba830fef2354fd07f058b3bb4ba140af34cb1616b509ecda08f5a18b2ed49
|
||||
SHA512 (botocore-1.21.50.tar.gz) = b487a0463159d6e9109f8d195a567c0c086f705406b52554f2f18ccd57aff6e116e9176716a79f5d24066a43a8193ec088fdd4671df69d6c23102537b59c4f7d
|
||||
|
Loading…
Reference in New Issue
Block a user