Fri, 31 May 2024 23:26:29 UTC | login

Information for build python-pyramid-tm-0.12-4.fc25

ID18167
Package Namepython-pyramid-tm
Version0.12
Release4.fc25
Epoch
SummaryA package which allows Pyramid requests to join the active transaction
Descriptionpyramid_tm is a package which allows Pyramid requests to join the active transaction as provided by the transaction http://pypi.python.org/pypi/transaction See http://docs.pylonsproject.org/projects/pyramid_tm/dev/ or docs/index.rst in this distribution for detailed documentation.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:28:13 UTC
CompletedSat, 14 Apr 2018 20:28:13 UTC
Tags
f28
f29
RPMs
src
python-pyramid-tm-0.12-4.fc25.src.rpm (info) (download)
noarch
python-pyramid-tm-0.12-4.fc25.noarch.rpm (info) (download)
python3-pyramid-tm-0.12-4.fc25.noarch.rpm (info) (download)
Changelog * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Tue Sep 15 2015 Ralph Bean <rbean@redhat.com> - 0.12-1 - new version - Move license and copyright to a %license field. * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri May 30 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 0.7-4 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Fri Jun 21 2013 Ralph Bean <rbean@redhat.com> - 0.7-2 - Patch to remove a block that requires python-transaction>=1.1 which is unavailable on el6. * Fri Jun 21 2013 Ralph Bean <rbean@redhat.com> - 0.7-1 - Latest upstream - Added python3 subpackage. - Added test suite to check section. - Included upstream docs. - Write unauthenticated userid and request.path_info as transaction metadata via t.setUser and t.note respectively during a commit. - Disuse the confusing and bug-ridden generator-plus-context-manager "attempts" mechanism from the transaction package for retrying retryable exceptions (e.g. ZODB ConflictError). Use a simple while loop plus a counter and imperative logic instead - When a non-retryable exception was raised as the result of a call to transaction.manager.commit, the exception was not reraised properly. Symptom: an unrecoverable exception such as Unsupported: Storing blobs in <somestorage> is not supported. would be swallowed inappropriately. * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Jun 18 2012 Ross Delinger <rossdylan@csh.rit.edu> 0.4-1 - initial package for Fedora