-
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 #77 from Sharpeye90/bump
spec: bump version, update changelog
- Loading branch information
Showing
1 changed file
with
9 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 |
---|---|---|
|
@@ -44,7 +44,7 @@ cloud systems like Eucalyptus, OpenStack and Open Nebula. | |
Summary: A simple, lightweight interface to Amazon Web Services | ||
Name: python-%{pkgname} | ||
Version: 2.46.1 | ||
Release: CROC16%{?buildid}%{?dist} | ||
Release: CROC17%{?buildid}%{?dist} | ||
License: MIT | ||
Group: Development/Languages | ||
URL: https://github.com/c2devel/boto | ||
|
@@ -148,6 +148,14 @@ rm -f %buildroot/%{_bindir}/* | |
|
||
|
||
%changelog | ||
* Tue Dec 24 2019 Andrey Kulaev <[email protected]> - 2.46.1-CROC17 | ||
- ec2: add ability to modify security group's attribute. | ||
- ec2: add address pool entities | ||
- ec2: add address pool methods | ||
- ec2: add allocate_address() address pool support | ||
- ec2 tests: add tests for address pool methods | ||
- ec2: add public_ipv4_pool field handling | ||
|
||
* Mon Nov 11 2019 Andrey Kulaev <[email protected]> - 2.46.1-CROC16 | ||
- [cloudtrail] add aws_sudo_id support | ||
|
||
|