[Python-modules-commits] r28282 - in packages/epsilon/trunk/debian (4 files)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Sat Mar 22 18:35:29 UTC 2014
Date: Saturday, March 22, 2014 @ 18:35:28
Author: mithrandi
Revision: 28282
New upstream release.
Modified:
packages/epsilon/trunk/debian/changelog
packages/epsilon/trunk/debian/patches/series
Deleted:
packages/epsilon/trunk/debian/patches/fix-test_cmp.diff
packages/epsilon/trunk/debian/patches/python-2.6.diff
Modified: packages/epsilon/trunk/debian/changelog
===================================================================
--- packages/epsilon/trunk/debian/changelog 2014-03-22 14:40:46 UTC (rev 28281)
+++ packages/epsilon/trunk/debian/changelog 2014-03-22 18:35:28 UTC (rev 28282)
@@ -1,3 +1,9 @@
+epsilon (0.7.0-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Sat, 22 Mar 2014 20:34:04 +0200
+
epsilon (0.6.0+r2713-2) unstable; urgency=medium
[ Vincent Bernat ]
Deleted: packages/epsilon/trunk/debian/patches/fix-test_cmp.diff
===================================================================
--- packages/epsilon/trunk/debian/patches/fix-test_cmp.diff 2014-03-22 14:40:46 UTC (rev 28281)
+++ packages/epsilon/trunk/debian/patches/fix-test_cmp.diff 2014-03-22 18:35:28 UTC (rev 28282)
@@ -1,11 +0,0 @@
-# Fix a test failure when local time is UTC.
---- a/epsilon/test/test_extime.py
-+++ b/epsilon/test/test_extime.py
-@@ -71,7 +71,6 @@
- def test_cmp(self):
- now = time.gmtime()
- self.assertEquals(extime.Time.fromStructTime(now), extime.Time.fromStructTime(now))
-- self.assertNotEquals(extime.Time.fromStructTime(now), extime.Time.fromStructTime(time.localtime()))
- self.assertNotEquals(extime.Time.fromStructTime(now), 13)
-
- aTime = extime.Time.fromStructTime(now)
Deleted: packages/epsilon/trunk/debian/patches/python-2.6.diff
===================================================================
--- packages/epsilon/trunk/debian/patches/python-2.6.diff 2014-03-22 14:40:46 UTC (rev 28281)
+++ packages/epsilon/trunk/debian/patches/python-2.6.diff 2014-03-22 18:35:28 UTC (rev 28282)
@@ -1,14 +0,0 @@
-# patch the search routine to avoid detecting temporary build directory
-Index: epsilon-0.6.0/epsilon/setuphelper.py
-===================================================================
---- epsilon-0.6.0.orig/epsilon/setuphelper.py 2010-01-14 11:53:32.000000000 +0000
-+++ epsilon-0.6.0/epsilon/setuphelper.py 2010-01-14 11:54:18.000000000 +0000
-@@ -39,7 +39,7 @@
- pluginPackages = []
-
- for (dirpath, dirnames, filenames) in os.walk(os.curdir):
-- dirnames[:] = [p for p in dirnames if not p.startswith('.')]
-+ dirnames[:] = [p for p in dirnames if not p.startswith('.') and p != 'build']
- pkgName = dirpath[2:].replace('/', '.')
- if '__init__.py' in filenames:
- # The current directory is a Python package
Modified: packages/epsilon/trunk/debian/patches/series
===================================================================
--- packages/epsilon/trunk/debian/patches/series 2014-03-22 14:40:46 UTC (rev 28281)
+++ packages/epsilon/trunk/debian/patches/series 2014-03-22 18:35:28 UTC (rev 28282)
@@ -1,3 +1 @@
use-proc-mounts.diff
-fix-test_cmp.diff
-python-2.6.diff
More information about the Python-modules-commits
mailing list