[Checkins] SVN: tempstorage/trunk/ Prepare tempstorage 2.11.3.

Hanno Schlichting hannosch at hannosch.eu
Sat Jun 5 09:29:42 EDT 2010


Log message for revision 113136:
  Prepare tempstorage 2.11.3.

Changed:
  U   tempstorage/trunk/CHANGES.txt
  U   tempstorage/trunk/buildout.cfg
  U   tempstorage/trunk/setup.py

-=-
Modified: tempstorage/trunk/CHANGES.txt
===================================================================
--- tempstorage/trunk/CHANGES.txt	2010-06-05 13:09:32 UTC (rev 113135)
+++ tempstorage/trunk/CHANGES.txt	2010-06-05 13:29:42 UTC (rev 113136)
@@ -1,10 +1,20 @@
 Changelog
 =========
 
-2.11.3 - unreleased
+2.11.3 - 2010-06-05
 -------------------
 
+- Approximate PEP8 compliance.
 
+- Split out the ZODB protocol tests from the tests specific to the module.
+  Make the local tests use "normal" unittest conventions.
+
+- Comply with repository policy.
+
+- Clean imports, docstrings;  add an instance-level hook for GC parms.
+
+- Fix a test failure due to never-unghostified root in second connection.
+
 2.11.2 - 2009-08-03
 -------------------
 

Modified: tempstorage/trunk/buildout.cfg
===================================================================
--- tempstorage/trunk/buildout.cfg	2010-06-05 13:09:32 UTC (rev 113135)
+++ tempstorage/trunk/buildout.cfg	2010-06-05 13:29:42 UTC (rev 113136)
@@ -1,7 +1,6 @@
 [buildout]
 develop = .
 parts = test
-find-links = http://download.zope.org/distribution/
 
 [test]
 recipe = zc.recipe.testrunner

Modified: tempstorage/trunk/setup.py
===================================================================
--- tempstorage/trunk/setup.py	2010-06-05 13:09:32 UTC (rev 113135)
+++ tempstorage/trunk/setup.py	2010-06-05 13:29:42 UTC (rev 113136)
@@ -20,7 +20,7 @@
                    file("CHANGES.txt").read()
 
 setup(name='tempstorage',
-      version = '2.11.3dev',
+      version = '2.11.3',
       url='http://pypi.python.org/pypi/tempstorage',
       license='ZPL 2.1',
       description='A RAM-based storage for ZODB',



More information about the checkins mailing list