Update to 1.4 that gives easy_install pypi credential handling
This commit is contained in:
parent
8b4da0d1cf
commit
db6ebee1ae
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/svn17_example.zip
|
/svn17_example.zip
|
||||||
/svn18_example.zip
|
/svn18_example.zip
|
||||||
/setuptools-1.3.1.tar.gz
|
/setuptools-1.3.1.tar.gz
|
||||||
|
/setuptools-1.4.tar.gz
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
%global srcname setuptools
|
%global srcname setuptools
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 1.3.1
|
Version: 1.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easily build and distribute Python packages
|
Summary: Easily build and distribute Python packages
|
||||||
|
|
||||||
@ -168,6 +168,9 @@ rm -rf %{buildroot}
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 18 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.4-1
|
||||||
|
- Update to 1.4 that gives easy_install pypi credential handling
|
||||||
|
|
||||||
* Thu Nov 7 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.3.1-1
|
* Thu Nov 7 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.3.1-1
|
||||||
- Minor upstream update to reign in overzealous warnings
|
- Minor upstream update to reign in overzealous warnings
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user