From ac6e039b1ec56d49641b5e0be9b66c3fa71c4fd4 Mon Sep 17 00:00:00 2001 From: Robert Kuska Date: Wed, 16 Jul 2014 08:57:22 +0200 Subject: [PATCH] Update to 2.4 --- .gitignore | 1 + python-click.spec | 6 ++++-- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a8a4651..41bbb99 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /click-2.0.tar.gz /click-2.0-tests.tgz /click-2.2.tar.gz +/click-2.4.tar.gz diff --git a/python-click.spec b/python-click.spec index 33c19b5..15e9ecd 100644 --- a/python-click.spec +++ b/python-click.spec @@ -3,14 +3,13 @@ %global with_python3 1 Name: python-%{pypi_name} -Version: 2.2 +Version: 2.4 Release: 1%{?dist} Summary: A simple wrapper around optparse for powerful command line utilities License: BSD URL: http://github.com/mitsuhiko/click Source0: https://pypi.python.org/packages/source/c/%{pypi_name}/%{pypi_name}-%{version}.tar.gz -# Tests are not included in pypi package, checked from github BuildArch: noarch BuildRequires: python-devel @@ -96,6 +95,9 @@ popd %changelog +* Wed Jul 16 2014 Robert Kuska - 2.4-1 +- Update to 2.4 + * Mon Jun 30 2014 Robert Kuska - 2.2-1 - Update to 2.2 diff --git a/sources b/sources index cc645fa..fadd6b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e07460aab221e1b7ceee0018122e04a9 click-2.2.tar.gz +7affaac2973184810c018fab7cedca4f click-2.4.tar.gz