Skip to content

Commit

Permalink
Releasing version 1.0.2 with python 2.7 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrossard committed Nov 3, 2015
1 parent 90e64ec commit 555b124
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## 1.0.2 (2015-11-03)
- Fix signature issue with python 2.7
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = yum-plugin-s3-iam
VERSION = 1.0.1
VERSION = 1.0.2
RELEASE = 1
ARCH = noarch

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ Use `make test` to run some simple tests.

Apache 2.0 license. See LICENSE.

## Maintainers

- Mathias Brossard
- Mischa Spiegelmock
- Sean Edge

## Author(s)

- Julius Seporaitis
Expand Down
2 changes: 1 addition & 1 deletion s3iam.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
__email__ = "[email protected]"
__copyright__ = "Copyright 2012, Julius Seporaitis"
__license__ = "Apache 2.0"
__version__ = "1.0.1"
__version__ = "1.0.2"


import urllib2
Expand Down
4 changes: 2 additions & 2 deletions yum-plugin-s3-iam.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ rm -rf ${RPM_BUILD_ROOT}
/usr/lib/yum-plugins/s3iam.py*

%changelog
* Mon Sep 21 2015 Mathias Brossard <[email protected]> 1.0.1-1
Fix for trailing line-feed on signature
* Tue Nov 03 2015 Mathias Brossard <[email protected]> 1.0.2-1
Fix for trailing line-feed on signature on newer python 2.7

* Fri May 31 2013 Matt Jamison <[email protected]> 1.0-1
Initial packaging

0 comments on commit 555b124

Please sign in to comment.