From 23d21212911fbb442bd91e0c39e5eb60929e1e73 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Jul 05 2013 20:47:52 +0000 Subject: 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/.gitignore b/.gitignore index 56880b6..b3f500a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ distribute-0.6.14.tar.gz /distribute-0.6.28.tar.gz /distribute-0.6.36.tar.gz /setuptools-0.7.7.tar.gz +/setuptools-0.8b7.tar.gz +/setuptools-0.8.tar.gz diff --git a/distribute-skip-sdist_with_utf8_encoded_filename.patch b/distribute-skip-sdist_with_utf8_encoded_filename.patch index 21f6032..a473a18 100644 --- a/distribute-skip-sdist_with_utf8_encoded_filename.patch +++ b/distribute-skip-sdist_with_utf8_encoded_filename.patch @@ -1,6 +1,7 @@ -diff -r a59fcbbf5ca7 setuptools/tests/test_sdist.py ---- a/setuptools/tests/test_sdist.py Fri Apr 05 17:14:51 2013 -0400 -+++ b/setuptools/tests/test_sdist.py Thu Apr 11 18:04:06 2013 -0700 +Index: setuptools-0.8b7/setuptools/tests/test_sdist.py +=================================================================== +--- setuptools-0.8b7.orig/setuptools/tests/test_sdist.py ++++ setuptools-0.8b7/setuptools/tests/test_sdist.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """sdist tests""" @@ -10,16 +11,15 @@ diff -r a59fcbbf5ca7 setuptools/tests/test_sdist.py import os import shutil import sys -@@ -11,7 +11,7 @@ +@@ -9,6 +9,7 @@ import tempfile + import unittest import unicodedata - from StringIO import StringIO -- +from setuptools.tests.py26compat import skipIf + from setuptools.compat import StringIO, unicode from setuptools.command.sdist import sdist from setuptools.command.egg_info import manifest_maker - from setuptools.dist import Distribution -@@ -316,6 +316,8 @@ +@@ -318,6 +319,8 @@ class TestSdistTest(unittest.TestCase): filename = filename.decode('latin-1') self.assertFalse(filename in cmd.filelist.files) diff --git a/python-setuptools.spec b/python-setuptools.spec index 7f6fe96..d719b2f 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -7,7 +7,7 @@ %global srcname setuptools Name: python-setuptools -Version: 0.7.7 +Version: 0.8 Release: 1%{?dist} Summary: Easily build and distribute Python packages @@ -150,6 +150,10 @@ rm -rf %{buildroot} %endif # with_python3 %changelog +* 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. + * Wed Jul 3 2013 Toshio Kuratomi - 0.7.7-1 - Update to 0.7.7 upstream release diff --git a/sources b/sources index 725a497..0cb052a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0d7bc0e1a34b70a97e706ef74aa7f37f setuptools-0.7.7.tar.gz +ab5f2bbc67f0dbdfeb3075f14d0b029c setuptools-0.8.tar.gz