From 77f938631a6254cbdb9ce4090f4f591fdc5ced5c Mon Sep 17 00:00:00 2001 From: Emile Anclin Date: Wed, 10 Nov 2010 18:03:20 +0100 Subject: preparing 0.53 release --- ChangeLog | 7 +++++++ __pkginfo__.py | 2 +- debian.py3k/rules | 2 ++ debian/changelog | 6 ++++++ 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 66372bf..13d8e3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ ChangeLog for logilab.common ============================ +2010-11-15 -- 0.53.0 + * python3.x: first python3.x release + + * __init__: tempattr context manager + + * shellutils: progress context manager + 2010-10-11 -- 0.52.1 * configuration: fix pb with option names as unicode string w/ python 2.5. Makes OptionError available through the module diff --git a/__pkginfo__.py b/__pkginfo__.py index 6c7797e..e981072 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -23,7 +23,7 @@ modname = 'common' subpackage_of = 'logilab' subpackage_master = True -numversion = (0, 52, 1) +numversion = (0, 53, 0) version = '.'.join([str(num) for num in numversion]) license = 'LGPL' # 2.1 or later diff --git a/debian.py3k/rules b/debian.py3k/rules index b1ddceb..4f51761 100755 --- a/debian.py3k/rules +++ b/debian.py3k/rules @@ -65,6 +65,8 @@ install: build # remove test directory rm -rf debian/$(PACKAGE)/usr/lib/python*/*-packages/logilab/common/test + # dont install pytest for python3k + rm -rf debian/$(PACKAGE)/usr/bin/pytest # Build architecture-independent files here. diff --git a/debian/changelog b/debian/changelog index be5234f..63c8aee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +logilab-common (0.53.0-1) unstable; urgency=low + + * new upstream release + + -- Émile Anclin Mon, 15 Nov 2010 15:43:29 +0100 + logilab-common (0.52.1-1) unstable; urgency=low * new upstream release -- cgit v1.2.1