This commit is contained in:
Ralph Bean 2015-03-16 09:04:03 -04:00
parent 97c3f90a57
commit f236084e80
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@
/setuptools-13.0.2.tar.gz /setuptools-13.0.2.tar.gz
/setuptools-14.1.1.tar.gz /setuptools-14.1.1.tar.gz
/setuptools-14.2.tar.gz /setuptools-14.2.tar.gz
/setuptools-14.3.tar.gz

View File

@ -26,7 +26,7 @@
%endif %endif
Name: python-setuptools Name: python-setuptools
Version: 14.2 Version: 14.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Easily build and distribute Python packages Summary: Easily build and distribute Python packages
@ -206,6 +206,9 @@ popd
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Mon Mar 16 2015 Ralph Bean <rbean@redhat.com> - 14.3-1
- new version
* Sun Mar 15 2015 Ralph Bean <rbean@redhat.com> - 14.2-1 * Sun Mar 15 2015 Ralph Bean <rbean@redhat.com> - 14.2-1
- new version - new version

View File

@ -1 +1 @@
bf903e4658f36dbc07c49834d71fa4a6 setuptools-14.2.tar.gz b428d481e0beeba5ae59fd4d67d04fb8 setuptools-14.3.tar.gz