diff --git a/.gitignore b/.gitignore index 1cd5dcc..343f083 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /click-3.3.tar.gz /click-4.0.tar.gz /click-4.1.tar.gz +/click-5.1.tar.gz diff --git a/python-click.spec b/python-click.spec index 5f58f82..43bebe3 100644 --- a/python-click.spec +++ b/python-click.spec @@ -3,7 +3,7 @@ %global with_python3 1 Name: python-%{pypi_name} -Version: 4.1 +Version: 5.1 Release: 1%{?dist} Summary: A simple wrapper around optparse for powerful command line utilities @@ -95,6 +95,9 @@ popd %changelog +* Mon Aug 24 2015 Robert Kuska - 5.1-1 +- Update to 5.1 + * Mon Aug 03 2015 Robert Kuska - 4.1-1 - Update to 4.1 diff --git a/sources b/sources index fd41271..2c6c75a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6a3fa88c738f2f775ec6de126feb99a4 click-4.1.tar.gz +9c5323008cccfe232a8b161fc8196d41 click-5.1.tar.gz