summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--__pkginfo__.py14
-rw-r--r--debian/changelog6
3 files changed, 15 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 62b409f..37294e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
ChangeLog for logilab.common
============================
---
+2010-08-26 -- 0.51.0
* testlib: don't raise string exception (closes #35331)
* hg: new module regrouping some mercurial utility functions
@@ -18,6 +18,8 @@ ChangeLog for logilab.common
* date: new ustrftime implementation working around datetime limitaion on dates < 1900
+
+
2010-06-04 -- 0.50.3
* logging: added new optional kw argument to init_log rotating_parameters
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 00248a2..4232a18 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -20,24 +20,22 @@ __docformat__ = "restructuredtext en"
distname = 'logilab-common'
modname = 'common'
+subpackage_of = 'logilab'
+subpackage_master = True
-numversion = (0, 50, 3)
+numversion = (0, 51, 0)
version = '.'.join([str(num) for num in numversion])
license = 'LGPL' # 2.1 or later
-
-author = "Logilab"
-author_email = "contact@logilab.fr"
-
description = "collection of low-level Python packages and modules used by Logilab projects"
web = "http://www.logilab.org/project/%s" % distname
ftp = "ftp://ftp.logilab.org/pub/%s" % modname
mailinglist = "mailto://python-projects@lists.logilab.org"
+author = "Logilab"
+author_email = "contact@logilab.fr"
-subpackage_of = 'logilab'
-subpackage_master = True
-scripts = ('bin/pytest',)
from os.path import join
+scripts = [join('bin', 'pytest')]
include_dirs = [join('test', 'data')]
pyversions = ['2.4', '2.5', '2.6']
diff --git a/debian/changelog b/debian/changelog
index 34e5e18..fd1ba44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.51.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Thu, 26 Aug 2010 09:28:35 +0200
+
logilab-common (0.50.3-1) unstable; urgency=low
* new upstream release