-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes and tests to support transitions 0.6.9
- Loading branch information
1 parent
408e9da
commit b96cfc2
Showing
9 changed files
with
68 additions
and
21 deletions.
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
boto3>=1.7.5 | ||
botocore>=1.10.55 | ||
boltons>=18.0.1,<19.0.0 | ||
transitions>=0.6.8 | ||
transitions>=0.6.9 | ||
mock==1.3.0 |
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 |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
with open("README.md", "r") as fh: | ||
long_description = fh.read() | ||
|
||
requires = ['boltons>=18.0.1,<19.0.0', 'transitions>=0.6.8'] | ||
requires = ['boltons>=18.0.1,<19.0.0', 'transitions>=0.6.9'] | ||
|
||
setuptools.setup( | ||
name = "AutoscalingLifecycle", | ||
version = "0.45.0", | ||
version = "0.46.0", | ||
author = "Jan Schumann", | ||
author_email = "[email protected]", | ||
description = "A library to handle aws autoscaling lifecycle events", | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
name = "AutoscalingTests" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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