From 555b124b96ebd465da33b017844670d8418eddd0 Mon Sep 17 00:00:00 2001 From: Mathias Brossard Date: Tue, 3 Nov 2015 11:50:24 -0800 Subject: [PATCH] Releasing version 1.0.2 with python 2.7 fix --- CHANGELOG.md | 2 ++ Makefile | 2 +- README.md | 6 ++++++ s3iam.py | 2 +- yum-plugin-s3-iam.spec | 4 ++-- 5 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ecb6b54 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,2 @@ +## 1.0.2 (2015-11-03) +- Fix signature issue with python 2.7 diff --git a/Makefile b/Makefile index ce2fb83..32360b4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = yum-plugin-s3-iam -VERSION = 1.0.1 +VERSION = 1.0.2 RELEASE = 1 ARCH = noarch diff --git a/README.md b/README.md index 6583a5e..49a4d07 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/s3iam.py b/s3iam.py index 264f8ff..33e7ab4 100755 --- a/s3iam.py +++ b/s3iam.py @@ -18,7 +18,7 @@ __email__ = "julius@seporaitis.net" __copyright__ = "Copyright 2012, Julius Seporaitis" __license__ = "Apache 2.0" -__version__ = "1.0.1" +__version__ = "1.0.2" import urllib2 diff --git a/yum-plugin-s3-iam.spec b/yum-plugin-s3-iam.spec index b955c3f..833ba32 100644 --- a/yum-plugin-s3-iam.spec +++ b/yum-plugin-s3-iam.spec @@ -37,8 +37,8 @@ rm -rf ${RPM_BUILD_ROOT} /usr/lib/yum-plugins/s3iam.py* %changelog -* Mon Sep 21 2015 Mathias Brossard 1.0.1-1 -Fix for trailing line-feed on signature +* Tue Nov 03 2015 Mathias Brossard 1.0.2-1 +Fix for trailing line-feed on signature on newer python 2.7 * Fri May 31 2013 Matt Jamison 1.0-1 Initial packaging