diff --git a/.gitignore b/.gitignore index 1c9e82c..d0a846e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /click-4.1.tar.gz /click-5.1.tar.gz /click-6.2.tar.gz +/click-6.3.tar.gz diff --git a/python-click.spec b/python-click.spec index f00dd75..c37c13a 100644 --- a/python-click.spec +++ b/python-click.spec @@ -3,8 +3,8 @@ %global with_python3 1 Name: python-%{pypi_name} -Version: 6.2 -Release: 2%{?dist} +Version: 6.3 +Release: 1%{?dist} Summary: A simple wrapper around optparse for powerful command line utilities License: BSD @@ -95,6 +95,9 @@ popd %changelog +* Tue Mar 08 2016 Robert Kuska - 6.3-1 +- Update to 6.3 + * Thu Feb 04 2016 Fedora Release Engineering - 6.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 98f25d7..24fb9b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -83252a8095397b1f5f710fdd58b484d9 click-6.2.tar.gz +2f171cdf12b8f2e284c224825f5e4634 click-6.3.tar.gz