From 72d1fede943a31790ac81228448f84f1733ffc16ecb4dc301bca714ccaef2093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 18 Feb 2015 14:04:55 +0000 Subject: [PATCH] Accepting request 286634 from home:Nijel:branches:devel:languages:python - Upgrade to 0.63.2: * drop compatibility with python <= 2.5 (#264017) * fix textutils.py doctests for py3k * produce a clearer exception when dot is not installed (#253516) * make source python3-compatible (3.3+), without using 2to3. This introduces a dependency on six (#265740) * fix umessage header decoding on python 3.3 and newer (#149345) * WARNING: the compat module no longer exports 'callable', 'izip', 'imap', 'chain', 'sum', 'enumerate', 'frozenset', 'reversed', 'sorted', 'max', 'relpath', 'InheritableSet', or any subprocess-related names. * shellutils: restore py 2.5 compat by removing usage of class decorator * pytest: drop broken --coverage option * testlib: support for skipping whole test class and conditional skip, don't run setUp for skipped tests * configuration: load options in config file order (#185648) OBS-URL: https://build.opensuse.org/request/show/286634 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-logilab-common?expand=0&rev=46 --- logilab-common-0.62.0.tar.gz | 3 --- logilab-common-0.63.2.tar.gz | 3 +++ python-logilab-common.changes | 19 +++++++++++++++++++ python-logilab-common.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 logilab-common-0.62.0.tar.gz create mode 100644 logilab-common-0.63.2.tar.gz diff --git a/logilab-common-0.62.0.tar.gz b/logilab-common-0.62.0.tar.gz deleted file mode 100644 index 15e9068..0000000 --- a/logilab-common-0.62.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ccfce2ce685678e0174df3d7c1eba3ff58a2be5fe537eaa916ea8ecfd642d7f -size 199423 diff --git a/logilab-common-0.63.2.tar.gz b/logilab-common-0.63.2.tar.gz new file mode 100644 index 0000000..4c62c95 --- /dev/null +++ b/logilab-common-0.63.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603ba00c9bb09219a3bd2906c214d9455481110dacc472f450b53d5ae90f28e7 +size 196789 diff --git a/python-logilab-common.changes b/python-logilab-common.changes index 1bf503c..951de5f 100644 --- a/python-logilab-common.changes +++ b/python-logilab-common.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Feb 18 13:58:07 UTC 2015 - mcihar@suse.cz + +- Upgrade to 0.63.2: + * drop compatibility with python <= 2.5 (#264017) + * fix textutils.py doctests for py3k + * produce a clearer exception when dot is not installed (#253516) + * make source python3-compatible (3.3+), without using 2to3. This + introduces a dependency on six (#265740) + * fix umessage header decoding on python 3.3 and newer (#149345) + * WARNING: the compat module no longer exports 'callable', 'izip', 'imap', + 'chain', 'sum', 'enumerate', 'frozenset', 'reversed', 'sorted', 'max', + 'relpath', 'InheritableSet', or any subprocess-related names. + * shellutils: restore py 2.5 compat by removing usage of class decorator + * pytest: drop broken --coverage option + * testlib: support for skipping whole test class and conditional skip, don't + run setUp for skipped tests + * configuration: load options in config file order (#185648) + ------------------------------------------------------------------- Thu Jul 10 12:35:43 UTC 2014 - toddrme2178@gmail.com diff --git a/python-logilab-common.spec b/python-logilab-common.spec index 5c7bb65..2b540ae 100644 --- a/python-logilab-common.spec +++ b/python-logilab-common.spec @@ -1,7 +1,7 @@ # # spec file for package python-logilab-common # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-logilab-common -Version: 0.62.0 +Version: 0.63.2 Release: 0 Url: http://www.logilab.org/projects/common/ Summary: Python lowlevel functionality shared by logilab projects