15
0

Accepting request 862911 from home:pgajdos:python

- version update to 3.0.1
  - Exception raised by a before commit hook is no longer hidden.  No
    further commit hooks are called and exception is propagated to
    the caller of ``commit()``. See
    `#95 <https://github.com/zopefoundation/transaction/pull/95>`_.
- use %pytest macro

OBS-URL: https://build.opensuse.org/request/show/862911
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-transaction?expand=0&rev=41
This commit is contained in:
2021-01-13 14:26:22 +00:00
committed by Git OBS Bridge
parent d8c586267a
commit 33d2d87a63
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 13 14:19:23 UTC 2021 - pgajdos@suse.com
- version update to 3.0.1
- Exception raised by a before commit hook is no longer hidden. No
further commit hooks are called and exception is propagated to
the caller of ``commit()``. See
`#95 <https://github.com/zopefoundation/transaction/pull/95>`_.
- use %pytest macro
-------------------------------------------------------------------
Mon May 4 10:44:06 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>