{ "info": { "author": "Martijn Faassen", "author_email": "faassen@startifact.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "more.transaction: SQLAlchemy and ZODB integration for Morepath\n==============================================================\n\nmore.transaction builds on the transaction_ module to let you\nintegrate SQLAlchemy or ZODB (or both!) into Morepath_ applications.\n\nSee https://github.com/morepath/morepath_sqlalchemy for a demo.\n\n.. _transaction: https://pypi.python.org/pypi/transaction\n\n.. _Morepath: http://morepath.readthedocs.org\n\nBuild Status\n------------\n\n.. image:: https://travis-ci.org/morepath/more.transaction.svg?branch=master\n :target: https://travis-ci.org/morepath/more.transaction\n\n.. image:: https://coveralls.io/repos/morepath/more.transaction/badge.svg?branch=master\n :target: https://coveralls.io/r/morepath/more.transaction?branch=master\n\nCHANGES\n*******\n\n0.9 (2018-10-29)\n================\n\n- Fixes incompatibility with transaction 2.4.0.\n\n In transaction 2.4.0 some internal APIs we use have changed. As a result,\n we've hade to make a small change. As there's probably no need to keep\n an old transaction release around we dropped support for transaction < 2.4.0.\n\n If you have a good reason why we should support an old transaction release\n with the latest more.transaction, let us know - it could be done, though\n there should be tests verifying multiple transaction releases against\n more.transaction.\n\n See https://github.com/zopefoundation/transaction/pull/68\n\n0.8 (2016-12-28)\n================\n\n- Fixes incompatibility with latest transaction release in combination with\n Python 2.7. See https://github.com/morepath/more.transaction/issues/8\n\n- Add Python 3.5 and make it the default test environment.\n\n- Clean up meta data.\n\n- Fix `#6`_: ``userid`` not taken properly.\n\n.. _#6: https://github.com/morepath/more.transaction/issues/6\n\n\n0.7 (2016-07-18)\n================\n\n- Use a new ``request.reset`` API introduced by Morepath 0.15 to reset\n the request so that a transaction can be properly\n retried. Previously ``more.transaction`` was using internal Morepath\n APIs to reset the request, which failed after a change in Morepath\n 0.15.\n\n- Discovered a bug: request resetting wasn't working properly with\n mounted applications. This is fixed in Morepath's new\n ``request.reset`` method, which we now use.\n\n- Replaced custom exception re-raise machinery with a ``raise``\n statement with no arguments. That was legacy code from\n ``pyramid_tm`` when they were using a context manager instead of a\n ``try...except`` statement.\n\n See https://github.com/morepath/more.transaction/issues/7\n\n- Update test suite to take advantage of Morepath 0.15.\n\n- Remove Python 2.5 syntax.\n\n0.6 (2016-04-06)\n================\n\n- Adds compatibility with Morepath 0.13.\n\n0.5 (2015-08-17)\n================\n\n- Fixes transaction retries not working for paths with more than one variable.\n\n This bug had no effect on applications using the default more.transaction\n settings. The bug only concerned applications using an ``attempts`` setting\n greater than 1.\n\n See https://github.com/morepath/more.transaction/issues/3\n\n0.4 (2015-01-06)\n================\n\n- Rename ``transaction_app`` to ``TransactionApp`` to be consistent\n with modern class naming in Morepath. Still provide\n ``transaction_app`` for backwards compatibility.\n\n- Modify ``setup.py`` to use ``io.open`` instead of ``open`` to\n include the README and the CHANGELOG and hardcode UTF-8 so it works\n on all versions of Python with all default encodings.\n\n0.3 (2014-11-03)\n================\n\n- Compatibility fixes for Morepath 0.7.\n\n0.2 (2014-11-01)\n================\n\n- Adjustments to work with Morepath 0.4 and later. (long overdue release,\n thanks Denis Krienb\u00fchl for helping me find out!)\n\n0.1 (2014-04-08)\n================\n\n- Initial public release.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/morepath/more.transaction", "keywords": "morepath sqlalchemy zodb transaction", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "more.transaction", "package_url": "https://pypi.org/project/more.transaction/", "platform": "", "project_url": "https://pypi.org/project/more.transaction/", "project_urls": { "Homepage": "https://github.com/morepath/more.transaction" }, "release_url": "https://pypi.org/project/more.transaction/0.9/", "requires_dist": null, "requires_python": "", "summary": "transaction integration for Morepath", "version": "0.9" }, "last_serial": 4427832, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2ca5e3d0ccd071a290275dc1aa0d1a5a", "sha256": "af518099ddcb0684016211d747228b9f06e6234db55ed959b85e2daa75684484" }, "downloads": -1, "filename": "more.transaction-0.1.zip", "has_sig": false, "md5_digest": "2ca5e3d0ccd071a290275dc1aa0d1a5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11303, "upload_time": "2014-04-08T13:37:18", "url": "https://files.pythonhosted.org/packages/31/33/e778fb8095f87117833eff2fe16cbcdd752b19ef92fd0a78e45c89d5137c/more.transaction-0.1.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "946dae7a38207d35e16eb99d9e445060", "sha256": "75b3e25b3cfefbb0b65d79b2e28b34d60e16fe0e5e04329e571189d44f540187" }, "downloads": -1, "filename": "more.transaction-0.2.zip", "has_sig": false, "md5_digest": "946dae7a38207d35e16eb99d9e445060", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12783, "upload_time": "2014-11-01T17:40:58", "url": "https://files.pythonhosted.org/packages/66/ac/1ae587e9d3b2f818b1f279b6425be1e2942d86164b26ace0b76ec2b03bf8/more.transaction-0.2.zip" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "fe64dda0bbf0b329b365abede1f4a9e7", "sha256": "22f96a09487f884d4a099ef8c1646a424664d63e076c11e892ba106f326ce22d" }, "downloads": -1, "filename": "more.transaction-0.3.zip", "has_sig": false, "md5_digest": "fe64dda0bbf0b329b365abede1f4a9e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12931, "upload_time": "2014-11-03T16:46:00", "url": "https://files.pythonhosted.org/packages/a1/d1/ed7f66e20f4cdc7b0a44a0288888c9f9235f61d918db42d55620654b8728/more.transaction-0.3.zip" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "4c5cfe307da2d6aa624aef24c6265311", "sha256": "11704b434100ef7c3e9bd814896fb5e9f1653a66d61103b4e175a2db73f8c2d1" }, "downloads": -1, "filename": "more.transaction-0.4.zip", "has_sig": false, "md5_digest": "4c5cfe307da2d6aa624aef24c6265311", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13610, "upload_time": "2015-01-06T14:28:14", "url": "https://files.pythonhosted.org/packages/be/c3/ec9c82bb51f0d68dee604ca461232977f2b3b6f282a3d5f804bcabd3edae/more.transaction-0.4.zip" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "18f215028f53546bb65e21baa567c928", "sha256": "2759f81398b5421196ae3b5646d903e8df7d5fe286dd79ddd982e0fd2b155a18" }, "downloads": -1, "filename": "more.transaction-0.5.tar.gz", "has_sig": false, "md5_digest": "18f215028f53546bb65e21baa567c928", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8763, "upload_time": "2015-08-17T11:47:11", "url": "https://files.pythonhosted.org/packages/3e/6a/a3efb9268a7bb6800324a015fbd754505eb5bcbd17349c417054845d2080/more.transaction-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "550cbc5e9a5be9f8f3002c4959d161cc", "sha256": "6c4df43774f17e20424df1c42493b99d2b2136472e797a312569d9b632d18580" }, "downloads": -1, "filename": "more.transaction-0.6.tar.gz", "has_sig": false, "md5_digest": "550cbc5e9a5be9f8f3002c4959d161cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8854, "upload_time": "2016-04-06T12:45:06", "url": "https://files.pythonhosted.org/packages/2e/26/20b4187d4a499205eca52065ee32f50efd333a26c03d91de6b116aeee5a2/more.transaction-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "b41658f0e68aabedb800f8c99cd4a5c3", "sha256": "a1c75bf1654e767b8e61b78ac5b91813591443dacc5f660c33524a43b791dd09" }, "downloads": -1, "filename": "more.transaction-0.7.tar.gz", "has_sig": false, "md5_digest": "b41658f0e68aabedb800f8c99cd4a5c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8893, "upload_time": "2016-07-18T12:23:10", "url": "https://files.pythonhosted.org/packages/e1/bb/75aa7b2970d4649c6feec762814ab9d1028bd9bc72e7cd397843deada654/more.transaction-0.7.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "bdbae5c1d7d49bcee65032a32d53ae97", "sha256": "50b8ad545fe9b8b1772da6e8d8b3036da0c58eb819656d003be41ebc8a8a5744" }, "downloads": -1, "filename": "more.transaction-0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "bdbae5c1d7d49bcee65032a32d53ae97", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 9904, "upload_time": "2016-12-28T13:33:33", "url": "https://files.pythonhosted.org/packages/71/09/a65236f8d354e09f12527f2c20568b82b3789165972ee6092581673d0531/more.transaction-0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "146977c43c981fbe5d94f17d1bc15db8", "sha256": "ba8db43731973c1e432a9213e4ab2390eccfa260d1e142071907d4c2980b440c" }, "downloads": -1, "filename": "more.transaction-0.8.tar.gz", "has_sig": false, "md5_digest": "146977c43c981fbe5d94f17d1bc15db8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10423, "upload_time": "2016-12-28T13:33:31", "url": "https://files.pythonhosted.org/packages/e9/32/4584350d0fbeb8e5ee9ff050872027b6ff6829bc37884864ecd40e8bc1ba/more.transaction-0.8.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "f4d366d45f608253ce3ad1b7e35f5d57", "sha256": "b5ce7d11e6c71bb3b8b6eee060d25433e4ff7c377b5d42693d0be14a7a856ce6" }, "downloads": -1, "filename": "more.transaction-0.9.tar.gz", "has_sig": false, "md5_digest": "f4d366d45f608253ce3ad1b7e35f5d57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11478, "upload_time": "2018-10-29T14:50:27", "url": "https://files.pythonhosted.org/packages/16/fa/764e2a21bf42a3f15f07144548ae00503a982b94f81f845732e090ffd652/more.transaction-0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f4d366d45f608253ce3ad1b7e35f5d57", "sha256": "b5ce7d11e6c71bb3b8b6eee060d25433e4ff7c377b5d42693d0be14a7a856ce6" }, "downloads": -1, "filename": "more.transaction-0.9.tar.gz", "has_sig": false, "md5_digest": "f4d366d45f608253ce3ad1b7e35f5d57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11478, "upload_time": "2018-10-29T14:50:27", "url": "https://files.pythonhosted.org/packages/16/fa/764e2a21bf42a3f15f07144548ae00503a982b94f81f845732e090ffd652/more.transaction-0.9.tar.gz" } ] }