forked from boto/botocore
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #135 from vamping111/bump_24.13
spec: bump version, update changelog
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
Name: python-%{pkgname} | ||
# NOTICE - Updating this package requires updating python-boto3 | ||
Version: 1.20.14 | ||
Release: ROCKIT45%{?buildid}%{?dist} | ||
Release: ROCKIT46%{?buildid}%{?dist} | ||
Summary: Low-level, data-driven core of boto 3 | ||
|
||
License: ASL 2.0 | ||
|
@@ -47,6 +47,10 @@ rm -rf tests/integration | |
%{python3_sitelib}/%{pkgname}-*.egg-info/ | ||
|
||
%changelog | ||
* Tue Jul 23 2024 Linar Nasyyrov <[email protected]> - 1.20.14-ROCKIT46 | ||
- ec2: add ramMonitoring as instance attribute | ||
- spec: move to ROCKIT | ||
|
||
* Thu Jul 11 2024 Andrey Kulaev <[email protected]> - 1.20.14-CROC45 | ||
- botocore: set endpoints to type StringList | ||
- botocore,bc: add last tag name of protected resource | ||
|