[python-modernize] Update to 0.3 (#1130054)

Luke Macken lmacken at fedoraproject.org
Wed Aug 27 18:46:26 UTC 2014


commit 1e983472a3733581b1a10b39b0cbe441cf55f279
Author: Luke Macken <lmacken at redhat.com>
Date:   Wed Aug 27 12:46:24 2014 -0600

    Update to 0.3 (#1130054)

 .gitignore            |    1 +
 python-modernize.spec |    9 ++++++---
 sources               |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a3e2e69..6553145 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /modernize-0.2.tar.gz
+/modernize-0.3.tar.gz
diff --git a/python-modernize.spec b/python-modernize.spec
index 4c5ab52..33e7c98 100644
--- a/python-modernize.spec
+++ b/python-modernize.spec
@@ -1,8 +1,8 @@
 %global srcname modernize
 
 Name: python-modernize
-Version: 0.2
-Release: 3%{?dist}
+Version: 0.3
+Release: 1%{?dist}
 Summary: Modernizes Python code for eventual Python 3 migration
 
 License:        BSD
@@ -35,11 +35,14 @@ dependency on python-six.
 
  
 %files
-%doc README
+%doc README.rst
 %{python_sitelib}/*
 %{_bindir}/*
 
 %changelog
+* Wed Aug 27 2014 Luke Macken <lmacken at redhat.com> - 0.3-1
+- Update to 0.3 (#1130054)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index c83abfd..dc8eeab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-762ed0e73d1af3143349aa121ee9529e  modernize-0.2.tar.gz
+edc8ccf1410c4410d931d37ac8facb9c  modernize-0.3.tar.gz


More information about the scm-commits mailing list