[python-autopep8] Update to upstream version 0.9.2

Nikola Dipanov ndipanov at fedoraproject.org
Tue Aug 13 10:32:11 UTC 2013


commit a3dea0135fa0027781e5955971700364b3cc6b24
Author: Nikola Dipanov <ndipanov at redhat.com>
Date:   Tue Aug 13 12:33:23 2013 +0200

    Update to upstream version 0.9.2

 .gitignore           |    1 +
 python-autopep8.spec |    9 ++++++---
 sources              |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0ee7090..ed76179 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /autopep8-0.8.tar.gz
+/autopep8-0.9.2.tar.gz
diff --git a/python-autopep8.spec b/python-autopep8.spec
index e2bf154..f916c68 100644
--- a/python-autopep8.spec
+++ b/python-autopep8.spec
@@ -1,11 +1,11 @@
 Name:           python-autopep8
-Version:        0.8
-Release:        3
+Version:        0.9.2
+Release:        1
 Summary:        The package autopep8 formats Python code based on the output of the pep8 utility
 
 License:        MIT 
 URL:            http://pypi.python.org/pypi/autopep8
-Source0:        http://pypi.python.org/packages/source/a/autopep8/autopep8-0.8.tar.gz
+Source0:        https://pypi.python.org/packages/source/a/autopep8/autopep8-0.9.2.tar.gz
 
 BuildArch:      noarch
 BuildRequires:  python2-devel python-pep8
@@ -38,6 +38,9 @@ touch test/__init__.py #test needs to be a python module otherwise test will fia
 %{_bindir}/autopep8
 
 %changelog
+* Tue Aug 13 2013 Nikola Dipanov <ndipanov at redhat.com> - 0.9.2-1 
+- Update to upstream version 0.9.2
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 954ae7e..29433b0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-968f7749aa6c8d65489b81b56ad57dea  autopep8-0.8.tar.gz
+f73c95950ab1c3e5d14e058175fff9c5  autopep8-0.9.2.tar.gz


More information about the scm-commits mailing list