summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-04-16 13:02:42 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-04-16 13:02:42 +0200
commit45db64f1ae1fb87fbe454a29347534186f7c1415 (patch)
treee2d380afb223e3c2b87fcbd37c656c696aaa85db
parent74f2b4105b32fe719c4ce7ba3ad86f1abe54ed3b (diff)
downloadlogilab-common-45db64f1ae1fb87fbe454a29347534186f7c1415.tar.gz
-rw-r--r--ChangeLog27
-rw-r--r--__pkginfo__.py4
-rw-r--r--debian/changelog24
3 files changed, 31 insertions, 24 deletions
diff --git a/ChangeLog b/ChangeLog
index 442f5f6..9e8337e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,40 +1,39 @@
ChangeLog for logilab.common
============================
---
+2013-04-16 -- 0.59.1
* graph: added pruning of the recursive search tree for detecting cycles in
graphs (closes #2469)
* testlib: check for generators in with_tempdir (closes #117533)
* registry:
- * select_or_none should not silent ObjectNotFound exception
- (closes #119819)
- * remove 2 accidentally introduced tabs breaking python 3 compat
- (closes #117580)
+
+ * select_or_none should not silent ObjectNotFound exception
+ (closes #119819)
+
+ * remove 2 accidentally introduced tabs breaking python 3 compat
+ (closes #117580)
* fix umessages test w/ python 3 and LC_ALL=C (closes #119967, report and
patch by Ian Delaney)
-2013-01-21 -- 0.59.0
+2013-01-21 -- 0.59.0
* registry:
- - introduce RegistrableObject base class, mandatory to make
+ - introduce RegistrableObject base class, mandatory to make
classes automatically registrable, and cleanup code
accordingly
-
- - introduce objid and objname methods on Registry instead of
+ - introduce objid and objname methods on Registry instead of
classid function and inlined code plus other refactorings to allow
arbitrary objects to be registered, provided they inherit from new
RegistrableInstance class (closes #98742)
-
- - deprecate usage of leading underscore to skip object registration, using
+ - deprecate usage of leading underscore to skip object registration, using
__abstract__ explicitly is better and notion of registered object 'name'
is now somewhat fuzzy
-
- - use register_all when no registration callback defined (closes #111011)
+ - use register_all when no registration callback defined (closes #111011)
* logging_ext: on windows, use colorama to display colored logs, if available (closes #107436)
@@ -55,6 +54,8 @@ ChangeLog for logilab.common
turned into an unbound method, which was broken in python 3 and
probably not used anywhere (actually closes #104047).
+
+
2012-11-14 -- 0.58.3
* date: fix ustrftime() impl. for python3 (closes #82161, patch by Arfrever
Frehtes Taifersar Arahesis) and encoding detection for python2 (closes
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 3626c34..4d3496e 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -1,4 +1,4 @@
-# copyright 2003-2012 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
@@ -25,7 +25,7 @@ modname = 'common'
subpackage_of = 'logilab'
subpackage_master = True
-numversion = (0, 59, 0)
+numversion = (0, 59, 1)
version = '.'.join([str(num) for num in numversion])
license = 'LGPL' # 2.1 or later
diff --git a/debian/changelog b/debian/changelog
index 6a23e41..2c94e9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,18 +1,24 @@
+logilab-common (0.59.1-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Tue, 16 Apr 2013 13:01:04 +0200
+
logilab-common (0.59.0-1) unstable; urgency=low
- * new upstream release
+ * new upstream release
-- Aurélien Campéas <aurelien.campeas@logilab.fr> Tue, 18 Dec 2012 12:35:00 +0100
logilab-common (0.58.3-1) unstable; urgency=low
- * new upstream release
+ * new upstream release
-- David Douard <david.douard@logilab.fr> Wed, 14 Nov 2012 16:18:53 +0100
logilab-common (0.58.2-1) precise; urgency=low
- * new upstream release
+ * new upstream release
-- David Douard <david.douard@logilab.fr> Mon, 30 Jul 2012 12:26:15 +0200
@@ -24,7 +30,7 @@ logilab-common (0.58.1-1) unstable; urgency=low
logilab-common (0.58.0-1) unstable; urgency=low
- * new upstream release
+ * new upstream release
-- David Douard <david.douard@logilab.fr> Thu, 12 Apr 2012 09:21:02 +0200
@@ -321,7 +327,7 @@ logilab-common (0.36.1-1) unstable; urgency=low
* New upstream release
* debian/control
- - adopted under DPMT umbrella (in agreement with Alexandre Fayolle)
+ - adopted under DPMT umbrella (in agreement with Alexandre Fayolle)
- bump Standards-Version to 3.8.0 (no changes needed)
- added Vcs-{Svn,Browser} field
- replace 'python' with ${python:Depends} and added ${misc:Depends} to
@@ -643,7 +649,7 @@ logilab-common (0.17.0-1) unstable; urgency=low
logilab-common (0.16.1-1) unstable; urgency=low
* Updated to new Python Policy (closes: #373459)
-
+
-- Alexandre Fayolle <afayolle@debian.org> Wed, 14 Jun 2006 17:11:00 +0200
logilab-common (0.16.1-1) unstable; urgency=low
@@ -724,7 +730,7 @@ logilab-common (0.13.0-2) unstable; urgency=low
logilab-common (0.13.0-1) unstable; urgency=low
* new upstream release
- * reorganization to install into site-python, removing the need for
+ * reorganization to install into site-python, removing the need for
pythonX.X- packages (closes: #351128)
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Fri, 6 Jan 2006 10:50:39 +0100
@@ -886,7 +892,7 @@ logilab-common (0.3.5-1) unstable; urgency=low
* new upstream release
* move tests in a separated packages
-
+
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Tue, 14 Oct 2003 15:27:06 +0200
logilab-common (0.3.4-1) unstable; urgency=low
@@ -903,7 +909,7 @@ logilab-common (0.3.3-1) unstable; urgency=low
logilab-common (0.3.2-2) unstable; urgency=low
- * fix postinst script to avoid compilation of all packages installed for a given
+ * fix postinst script to avoid compilation of all packages installed for a given
python version.
* clean prerm script