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 #155 from Sharpeye90/bump
spec: update changelog, bump version
- Loading branch information
Showing
1 changed file
with
6 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: ROCKIT52%{?buildid}%{?dist} | ||
Release: ROCKIT53.rc.1%{?buildid}%{?dist} | ||
Summary: Low-level, data-driven core of boto 3 | ||
|
||
License: ASL 2.0 | ||
|
@@ -47,6 +47,11 @@ rm -rf tests/integration | |
%{python3_sitelib}/%{pkgname}-*.egg-info/ | ||
|
||
%changelog | ||
* Fri Nov 29 2024 Andrey Kulaev <[email protected]> - 1.20.14-ROCKIT53.rc.1 | ||
- backup: add configuration to BackupSelection and StartBackupJob | ||
- backup: add IsPartial to RecoveryPoint shapes | ||
- backup: add configuration to job list and get | ||
|
||
* Tue Nov 19 2024 Aleksander Badulin <[email protected]> - 1.20.14-ROCKIT52 | ||
- cloudwatch: add MetricName and Dimensions parameters to DescribeAlarms | ||
- ec2: add volume placement group | ||
|