Update to 2.4
This commit is contained in:
parent
c7aabbf8de
commit
ac6e039b1e
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/click-2.0.tar.gz
|
/click-2.0.tar.gz
|
||||||
/click-2.0-tests.tgz
|
/click-2.0-tests.tgz
|
||||||
/click-2.2.tar.gz
|
/click-2.2.tar.gz
|
||||||
|
/click-2.4.tar.gz
|
||||||
|
|||||||
@ -3,14 +3,13 @@
|
|||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 2.2
|
Version: 2.4
|
||||||
Release: 1%{?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
|
||||||
# Tests are not included in pypi package, checked from github
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
@ -96,6 +95,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 16 2014 Robert Kuska <rkuska@redhat.com> - 2.4-1
|
||||||
|
- Update to 2.4
|
||||||
|
|
||||||
* Mon Jun 30 2014 Robert Kuska <rkuska@redhat.com> - 2.2-1
|
* Mon Jun 30 2014 Robert Kuska <rkuska@redhat.com> - 2.2-1
|
||||||
- Update to 2.2
|
- Update to 2.2
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user