diff --git a/.gitignore b/.gitignore index 6ea7d40..1cd5dcc 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /click-3.2.tar.gz /click-3.3.tar.gz /click-4.0.tar.gz +/click-4.1.tar.gz diff --git a/python-click.spec b/python-click.spec index 1e96eb4..5f58f82 100644 --- a/python-click.spec +++ b/python-click.spec @@ -3,8 +3,8 @@ %global with_python3 1 Name: python-%{pypi_name} -Version: 4.0 -Release: 3%{?dist} +Version: 4.1 +Release: 1%{?dist} Summary: A simple wrapper around optparse for powerful command line utilities License: BSD @@ -95,6 +95,9 @@ popd %changelog +* Mon Aug 03 2015 Robert Kuska - 4.1-1 +- Update to 4.1 + * Thu Jun 18 2015 Fedora Release Engineering - 4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 0c5f3bb..fd41271 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -79b475a1dbd566d8ce7daba5e6c1aaa7 click-4.0.tar.gz +6a3fa88c738f2f775ec6de126feb99a4 click-4.1.tar.gz