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.
This commit is contained in:
Toshio Kuratomi 2013-07-05 13:47:52 -07:00
parent 3fa6764fe8
commit 23d2121291
4 changed files with 16 additions and 10 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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)

View File

@ -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 <toshio@fedoraproject.org> - 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 <toshio@fedoraproject.org> - 0.7.7-1
- Update to 0.7.7 upstream release

View File

@ -1 +1 @@
0d7bc0e1a34b70a97e706ef74aa7f37f setuptools-0.7.7.tar.gz
ab5f2bbc67f0dbdfeb3075f14d0b029c setuptools-0.8.tar.gz