From 28aeb2e6dc634a02a971539db2f2851370b812f3 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Jul 16 2013 18:46:30 +0000 Subject: Update to 0.9.5 - package_index can handle hashes other than md5 - Fix security vulnerability in SSL certificate validation - https://bugzilla.redhat.com/show_bug.cgi?id=963260 --- diff --git a/.gitignore b/.gitignore index b3f500a..7596dfb 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ distribute-0.6.14.tar.gz /setuptools-0.7.7.tar.gz /setuptools-0.8b7.tar.gz /setuptools-0.8.tar.gz +/setuptools-0.9.5.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index d719b2f..cecc899 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -7,7 +7,7 @@ %global srcname setuptools Name: python-setuptools -Version: 0.8 +Version: 0.9.5 Release: 1%{?dist} Summary: Easily build and distribute Python packages @@ -150,6 +150,12 @@ rm -rf %{buildroot} %endif # with_python3 %changelog +* Tue Jul 16 2013 Toshio Kuratomi - 0.9.5-1 +- Update to 0.9.5 + - package_index can handle hashes other than md5 + - Fix security vulnerability in SSL certificate validation + - https://bugzilla.redhat.com/show_bug.cgi?id=963260 + * Fri Jul 5 2013 Toshio Kuratomi - 0.8-1 - Update to upstream 0.8 release. Codebase now runs on anything from python-2.4 to python-3.3 without having to be translated by 2to3. diff --git a/sources b/sources index 0cb052a..62e7608 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab5f2bbc67f0dbdfeb3075f14d0b029c setuptools-0.8.tar.gz +2461dc5378277cfae68809baf8e0ef81 setuptools-0.9.5.tar.gz