File python-pyramid_tm.changes of Package python-pyramid_tm
-------------------------------------------------------------------
Wed Jun 22 19:18:44 UTC 2022 - Bruno Friedmann <bruno@ioda-net.ch>
- Update copyright year
- Update to version 2.5
- Adjust test call
-------------------------------------------------------------------
Tue Mar 23 13:46:31 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>
- Update copyright year
- Fix new python module version syntax
-------------------------------------------------------------------
Sun Mar 15 20:36:37 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
- Update to version 2.4
+ Allow overriding ``pyramid_tm`` via the environ for testing purposes.
See https://github.com/Pylons/pyramid_tm/pull/72
+ When ``tm.annotate_user`` is enabled, use ``request.authenticated_userid``
instead of ``request.unauthenticated_userid``. The latter is deprecated in
Pyramid 2.0.
See https://github.com/Pylons/pyramid_tm/pull/72
- Update to version 2.3
+ Mark all ``transaction.interfaces.TransientError`` exceptions
automatically as retryable by ``pyramid_retry`` if it is installed.
See https://github.com/Pylons/pyramid_tm/pull/71
- Packaging
+ Make it python3 (pyramid is py3 only)
-------------------------------------------------------------------
Sun Mar 10 11:30:53 UTC 2019 - Bruno Friedmann <bruno@ioda-net.ch>
- update to version 2.2.1
+ Support Python 3.7.
+ Fix error handling when using transaction >= 2.4.0.
See https://github.com/Pylons/pyramid_tm/pull/68
- packaging: spec-cleaner minimal
-------------------------------------------------------------------
Mon May 28 15:20:27 UTC 2018 - bruno@ioda-net.ch
- spec-cleaner : date,url,licence
- remove build_sphinx (only in use in -doc package)
-------------------------------------------------------------------
Wed Sep 6 12:50:12 UTC 2017 - bruno@ioda-net.ch
- rename requires to plaster-pastedeploy
-------------------------------------------------------------------
Fri Jul 28 11:42:57 UTC 2017 - bruno@ioda-net.ch
- update to version 2.2 (check Major backward incompatibilities)
https://pypi.python.org/pypi/pyramid_tm/2.2
- Packaging
+ move to singlespec
+ backport changes from d:l:p3 (split doc etc)
-------------------------------------------------------------------
Sat Sep 24 01:01:57 UTC 2016 - arun@gmx.de
- specfile:
* update copyright year
- update to version 1.0:
* Drop Python 2.6, 3.2 and 3.3 support.
* Add Python 3.5 support.
* Subtle bugs can occur if you use the transaction manager during a
request in which "pyramid_tm" is disabled via an
"activate_hook". To combat these types of errors, attempting to
access "request.tm" will now raise an "AttributeError" when
"pyramid_tm" is inactive. See
https://github.com/Pylons/pyramid_tm/pull/46
-------------------------------------------------------------------
Mon Jun 13 18:36:47 UTC 2016 - toddrme2178@gmail.com
- Remove unneeded test dependencies.
-------------------------------------------------------------------
Mon Jun 13 14:43:53 UTC 2016 - toddrme2178@gmail.com
- Split documentation into subpackage to speed up build.
-------------------------------------------------------------------
Sun May 8 07:13:21 UTC 2016 - arun@gmx.de
- specfile:
* changed to https for source url
* updated source url to files.pythonhosted.org
* remove if case for suse version <= 1110
-------------------------------------------------------------------
Fri Nov 27 06:12:37 UTC 2015 - arun@gmx.de
- specfile:
* added WebTest requirement for tests
- update to version 0.12.1:
* Fix compatibility with 1.2 and 1.3 again. This wasn't fully fixed
in the 0.12 release as the tween was relying on request properties
working (which they do not inside tweens in older versions). See
https://github.com/Pylons/pyramid_tm/pull/39
-------------------------------------------------------------------
Fri Aug 21 08:42:26 UTC 2015 - bruno@ioda-net.ch
- Build & packaging for python3
-------------------------------------------------------------------
Thu Jul 30 14:58:09 UTC 2015 - hpj@urpla.net
- 0.12 (2015-05-21)
* Expose a tm.annotate_user option to avoid computing
request.unauthenticated_userid on every request.
See https://github.com/Pylons/pyramid_tm/pull/36
* Restore compatibility with Pyramid 1.2 and 1.3.
- 0.11 (2015-02-04)
* Add a hook to override creation of the transaction manager (the default
remains the thread-local one accessed through transaction.manager).
See: https://github.com/Pylons/pyramid_tm/pull/31
-------------------------------------------------------------------
Wed Feb 4 12:30:29 UTC 2015 - hpj@urpla.net
- update to 0.10: changes are too many to list here, see:
https://pypi.python.org/pypi/pyramid_tm/0.10
-------------------------------------------------------------------
Tue Aug 6 08:35:29 UTC 2013 - hpj@urpla.net
- provide local intersphinx file
-------------------------------------------------------------------
Mon Aug 5 16:01:58 UTC 2013 - hpj@urpla.net
- version 0.7: initial build