[python-click] Update to 3.2

Robert Kuska rkuska at fedoraproject.org
Sun Aug 24 16:08:50 UTC 2014


commit 77b8ec099be46014201de4279737356c1312a3f5
Author: Robert Kuska <rkuska at redhat.com>
Date:   Sun Aug 24 14:51:49 2014 +0200

    Update to 3.2

 .gitignore        |    1 +
 python-click.spec |    5 ++++-
 sources           |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 69487c0..6d827b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /click-2.2.tar.gz
 /click-2.4.tar.gz
 /click-3.1.tar.gz
+/click-3.2.tar.gz
diff --git a/python-click.spec b/python-click.spec
index d839f0c..d7df3fc 100644
--- a/python-click.spec
+++ b/python-click.spec
@@ -3,7 +3,7 @@
 %global with_python3 1
 
 Name:           python-%{pypi_name}
-Version:        3.1
+Version:        3.2
 Release:        1%{?dist}
 Summary:        A simple wrapper around optparse for powerful command line utilities
 
@@ -95,6 +95,9 @@ popd
 
 
 %changelog
+* Sun Aug 24 2014 Robert Kuska <rkuska at redhat.com> - 3.2-1
+- Update to 3.2
+
 * Mon Aug 18 2014 Robert Kuska <rkuska at redhat.com> - 3.1-1
 - Update to 3.1
 
diff --git a/sources b/sources
index 3c80001..5e13283 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6fc0aa839e01ac1d05c4a823c698b6b2  click-3.1.tar.gz
+f8a439029337ff39ed814ae5ce948318  click-3.2.tar.gz


More information about the scm-commits mailing list