summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog7
-rw-r--r--debian/control5
4 files changed, 20 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index dd80688..5ae57f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
ChangeLog for logilab.common
============================
+--
+ * python < 2.3 are now officially unsupported
+ * #9162: new module with some sphinx utilities
+ * #9166: use a global variable to control mx datetime / py datetime usage
+ * db: add time adapter for pysqlite2, fix mysql bool and string handling
+ * configuration: don't print default for store_true / store_false option
+ or option with None as default
+
+
2009-04-07 -- 0.39.1
* fix #6760 umessage.decode_QP() crashes on unknown encoding
@@ -1006,6 +1015,3 @@ ChangeLog for logilab.common
2003-02-17 -- 0.1.0
* initial revision
-
-
-
diff --git a/__pkginfo__.py b/__pkginfo__.py
index c7a54b4..c613e6f 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en"
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 39, 1)
+numversion = (0, 40, 0)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index 8a472e4..2b645bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+logilab-common (0.40.0-1) unstable; urgency=low
+
+ * put python-egenix-mxdatetime as a recommends instead of depends
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Thu, 14 May 2009 08:02:06 +0200
+
logilab-common (0.39.1-1) unstable; urgency=low
* new upstream release
diff --git a/debian/control b/debian/control
index 12a1bc4..37d33b6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: logilab-common
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
-Uploaders: David Douard <david.douard@logilab.fr>, Fabrice Douchant <fabrice.douchant@logilab.fr>, Alexandre Fayolle <afayolle@debian.org>, Sandro Tosi <morph@debian.org>, Dorothée Sénéchal <dorothee.senechal@logilab.fr>
+Uploaders: David Douard <david.douard@logilab.fr>, Fabrice Douchant <fabrice.douchant@logilab.fr>, Alexandre Fayolle <afayolle@debian.org>, Sandro Tosi <morph@debian.org>, Dorothe Sénéchal <dorothee.senechal@logilab.fr>
Build-Depends: debhelper (>= 5.0.38), python (>= 2.3.5-7)
Build-Depends-Indep: python-support, python-epydoc, graphviz
XS-Python-Version: all
@@ -14,7 +14,8 @@ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/logilab-commo
Package: python-logilab-common
Architecture: all
Provides: ${python:Provides}
-Depends: ${python:Depends}, ${misc:Depends}, python-egenix-mxdatetime
+Depends: ${python:Depends}, ${misc:Depends}
+Recommends: python-egenix-mxdatetime
Conflicts: python-constraint ( <= 0.3.0-4), python-logilab-astng ( <= 0.16.0-1), pylint ( << 0.11.0-1), devtools ( <= 0.9.0-1), logilab-doctools ( <= 0.1.6-4), python-logilab-aspects ( <= 0.1.4-2), python2.3-logilab-common, python2.4-logilab-common
XB-Python-Version: ${python:Versions}
Description: useful miscellaneous modules used by Logilab projects