diff --git a/.gitignore b/.gitignore index 41bbb99..69487c0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /click-2.0-tests.tgz /click-2.2.tar.gz /click-2.4.tar.gz +/click-3.1.tar.gz diff --git a/python-click.spec b/python-click.spec index 15e9ecd..d839f0c 100644 --- a/python-click.spec +++ b/python-click.spec @@ -3,7 +3,7 @@ %global with_python3 1 Name: python-%{pypi_name} -Version: 2.4 +Version: 3.1 Release: 1%{?dist} Summary: A simple wrapper around optparse for powerful command line utilities @@ -95,6 +95,9 @@ popd %changelog +* Mon Aug 18 2014 Robert Kuska - 3.1-1 +- Update to 3.1 + * Wed Jul 16 2014 Robert Kuska - 2.4-1 - Update to 2.4 diff --git a/sources b/sources index fadd6b5..3c80001 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7affaac2973184810c018fab7cedca4f click-2.4.tar.gz +6fc0aa839e01ac1d05c4a823c698b6b2 click-3.1.tar.gz