diff options
author | Emile Anclin <emile.anclin@logilab.fr> | 2010-11-10 18:03:20 +0100 |
---|---|---|
committer | Emile Anclin <emile.anclin@logilab.fr> | 2010-11-10 18:03:20 +0100 |
commit | 77f938631a6254cbdb9ce4090f4f591fdc5ced5c (patch) | |
tree | 734ce20efbfed03a4de89b6c42c3858cc92e5b09 | |
parent | 135b4141389138d95ad2c1a83a6a706f9758ceb6 (diff) | |
download | logilab-common-77f938631a6254cbdb9ce4090f4f591fdc5ced5c.tar.gz |
preparing 0.53 releaselogilab-common-version-0.53.0
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | __pkginfo__.py | 2 | ||||
-rwxr-xr-x | debian.py3k/rules | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
4 files changed, 16 insertions, 1 deletions
@@ -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 <emile.anclin@logilab.fr> Mon, 15 Nov 2010 15:43:29 +0100 + logilab-common (0.52.1-1) unstable; urgency=low * new upstream release |