From 91782f29551d2d71157fe9660756c587a085e557b57b2a2b4d8532ff6e413e8d Mon Sep 17 00:00:00 2001 From: Ruediger Oertel Date: Tue, 2 Nov 2010 12:52:32 +0000 Subject: [PATCH] Accepting request 51926 from devel:languages:python Accepted submit request 51926 from user coolo OBS-URL: https://build.opensuse.org/request/show/51926 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distutils-extra?expand=0&rev=7 --- python-distutils-extra-2.18.tar.gz | 3 -- python-distutils-extra-2.22.tar.gz | 3 ++ python-distutils-extra.changes | 80 ++++++++++++++++++++++++++++++ python-distutils-extra.spec | 2 +- 4 files changed, 84 insertions(+), 4 deletions(-) delete mode 100644 python-distutils-extra-2.18.tar.gz create mode 100644 python-distutils-extra-2.22.tar.gz diff --git a/python-distutils-extra-2.18.tar.gz b/python-distutils-extra-2.18.tar.gz deleted file mode 100644 index 1b20297..0000000 --- a/python-distutils-extra-2.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cd3d3dca4b5e98538fb9cf4fbfc7d70ddfdad9b92c37fdc557fb370b2847533 -size 26411 diff --git a/python-distutils-extra-2.22.tar.gz b/python-distutils-extra-2.22.tar.gz new file mode 100644 index 0000000..60d3a00 --- /dev/null +++ b/python-distutils-extra-2.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7481eb5e825fccfeeb528328250cfa352444b1aebf2d4caf452f86d606a0e42 +size 26582 diff --git a/python-distutils-extra.changes b/python-distutils-extra.changes index eba787d..d795f0a 100644 --- a/python-distutils-extra.changes +++ b/python-distutils-extra.changes @@ -1,3 +1,83 @@ +------------------------------------------------------------------- +Sat Oct 30 08:22:11 UTC 2010 - rwobben@hotmail.com + +- Update to version 2.22 ( 2.6 is not the latest one) + + +Changelog to 2.22 + +* setup.py: Drop import of "commands"; unused, and does not exist in + python3. + * DistUtilsExtra/command/build_extra.py: Use "in" operator instead of + has_key(). It's more elegant and Python 3 compatible. + * test/auto.py: Use Python3 compatible octal constant. + * test/auto.py: Decode stdout/stderr result from subprocess from bytes to + str, to work with Python3. + * test/auto.py: Use whichever Python interpreter we got invoked with (using + /proc/self/exe) instead of hardcoding "python". With that we can run the + tests through python3 as well. + * DistUtilsExtra/auto.py: Port from deprecated "compiler" module to current + "ast" module. + * test/auto.py: Only set PYTHONPATH if it isn't set already, so that we can + override it from outside. + * test/auto.py: Do not require that "setup.py clean -a" doesn't print + anything to stderr; with Python 3.1 it now sends out warnings about + nonexisting directories. + * test/auto.py: Changed print statements to work with both Python 2 and 3. + * DistUtilsExtra/command/build_extra.py: Drop unnecessary hashbang line. + * test/auto.py: Filter out bogus errors about missing files which current + Python 3 distutils spews out. + * test/auto.py, Use python{,3}-{pkg-resources,httplib2} as + external test modules instead of -xdg and -dateutil, since the latter are + not available for Python 3 yet. + +Changelog to 2.20 + + [Didier Roche ] + * build_i18n.py: add support for LINGUAS (Siegfried Gevatter) (LP: #510957) + +[ Martin Pitt ] +* debian/local/python-mkdebian: Make langpack.mk include optional, as it + only exists in Ubuntu, not Debian. (Closes: #589802) +* debian/local/python-mkdebian: If we are on Debian, set upload target to + "unstable". (Closes: #589794) + +changelog to 2.19 + + * auto.py: Also recognize Qt .ui files if they start with an "