From 468531123e41a760afb756c3b366a9ba274e71fa Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Mon, 18 Apr 2016 16:01:13 +0200 Subject: [PATCH] Update to version 6.6 --- .gitignore | 1 + ...-Change-exception-check-of-TypeError.patch | 25 ------------------- python-click.spec | 6 ++++- sources | 2 +- 4 files changed, 7 insertions(+), 27 deletions(-) delete mode 100644 0001-Change-exception-check-of-TypeError.patch diff --git a/.gitignore b/.gitignore index d0a846e..96ca8f3 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /click-5.1.tar.gz /click-6.2.tar.gz /click-6.3.tar.gz +/click-6.6.tar.gz diff --git a/0001-Change-exception-check-of-TypeError.patch b/0001-Change-exception-check-of-TypeError.patch deleted file mode 100644 index b263057..0000000 --- a/0001-Change-exception-check-of-TypeError.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 1b7ea533ea79bacbb14979e92416fa03b22ee774 Mon Sep 17 00:00:00 2001 -From: Robert Kuska -Date: Sun, 24 Aug 2014 15:42:41 +0200 -Subject: [PATCH] Change exception check of TypeError - ---- - click/core.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/click/core.py b/click/core.py -index b4c7368..fd179a2 100644 ---- a/click/core.py -+++ b/click/core.py -@@ -432,7 +432,7 @@ class Context(object): - except TypeError as e: - if not injected_arguments: - raise -- if 'got multiple values for keyword argument' in str(e): -+ if 'got multiple values for' in str(e): - raise RuntimeError( - 'You called .invoke() on the context with a command ' - 'but provided parameters as positional arguments. ' --- -1.9.3 - diff --git a/python-click.spec b/python-click.spec index c37c13a..96a13ec 100644 --- a/python-click.spec +++ b/python-click.spec @@ -3,7 +3,7 @@ %global with_python3 1 Name: python-%{pypi_name} -Version: 6.3 +Version: 6.6 Release: 1%{?dist} Summary: A simple wrapper around optparse for powerful command line utilities @@ -95,6 +95,10 @@ popd %changelog +* Mon Apr 18 2016 Charalampos Stratakis - 6.6-1 +- Update to 6.6 +- Removed non-applied patch file. + * Tue Mar 08 2016 Robert Kuska - 6.3-1 - Update to 6.3 diff --git a/sources b/sources index 24fb9b5..59c69b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f171cdf12b8f2e284c224825f5e4634 click-6.3.tar.gz +d0b09582123605220ad6977175f3e51d click-6.6.tar.gz