Update to 3.3

epel9
Robert Kuska 10 years ago
parent 94b3a35d7a
commit 22c8d0401f

1
.gitignore vendored

@ -6,3 +6,4 @@
/click-2.4.tar.gz /click-2.4.tar.gz
/click-3.1.tar.gz /click-3.1.tar.gz
/click-3.2.tar.gz /click-3.2.tar.gz
/click-3.3.tar.gz

@ -3,13 +3,14 @@
%global with_python3 1 %global with_python3 1
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 3.2 Version: 3.3
Release: 2%{?dist} Release: 1%{?dist}
Summary: A simple wrapper around optparse for powerful command line utilities Summary: A simple wrapper around optparse for powerful command line utilities
License: BSD License: BSD
URL: http://github.com/mitsuhiko/click URL: http://github.com/mitsuhiko/click
Source0: https://pypi.python.org/packages/source/c/%{pypi_name}/%{pypi_name}-%{version}.tar.gz Source0: https://pypi.python.org/packages/source/c/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
#In upstream since v3.3
#https://github.com/mitsuhiko/click/pull/209 #https://github.com/mitsuhiko/click/pull/209
Patch1: 0001-Change-exception-check-of-TypeError.patch Patch1: 0001-Change-exception-check-of-TypeError.patch
BuildArch: noarch BuildArch: noarch
@ -46,7 +47,7 @@ comes with good defaults out of the box.
%prep %prep
%setup -q -n %{pypi_name}-%{version} %setup -q -n %{pypi_name}-%{version}
%patch1 -p1 #%patch1 -p1
%if 0%{?with_python3} %if 0%{?with_python3}
rm -rf %{py3dir} rm -rf %{py3dir}
@ -98,6 +99,9 @@ popd
%changelog %changelog
* Fri Oct 03 2014 Robert Kuska <rkuska@redhat.com> - 3.3-1
- Update to 3.3
* Sun Aug 24 2014 Robert Kuska <rkuska@redhat.com> - 3.2-2 * Sun Aug 24 2014 Robert Kuska <rkuska@redhat.com> - 3.2-2
- Add patch for exception check of TypeError - Add patch for exception check of TypeError

@ -1 +1 @@
f8a439029337ff39ed814ae5ce948318 click-3.2.tar.gz 40edaba4d216915a8326c5b2cb52781d click-3.3.tar.gz

Loading…
Cancel
Save