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:
parent
3fa6764fe8
commit
23d2121291
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,3 +7,5 @@ distribute-0.6.14.tar.gz
|
|||||||
/distribute-0.6.28.tar.gz
|
/distribute-0.6.28.tar.gz
|
||||||
/distribute-0.6.36.tar.gz
|
/distribute-0.6.36.tar.gz
|
||||||
/setuptools-0.7.7.tar.gz
|
/setuptools-0.7.7.tar.gz
|
||||||
|
/setuptools-0.8b7.tar.gz
|
||||||
|
/setuptools-0.8.tar.gz
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
diff -r a59fcbbf5ca7 setuptools/tests/test_sdist.py
|
Index: setuptools-0.8b7/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
|
--- setuptools-0.8b7.orig/setuptools/tests/test_sdist.py
|
||||||
|
+++ setuptools-0.8b7/setuptools/tests/test_sdist.py
|
||||||
@@ -1,7 +1,7 @@
|
@@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""sdist tests"""
|
"""sdist tests"""
|
||||||
@ -10,16 +11,15 @@ diff -r a59fcbbf5ca7 setuptools/tests/test_sdist.py
|
|||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
import sys
|
import sys
|
||||||
@@ -11,7 +11,7 @@
|
@@ -9,6 +9,7 @@ import tempfile
|
||||||
|
import unittest
|
||||||
import unicodedata
|
import unicodedata
|
||||||
from StringIO import StringIO
|
|
||||||
|
|
||||||
-
|
|
||||||
+from setuptools.tests.py26compat import skipIf
|
+from setuptools.tests.py26compat import skipIf
|
||||||
|
from setuptools.compat import StringIO, unicode
|
||||||
from setuptools.command.sdist import sdist
|
from setuptools.command.sdist import sdist
|
||||||
from setuptools.command.egg_info import manifest_maker
|
from setuptools.command.egg_info import manifest_maker
|
||||||
from setuptools.dist import Distribution
|
@@ -318,6 +319,8 @@ class TestSdistTest(unittest.TestCase):
|
||||||
@@ -316,6 +316,8 @@
|
|
||||||
filename = filename.decode('latin-1')
|
filename = filename.decode('latin-1')
|
||||||
self.assertFalse(filename in cmd.filelist.files)
|
self.assertFalse(filename in cmd.filelist.files)
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
%global srcname setuptools
|
%global srcname setuptools
|
||||||
|
|
||||||
Name: python-setuptools
|
Name: python-setuptools
|
||||||
Version: 0.7.7
|
Version: 0.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easily build and distribute Python packages
|
Summary: Easily build and distribute Python packages
|
||||||
|
|
||||||
@ -150,6 +150,10 @@ rm -rf %{buildroot}
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 3 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 0.7.7-1
|
||||||
- Update to 0.7.7 upstream release
|
- Update to 0.7.7 upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user