Update to 1.3.1 to fix CVE-2013-1888.
This commit is contained in:
parent
2052a4593b
commit
53e39cd28e
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ pip-0.7.2.tar.gz
|
||||
/pip-0.8.3.tar.gz
|
||||
/pip-1.0.2.tar.gz
|
||||
/pip-1.1.tar.gz
|
||||
/pip-1.3.1.tar.gz
|
||||
|
@ -8,8 +8,8 @@
|
||||
%global srcname pip
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.2.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Pip installs packages. Python3 packages. An easy_install replacement
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -129,6 +129,9 @@ popd
|
||||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Fri Apr 26 2013 Jon Ciesla <limburgher@gmail.com> - 1.3.1-1
|
||||
- Update to 1.3.1, fix for CVE-2013-1888.
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user