[python-click/epel7] Update to 2.2

Robert Kuska rkuska at fedoraproject.org
Mon Jun 30 10:25:17 UTC 2014


commit c5021eaa0c1ff502f40a94715f0f9afcb6136214
Author: Robert Kuska <rkuska at redhat.com>
Date:   Mon Jun 30 12:25:19 2014 +0200

    Update to 2.2

 .gitignore        |    1 +
 python-click.spec |   10 +++++-----
 sources           |    3 +--
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4bb15bf..a8a4651 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /click-1.1-tests.tgz
 /click-2.0.tar.gz
 /click-2.0-tests.tgz
+/click-2.2.tar.gz
diff --git a/python-click.spec b/python-click.spec
index e68d54d..ea452c5 100644
--- a/python-click.spec
+++ b/python-click.spec
@@ -3,15 +3,14 @@
 %global with_python3 0
 
 Name:           python-%{pypi_name}
-Version:        2.0
-Release:        2%{?dist}
+Version:        2.2
+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
-Source1:        click-%{version}-tests.tgz
 BuildArch:      noarch
  
 BuildRequires:  python-devel
@@ -77,11 +76,9 @@ popd
 %{__python2} setup.py install --skip-build --root %{buildroot}
 
 %check
-tar xzf %{SOURCE1}
 PYTHONPATH=$(pwd) py.test-%{python2_version} tests --tb=long --verbose 
 %if 0%{?with_python3}
 pushd %{py3dir}
-tar xzf %{SOURCE1}
 LANG=en_GB.utf8 LC_ALL=en_GB.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version} tests --tb=long --verbose 
 popd
 %endif
@@ -99,6 +96,9 @@ popd
 
 
 %changelog
+* Mon Jun 30 2014 Robert Kuska <rkuska at redhat.com> - 2.2-1
+- Update to 2.2
+
 * Thu Jun 12 2014 Robert Kuska <rkuska at redhat.com> - 2.0-2
 - Change spec for epel7
 
diff --git a/sources b/sources
index b9e7d03..cc645fa 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-259ebb6fcf28a72df2104db8f5a22962  click-2.0.tar.gz
-ce5918a6374fb5c2496e5a8d9988d2f1  click-2.0-tests.tgz
+e07460aab221e1b7ceee0018122e04a9  click-2.2.tar.gz


More information about the scm-commits mailing list