From 47690c39dd7fc6bcc648ed130f7427fb4476df92a73cdb7fe071cb0de261cb24 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 17 Jun 2013 12:50:45 +0000 Subject: [PATCH] Python3 moved to devel:languages:python3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distutils-extra?expand=0&rev=30 --- python3-distutils-extra.changes | 162 -------------------------------- python3-distutils-extra.spec | 58 ------------ 2 files changed, 220 deletions(-) delete mode 100644 python3-distutils-extra.changes delete mode 100644 python3-distutils-extra.spec diff --git a/python3-distutils-extra.changes b/python3-distutils-extra.changes deleted file mode 100644 index 655c99a..0000000 --- a/python3-distutils-extra.changes +++ /dev/null @@ -1,162 +0,0 @@ -------------------------------------------------------------------- -Wed Apr 3 06:24:58 UTC 2013 - arun@gmx.de - -- fix build error for python3 and <12.2: "ImportError: cannot import name sha512" needs python3 as a requirement - -------------------------------------------------------------------- -Fri Feb 22 14:43:08 UTC 2013 - i@marguerite.su - -- builds for python3 - -------------------------------------------------------------------- -Sat Sep 29 19:48:14 UTC 2012 - os-dev@jacraig.com - -- Update to 2.37: - * Handle Glade .ui files correctly when generating the copyright file. Also - ignore backup files. - * auto.py: Recognize manpages which have comments before the initial .TH - comment. - -------------------------------------------------------------------- -Wed Sep 12 03:20:46 UTC 2012 - os-dev@jacraig.com - -- Update to version 2.36: - * Use python 2.6 friendly sys.version_info test. - * Do not call decode() with an "errors" keyword, as this does not - yet work with Python 2.6. -- No changelog provided for 2.35. -- Changes from 2.34: - * Fix *.ui detection to be robust for non-ASCII files. - * Fix a regression with python2 if files have some utf-8 directives. -- Changes from 2.33: - * Fix crash when encountering binary files with Python 3. - * Fix crash when encountering an UTF-8 Python source code file. - -------------------------------------------------------------------- -Wed Mar 14 11:02:40 UTC 2012 - vuntz@opensuse.org - -- Update to version 2.32. Summary of changes since 2.23: - + Port code to be fully Python 3 compatible. - + Rename "check" command to "pylint". - + Add support for installing GSettings schema files. - + Properly support GI repository module detection. - + Remove pykdeuic4 integration. - + Drop support for the long-obsolete PolicyKit (pre polkit 1.0 - API). - + Several bug fixes. - -------------------------------------------------------------------- -Thu Jan 12 11:31:12 UTC 2012 - saschpe@suse.de - -- Specfile cleanup: - * SPDX-style license (GPL-2.0) - * Remove %clean section (sane default) - * Simpler macro usage - * No authors in description - -------------------------------------------------------------------- -Sat Dec 11 16:51:38 UTC 2010 - rwobben@hotmail.com - -- Update to 2.23 - According to this page https://launchpad.net/python-distutils-extra/trunk/2.23) this release has no changelog - -------------------------------------------------------------------- -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 "