Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Hinghaus committed May 9, 2019
1 parent e28c22e commit ce3b741
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Expand Up @@ -13,6 +13,7 @@ Changelog
- Avoid RuntimeError in _takeOutGarbage. See `issue 7
<https://github.com/zopefoundation/tempstorage/issues/7>`_.


4.0.1 (2017-11-27)
------------------
- Raise POSKeyError instead of KeyError in loadBefore.
Expand All @@ -29,11 +30,13 @@ Changelog

- Declare PyPy compatibility.


3.0 - 2016-04-03
----------------

- Python 3.3-3.5 compatibility.


2.12.2 - 2012-10-14
-------------------

Expand All @@ -46,13 +49,15 @@ Changelog
- Disabled ``check_tid_ordering_w_commit`` test from BasicStorage, as it uses
invalid test data.


2.12.0 - 2010-09-25
-------------------

- Require at least ZODB 3.9 and adjusted method signatures to disuse versions.

- Expanded dependency on ZODB3 to include the test extra.


2.11.3 - 2010-06-05
-------------------

Expand All @@ -67,13 +72,15 @@ Changelog

- Fix a test failure due to never-unghostified root in second connection.


2.11.2 - 2009-08-03
-------------------

- Added change log and readme.

- Lauchpad #143736, #271395: fixed AttributeError' on _ltid in TempStorage


2.11.1 - 2008-08-05
-------------------

Expand Down
6 changes: 5 additions & 1 deletion setup.py
Expand Up @@ -49,7 +49,11 @@
'zope.testing',
],
extras_require={
'test': ['mock', 'zope.testrunner'],},
'test': [
'mock',
'zope.testrunner'
],
},
include_package_data=True,
zip_safe=False,
keywords=['zope', 'plone', 'zodb']
Expand Down

0 comments on commit ce3b741

Please sign in to comment.