Update to 2.0

epel9
Robert Kuska 11 years ago
parent 853d56737a
commit bac56856a7

2
.gitignore vendored

@ -1,2 +1,4 @@
/click-1.1.tar.gz
/click-1.1-tests.tgz
/click-2.0.tar.gz
/click-2.0-tests.tgz

@ -3,8 +3,8 @@
%global with_python3 1
Name: python-%{pypi_name}
Version: 1.1
Release: 3%{?dist}
Version: 2.0
Release: 1%{?dist}
Summary: A simple wrapper around optparse for powerful command line utilities
License: BSD
@ -99,6 +99,9 @@ popd
%changelog
* Thu Jun 12 2014 Robert Kuska <rkuska@redhat.com> - 2.0-1
- Update to 2.0
* Fri Jun 06 2014 Robert Kuska <rkuska@redhat.com> - 1.1-3
- Make click own its folder
- Use pythonX_version macros from devel package

@ -1,2 +1,2 @@
33b9da7e95512dbf658cdba31cdb8a2e click-1.1-tests.tgz
cb5a9b715bfffe7a297d107829978f45 click-1.1.tar.gz
259ebb6fcf28a72df2104db8f5a22962 click-2.0.tar.gz
ce5918a6374fb5c2496e5a8d9988d2f1 click-2.0-tests.tgz

Loading…
Cancel
Save