summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog15
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
4 files changed, 23 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2272cf5..dc80f7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,21 @@
ChangeLog for logilab.common
============================
+2008-10-30 -- 0.36.0
+ * configuration:
+ - option yn is now behaving like a flag (i.e --ex : if ex.default=True and --ex in sys.args then ex.value=False)
+ - new attribute hide in option (i.e --ex : if --ex has 'hide':True then the option will not be displayed in man or --help)
+
+ * pytest:
+ - add colors in display
+ - new option --restart that skips tests that succeeded on last run
+
+ * cache: new herits from dict class
+
+ * decorators: add @require_version @require_module that skip test if decorators are not satisfied
+
+
+
2008-10-09 -- 0.35.3
* graph: new has_path method
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 334d884..19e4206 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en"
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 35, 3)
+numversion = (0, 36, 0)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index 4fd86a6..6edf74f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.36.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Fabrice Douchant <fabrice.douchant@logilab.fr> Thu, 30 Oct 2008 14:48:17 +0100
+
logilab-common (0.35.3-1) unstable; urgency=low
* new upstream release
diff --git a/debian/control b/debian/control
index 7815729..8827eec 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: logilab-common
Section: python
Priority: optional
Maintainer: Alexandre Fayolle <afayolle@debian.org>
-Uploaders: David Douard <david.douard@logilab.fr>
+Uploaders: David Douard <david.douard@logilab.fr> , Fabrice Douchant <fabrice.douchant@logilab.fr>
Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11)
Build-Depends-Indep: python (>=2.3.5-7), python-central (>=0.5.6)
XS-Python-Version: all