summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsylvain thenault <sylvain.thenault@logilab.fr>2009-03-25 09:32:03 +0100
committersylvain thenault <sylvain.thenault@logilab.fr>2009-03-25 09:32:03 +0100
commita61b090128e774c6b720e0114632ee538a0c4633 (patch)
treedbd9f18b1ff3b7498e7d9fde8a81e656e958bd0c
parent9fb2de74a6a6525a7025037b9178ed6952e293b1 (diff)
downloadlogilab-common-a61b090128e774c6b720e0114632ee538a0c4633.tar.gz
0.39
-rw-r--r--ChangeLog16
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules3
4 files changed, 19 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index b8ee878..e5dfb59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,21 @@
ChangeLog for logilab.common
============================
- --
+2009-03-25 -- 0.39.0
* fix #7915 (shellutils unusable under windows)
+
* testlib:
- * new profile option using cProfile
- * allows to skip a module by raising TestSkipped from module import
+
+ * new profile option using cProfile
+
+ * allows to skip a module by raising TestSkipped from module import
+
* modutils: locate modules in zip/egg archive
+
* db: USE_MX_DATETIME global to control usage of mx.DateTime / py datetime
-
-
+
+
+
2009-01-26 -- 0.38.0
* setuptools / easy_install support!
diff --git a/__pkginfo__.py b/__pkginfo__.py
index a9bc2ad..5421525 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en"
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 38, 1)
+numversion = (0, 39, 0)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index f2c9d10..8845b82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+logilab-common (0.39.0-1) unstable; urgency=low
+
+ * new upstream release
+ * debian/rules: set NO_SETUPTOOLS when calling python setup.py
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 25 Mar 2009 09:31:16 +0100
+
logilab-common (0.38.1-1) unstable; urgency=low
* New upstream release
diff --git a/debian/rules b/debian/rules
index dac6f39..0b740bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,9 +55,6 @@ install: build
NO_SETUPTOOLS=1 python setup.py -q install --no-compile --root=debian/python-logilab-common/ --install-headers=usr/include/ --install-scripts=usr/bin/
- # remove test directory
- rm -rf debian/python-logilab-common/usr/lib/python*/site-packages/logilab/common/test
-
# Build architecture-independent files here.
binary-indep: build install
dh_testdir