From f387ce798d1349a5495a921523083cc8a25571e337073ce89552eeebe0e708a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 17 Sep 2012 09:45:25 +0000 Subject: [PATCH] Accepting request 133714 from home:poorboywilly:branches:devel:languages:python Update to 1.0.1 OBS-URL: https://build.opensuse.org/request/show/133714 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distutils-extra?expand=0&rev=22 --- python-distutils-extra-2.32.tar.gz | 3 --- python-distutils-extra-2.36.tar.gz | 3 +++ python-distutils-extra.changes | 15 +++++++++++++++ python-distutils-extra.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 python-distutils-extra-2.32.tar.gz create mode 100644 python-distutils-extra-2.36.tar.gz diff --git a/python-distutils-extra-2.32.tar.gz b/python-distutils-extra-2.32.tar.gz deleted file mode 100644 index 196b43c..0000000 --- a/python-distutils-extra-2.32.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2e116740849b979b4117cf10eebd8f316277162b9f1d396d48e5f8f7a7663cd -size 26888 diff --git a/python-distutils-extra-2.36.tar.gz b/python-distutils-extra-2.36.tar.gz new file mode 100644 index 0000000..fefd68d --- /dev/null +++ b/python-distutils-extra-2.36.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f882aeff4c3227490a012c46a5b445494ef496a539ccf554f8ad5ea92cfcb2 +size 27461 diff --git a/python-distutils-extra.changes b/python-distutils-extra.changes index 1873ff2..b3bacac 100644 --- a/python-distutils-extra.changes +++ b/python-distutils-extra.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +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 diff --git a/python-distutils-extra.spec b/python-distutils-extra.spec index 5347784..5326a46 100644 --- a/python-distutils-extra.spec +++ b/python-distutils-extra.spec @@ -17,7 +17,7 @@ Name: python-distutils-extra -Version: 2.32 +Version: 2.36 Release: 0 Summary: Distutils/Setuptools Adapter License: GPL-2.0