Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-03-16 11:21:30 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-03-16 11:21:30 (GMT)
commitb614c52c13b087e613225b6c640d2701c6ced50f (patch)
treec61d37020ebe6a063b7549ca44baa948375e2773
parentab8891f40d2d6a0ecab74cc6202a4d0c58b93925 (diff)
* Fix patch 1003 to not strip declaring self:_write_lock.
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/1003_avoid_with_statement.patch8
2 files changed, 1 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index fa1dfa1..f0db1cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ sugar-datastore (0.8.0~git.13d354b-6) UNRELEASED; urgency=low
+ Update python-vars.mk and makefile.mk for improved DEB_*PACKAGES
and build-dependency resolving.
+ Cosmetic updates to README.cdbs-tweaks.
+ * Fix patch 1003 to not strip declaring self:_write_lock.
-- Jonas Smedegaard <dr@jones.dk> Sat, 15 Mar 2008 21:11:22 +0100
diff --git a/debian/patches/1003_avoid_with_statement.patch b/debian/patches/1003_avoid_with_statement.patch
index 97bfeac..8e0f442 100644
--- a/debian/patches/1003_avoid_with_statement.patch
+++ b/debian/patches/1003_avoid_with_statement.patch
@@ -11,14 +11,6 @@ index 888bd26..c2506cb 100644
__author__ = 'Benjamin Saller <bcsaller@objectrealms.net>'
__docformat__ = 'restructuredtext'
__copyright__ = 'Copyright ObjectRealms, LLC, 2007'
-@@ -85,7 +83,6 @@ class IndexManager(object):
- self.backingstore = None
-
- self.fields = set()
-- self._write_lock = threading.Lock()
-
- self.deltact = 0 # delta count
- self._flush_timeout = None
@@ -173,7 +170,8 @@ class IndexManager(object):
self.deltact += 1