{ "info": { "author": "Zope Corporation and Contributors", "author_email": "zope-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Zope :: 3", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP" ], "description": "Publication and traversal components.\n\n=======\nCHANGES\n=======\n\n4.3.1 (2019-07-01)\n------------------\n\n- Updated expected doc output to match latest library versions (yes, again).\n\n- Fixed supported Python versions in .travis.yml.\n\n- Avoid passing unicode text to logging.Logger.warning() on Python 2 (`issue 8\n `_).\n\n\n4.3.0 (2018-10-09)\n------------------\n\n- Drop Python 3.4 support and added 3.7.\n\n- Updated expected doc output to match latest library versions.\n\n- Removed all deprecation warnings.\n\n\n4.2.1 (2017-04-17)\n------------------\n\n- Include ``MANIFEST.in`` since it is needed for pip install.\n\n\n4.2.0 (2016-11-23)\n------------------\n\n- Update the code to be compatible with ``transaction >= 2.0``.\n\n- Update tests to be compatible with ``ZODB >= 5.1``, thus requiring at least\n this version for the tests.\n\n- Drop Python 3.3 support.\n\n\n4.1.0 (2016-08-08)\n------------------\n\n- Test against released final versions, thus requiring ``zope.app.http`` >= 4.0\n (test dependency).\n\n\n4.0.0 (2016-08-08)\n------------------\n\n- Claim compatibility to Python 3.4 and 3.5 and drop support for Python 2.6.\n\n- Improve the publication factory lookup by falling back to a more generic\n registration if the specific factory chooses not to handle the request after\n all.\n\n- Relax ZODB dependency to allow 3.10dev builds from SVN.\n\n- Introduce ZopePublication.callErrorView as a possible hook point.\n\n\n3.14.0 (2012-03-09)\n-------------------\n\n- Replace ZODB.POSException.ConflictError with\n transaction.interfaces.TransientError. The latter should be a more generic\n signal to retry a transaction/request.\n This requires ZODB3 >= 3.10.0 and transaction >= 1.1.0.\n\n- Get rid of ZODB dependency.\n\n\n3.13.2 (2011-08-04)\n-------------------\n\n- Add missing test dependency on zope.testing.\n\n- Remove test dependency on zope.app.exception.\n\n\n3.13.1 (2011-03-14)\n-------------------\n\n- Test fix: HTTP request should not have leading whitespace.\n\n\n3.13.0 (2011-01-25)\n-------------------\n\n- Reenabled a test which makes sure ``405 MethodNotAllowed`` is returned\n when PUT is not supported. This requires at least version 3.10 of\n zope.app.http.\n\n\n3.12.0 (2010-09-14)\n-------------------\n\n- Use the standard libraries doctest module.\n\n- Include the ``notfound.txt`` test again but reduce its scope to functionality\n relevant to this distribution.\n\n- Notify with IStartRequestEvent at the start of the request publication\n cycle.\n\n3.11.1 (2010-04-19)\n-------------------\n\n- Fix up tests to work with newer zope.app.wsgi release (3.9.0).\n\n3.11.0 (2010-04-13)\n-------------------\n\n- Don't depend on zope.app.testing and zope.app.zcmlfiles anymore in\n the tests.\n\n3.10.2 (2010-01-08)\n-------------------\n\n- Lift the test dependency on zope.app.zptpage.\n\n\n3.10.1 (2010-01-08)\n-------------------\n\n- make zope.testing an optional (test) dependency\n\n- Fix tests using a newer zope.publisher that requires zope.login.\n\n3.10.0 (2009-12-15)\n-------------------\n\n- Moved EndRequestEvent and IEndRequestEvent to zope.publisher.\n\n- Moved BeforeTraverseEvent and IBeforeTraverseEvent to zope.traversing.\n\n- Removed dependency on zope.i18n.\n\n- Import hooks functionality from zope.component after it was moved there from\n zope.site.\n\n- Import ISite from zope.component after it was moved there from\n zope.location.\n\n3.9.0 (2009-09-29)\n------------------\n\n- An abort within handleExceptions could have failed without logging what\n caused the error. It now logs the original problem.\n\n- Moved registration of and tests for two publication-specific event handlers\n here from zope.site in order to invert the package dependency.\n\n- Declared the missing dependency on zope.location.\n\n3.8.1 (2009-06-21)\n------------------\n\n- Bug fix: The publication traverseName method used ProxyFactory\n rather than the publication proxy method.\n\n3.8.0 (2009-06-20)\n------------------\n\n- Added a proxy method that can be overridden in subclasses to control\n how/if security proxies are created.\n\n- Replaced zope.deprecation dependency with backward-compatible imports\n\n3.7.0 (2009-05-23)\n------------------\n\n- Moved the publicationtraverse module to zope.traversing, removing the\n zope.app.publisher -> zope.app.publication dependency (which was a\n cycle).\n\n- Moved IHTTPException to zope.publisher, removing the dependency\n on zope.app.http.\n\n- Moved the DefaultViewName API from zope.app.publisher.browser to\n zope.publisher.defaultview, making it accessible to other packages\n that need it.\n\n- Look up the application controller through a utility registration\n rather than a direct reference.\n\n3.6.0 (2009-05-18)\n------------------\n\n- Use ``zope:adapter`` ZCML directive instead of ``zope:view``.\n This avoid dependency on ``zope.app.component``.\n\n- Update imports from ``zope.app.security`` to ``zope.authentication`` and\n ``zope.principalregistry``.\n\n- Use ``zope.browser.interfaces.ISystemError`` to avoid dependency on\n ``zope.app.exception``.\n\n- Refactored tests so they can run successfully with ZODB 3.8 and 3.9.\n\n3.5.3 (2009-03-13)\n------------------\n\n- Adapt to the removal of IXMLPresentation from zope.app.publisher which\n was removed to adapt to removal of deprecated interfaces from zope.component.\n\n3.5.2 (2009-03-10)\n------------------\n\n- Use ISkinnable.providedBy(request) instead of IBrowserRequest as condition\n for calling setDefaultSkin. This at the same time removes dependency to\n the browser part of zope.publisher.\n\n- Remove deprecated code.\n\n- Use built-in set class instead of the deprecated sets.Set and thus\n don't cause deprecation warning in Python 2.6.\n\n3.5.1 (2009-01-31)\n------------------\n\n- Import ISite from zope.location.interfaces instead of deprecated place\n in zope.app.component.interfaces.\n\n3.5.0 (2008-10-09)\n------------------\n\n- Now ``zope.app.publication.zopepublication.ZopePublication`` annotates the\n request with the connection to the main ZODB when ``getApplication`` is\n called.\n\n- Removed support for non-existent Zope versions.\n\n\n3.4.3 (2007-11-01)\n------------------\n\n- Removed unused imports.\n\n- Resolve ``ZopeSecurityPolicy`` deprecation warning.\n\n\n3.4.2 (2007-09-26)\n------------------\n\n- Added missing files to egg distribution.\n\n\n3.4.1 (2007-09-26)\n------------------\n\n- Added missing files to egg distribution.\n\n\n3.4.0 (2007-09-25)\n------------------\n\n- Initial documented release.\n\n- Reflect changes form ``zope.app.error`` refactoring.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/zope.app.publication", "keywords": "zope publication", "license": "ZPL 2.1", "maintainer": "", "maintainer_email": "", "name": "zope.app.publication", "package_url": "https://pypi.org/project/zope.app.publication/", "platform": "", "project_url": "https://pypi.org/project/zope.app.publication/", "project_urls": { "Homepage": "http://pypi.python.org/pypi/zope.app.publication" }, "release_url": "https://pypi.org/project/zope.app.publication/4.3.1/", "requires_dist": null, "requires_python": "", "summary": "Zope publication", "version": "4.3.1" }, "last_serial": 5471308, "releases": { "3.10.0": [ { "comment_text": "", "digests": { "md5": "9100b49b5597720289eafcff53831c98", "sha256": "cdaa1c105eb69896fe715ac943b4129c32185e9e8f4a37afb16f54ea1037e8f0" }, "downloads": -1, "filename": "zope.app.publication-3.10.0.zip", "has_sig": false, "md5_digest": "9100b49b5597720289eafcff53831c98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58981, "upload_time": "2009-12-15T20:56:59", "url": "https://files.pythonhosted.org/packages/23/e3/b3063bec07a6a9e55e12219e9d0534d576ed6a12d4a31bc5251a65eaf4ab/zope.app.publication-3.10.0.zip" } ], "3.10.1": [ { "comment_text": "", "digests": { "md5": "7e0bc685a81d771be57703e1fbee46fe", "sha256": "8c4415cc2819833377c09349913151eddd5174882cea1ee98838217988718144" }, "downloads": -1, "filename": "zope.app.publication-3.10.1.tar.gz", "has_sig": false, "md5_digest": "7e0bc685a81d771be57703e1fbee46fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30030, "upload_time": "2010-01-08T22:56:46", "url": "https://files.pythonhosted.org/packages/ae/e7/850065af67e2e01fa3eb0ccb61ff0ad3eb45d97bcfd74c0b7c5fe292f553/zope.app.publication-3.10.1.tar.gz" } ], "3.10.2": [ { "comment_text": "", "digests": { "md5": "f8a5856f71bd2c7db0a26c02e369f5a6", "sha256": "febd8c2b6e0131867cf54021d539c80e916755dd1b422f10995e68a15ab8449a" }, "downloads": -1, "filename": "zope.app.publication-3.10.2.tar.gz", "has_sig": false, "md5_digest": "f8a5856f71bd2c7db0a26c02e369f5a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30092, "upload_time": "2010-01-08T23:37:48", "url": "https://files.pythonhosted.org/packages/54/26/8decabf5843d2cd7cffa358f919af5ed127acd381841ea07b6043d1a89a8/zope.app.publication-3.10.2.tar.gz" } ], "3.11.0": [ { "comment_text": "", "digests": { "md5": "201e80404ecf0ed845805a607615668c", "sha256": "218a2d43f13b9835505c1be1ec9fdbb4f065349e1b3fd359134e9e71ba0442b1" }, "downloads": -1, "filename": "zope.app.publication-3.11.0.tar.gz", "has_sig": false, "md5_digest": "201e80404ecf0ed845805a607615668c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30882, "upload_time": "2010-04-13T19:16:27", "url": "https://files.pythonhosted.org/packages/86/02/03f95418774c8d9b8251e62f730490d0cf070111c906370d1177910cbd73/zope.app.publication-3.11.0.tar.gz" } ], "3.11.1": [ { "comment_text": "", "digests": { "md5": "4791f3497f067f5ee9b6575c54620bfc", "sha256": "596be529ea315ced63789c60e4ce308e47bd8b280da5fbfd5ba624d7e8fbeec5" }, "downloads": -1, "filename": "zope.app.publication-3.11.1.tar.gz", "has_sig": false, "md5_digest": "4791f3497f067f5ee9b6575c54620bfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30518, "upload_time": "2010-04-19T19:52:52", "url": "https://files.pythonhosted.org/packages/23/1c/e5b5ff7750ca02a09ba18db08b3add602ff5bf0b1574efc9aefe0d04216d/zope.app.publication-3.11.1.tar.gz" } ], "3.12.0": [ { "comment_text": "", "digests": { "md5": "d8c521287f52fb9f40fa9b8c2acb4675", "sha256": "d90f4e8244b6e62c4c2f5880885ae0115e35a583a693bd12fa8b161f9df70b16" }, "downloads": -1, "filename": "zope.app.publication-3.12.0.zip", "has_sig": false, "md5_digest": "d8c521287f52fb9f40fa9b8c2acb4675", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60618, "upload_time": "2010-09-14T16:04:33", "url": "https://files.pythonhosted.org/packages/2e/15/da6cb08d5ef45ee61963c71b5a536db3de37889740db6edb4ca814d2dd17/zope.app.publication-3.12.0.zip" } ], "3.13.0": [ { "comment_text": "", "digests": { "md5": "97448f2b185447e59292e82a84efb9e0", "sha256": "efed8b0edb56c8d07c0d4b22d8d7c5b89c1791d0008dee93b5b08b3f2dc11fae" }, "downloads": -1, "filename": "zope.app.publication-3.13.0.tar.gz", "has_sig": false, "md5_digest": "97448f2b185447e59292e82a84efb9e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30258, "upload_time": "2011-01-25T11:10:14", "url": "https://files.pythonhosted.org/packages/25/43/dc5aec3e97611333b564b33d53ff99377fb7be424f087d7a4a203eb1ed13/zope.app.publication-3.13.0.tar.gz" } ], "3.13.1": [ { "comment_text": "", "digests": { "md5": "a3c6498d4694dd6669469e8c49ab36eb", "sha256": "6c59637850bd6d0c4ec956d874a0ebe0617e345659d76b85ed14a101cd84d387" }, "downloads": -1, "filename": "zope.app.publication-3.13.1.tar.gz", "has_sig": false, "md5_digest": "a3c6498d4694dd6669469e8c49ab36eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31010, "upload_time": "2011-03-14T00:39:07", "url": "https://files.pythonhosted.org/packages/ee/c7/97b22a905b17bdd4425bcafd931283a40eb1725b796dc74c0448a60725a2/zope.app.publication-3.13.1.tar.gz" } ], "3.13.2": [ { "comment_text": "", "digests": { "md5": "25f7cfa9d85744bd58f6097fa6f0d90a", "sha256": "d22454b09fe4f6de545ff926622ffc06e6ea1224576596eba36892a389024295" }, "downloads": -1, "filename": "zope.app.publication-3.13.2.tar.gz", "has_sig": false, "md5_digest": "25f7cfa9d85744bd58f6097fa6f0d90a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31312, "upload_time": "2011-08-04T17:24:11", "url": "https://files.pythonhosted.org/packages/bb/f4/08a8851bd06cf9defc44255d37e493a8110d299f877bddd029e9a54af3b6/zope.app.publication-3.13.2.tar.gz" } ], "3.14.0": [ { "comment_text": "", "digests": { "md5": "fcb527f0ab3d32674a6ea1423c7d8b46", "sha256": "ea13bda0999ce476055a52f8fe31bb0fa578c2972d7b47d00bf76f2770ee7014" }, "downloads": -1, "filename": "zope.app.publication-3.14.0.tar.gz", "has_sig": false, "md5_digest": "fcb527f0ab3d32674a6ea1423c7d8b46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32143, "upload_time": "2012-03-09T16:18:39", "url": "https://files.pythonhosted.org/packages/d1/a3/fefe8c438c1729145686ad84f49ef42a86f57f2411136bd82f7a8576c9ec/zope.app.publication-3.14.0.tar.gz" } ], "3.4.0a1": [ { "comment_text": "", "digests": { "md5": "ae19c53ae54bb0c48ab33d386a73622f", "sha256": "40822833a352d6563242061d503419a21755e0f38239763177b984553a558f4c" }, "downloads": -1, "filename": "zope.app.publication-3.4.0a1.tar.gz", "has_sig": false, "md5_digest": "ae19c53ae54bb0c48ab33d386a73622f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24872, "upload_time": "2007-04-23T13:32:12", "url": "https://files.pythonhosted.org/packages/28/f1/2195742524684566a72a6a915c210d28490408f83362346edf92594c66b8/zope.app.publication-3.4.0a1.tar.gz" } ], "3.4.2": [ { "comment_text": "", "digests": { "md5": "d65c4f85b015b65434407413717613b0", "sha256": "b5bdbfc46f7c0550f60714eaf8c9b97aec427b01869aa49996a7a0978de032b6" }, "downloads": -1, "filename": "zope.app.publication-3.4.2.tar.gz", "has_sig": false, "md5_digest": "d65c4f85b015b65434407413717613b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26139, "upload_time": "2007-09-26T23:13:20", "url": "https://files.pythonhosted.org/packages/60/a0/a3356d7ed90fa77ee76654bea976c4e5a8444267deaa2c5cf09dd12d4bf0/zope.app.publication-3.4.2.tar.gz" } ], "3.4.3": [ { "comment_text": "", "digests": { "md5": "5a509b2f2f51992eb3df6c9e9ca3c233", "sha256": "14fd3c33f4c421532f806eb052f04dcf1211f1152768b20594c64df8f34d6e59" }, "downloads": -1, "filename": "zope.app.publication-3.4.3.tar.gz", "has_sig": false, "md5_digest": "5a509b2f2f51992eb3df6c9e9ca3c233", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26259, "upload_time": "2007-11-01T20:17:25", "url": "https://files.pythonhosted.org/packages/8b/5e/f0f6aae9f03aa3e36c3fe70ef8b191d70ed702924eb04321b1ec4c85745e/zope.app.publication-3.4.3.tar.gz" } ], "3.4.4": [ { "comment_text": "", "digests": { "md5": "4da3da67edaee6cd6ce146db8a272b59", "sha256": "3f020c266c9104fdfe2f69d90737236037f2423ebbbcc5538a919a0c066d3487" }, "downloads": -1, "filename": "zope.app.publication-3.4.4.tar.gz", "has_sig": false, "md5_digest": "4da3da67edaee6cd6ce146db8a272b59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28016, "upload_time": "2009-08-13T03:23:29", "url": "https://files.pythonhosted.org/packages/9c/11/739e5fff68e5d04ef1f67841b6ee7844a7c8a17429dba74757e36cdeab85/zope.app.publication-3.4.4.tar.gz" } ], "3.5.0": [ { "comment_text": "", "digests": { "md5": "f8345ceef5f55c9ed194346c4754bf86", "sha256": "a5c8a285d45d5bdbe842991971edc6a1e1c150ba3fb48291f3cd904fae95475e" }, "downloads": -1, "filename": "zope.app.publication-3.5.0.tar.gz", "has_sig": false, "md5_digest": "f8345ceef5f55c9ed194346c4754bf86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26940, "upload_time": "2008-10-09T18:46:38", "url": "https://files.pythonhosted.org/packages/b2/fe/d85de4aa78018e4bd2e9c2b61791f821caa2e3686b7bf4168e22a5f390ed/zope.app.publication-3.5.0.tar.gz" } ], "3.5.1": [ { "comment_text": "", "digests": { "md5": "25b2bd1548cee3a9364d3f1114884f1e", "sha256": "ad8943b704a75acb6c2e7c8ceb19fa061809f1752d279eb8377e3755e598a7c5" }, "downloads": -1, "filename": "zope.app.publication-3.5.1.tar.gz", "has_sig": false, "md5_digest": "25b2bd1548cee3a9364d3f1114884f1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26697, "upload_time": "2009-01-31T16:10:36", "url": "https://files.pythonhosted.org/packages/fa/ba/58fb0181936a87e6a1c11adad77892e768e059b375c505dd594a770f69db/zope.app.publication-3.5.1.tar.gz" } ], "3.5.2": [ { "comment_text": "", "digests": { "md5": "4e12494b6a5b8b9d550ff6f8571f447d", "sha256": "1b7ad683e920642cc1eee8c90e9a6b2003b94b2c0a0ba65a13feed0127b69b7f" }, "downloads": -1, "filename": "zope.app.publication-3.5.2.zip", "has_sig": false, "md5_digest": "4e12494b6a5b8b9d550ff6f8571f447d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53155, "upload_time": "2009-03-10T03:16:47", "url": "https://files.pythonhosted.org/packages/ee/2b/7607db4359d2be8c82d7a6f9503b4d9ab898ec90c877ee6f3d96480f5600/zope.app.publication-3.5.2.zip" } ], "3.5.3": [ { "comment_text": "", "digests": { "md5": "c92c34f458062237672d88be961e4455", "sha256": "840abedfcd7eedd63dbbabfc6f051b5698ee9c227ab3b7984d4ce2cb2e8dc33b" }, "downloads": -1, "filename": "zope.app.publication-3.5.3.tar.gz", "has_sig": false, "md5_digest": "c92c34f458062237672d88be961e4455", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27337, "upload_time": "2009-03-13T16:41:08", "url": "https://files.pythonhosted.org/packages/5f/7e/faea3fc7b205052a224bf0e9ec680e7faa9c80c148f09d006917e87fa9c9/zope.app.publication-3.5.3.tar.gz" } ], "3.6.0": [ { "comment_text": "", "digests": { "md5": "9ba8d59a18c154f30447861acebb3d8f", "sha256": "ddfd9bf894221361352a3948a31acf02dddf10a057f248f06238ce17e45ca7d6" }, "downloads": -1, "filename": "zope.app.publication-3.6.0.tar.gz", "has_sig": false, "md5_digest": "9ba8d59a18c154f30447861acebb3d8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28126, "upload_time": "2009-05-18T20:55:17", "url": "https://files.pythonhosted.org/packages/8e/c9/3381101581d6222b19ac5d28b82f5e136262995719a8b380fb6eb5734d9e/zope.app.publication-3.6.0.tar.gz" } ], "3.7.0": [ { "comment_text": "", "digests": { "md5": "81de21cc82ff034356d8a980abeca71d", "sha256": "baf55c5dfdfc823f8b51e963d083c2e53f58b9700f6f1f8758fba01b03fddf30" }, "downloads": -1, "filename": "zope.app.publication-3.7.0.tar.gz", "has_sig": false, "md5_digest": "81de21cc82ff034356d8a980abeca71d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28950, "upload_time": "2009-05-23T23:59:25", "url": "https://files.pythonhosted.org/packages/9a/23/9fe2b2a4ff37fe1d0f316187236b6dc1ee0573cc900875ec6d0f4b14d2b9/zope.app.publication-3.7.0.tar.gz" } ], "3.8.0": [ { "comment_text": "", "digests": { "md5": "21460a08cae0fbb7d32b346264437a69", "sha256": "70c96379e5a7ae37a90cd60fe2feabe524c96e7fbcd837d6024e63d51d136c86" }, "downloads": -1, "filename": "zope.app.publication-3.8.0.tar.gz", "has_sig": false, "md5_digest": "21460a08cae0fbb7d32b346264437a69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28923, "upload_time": "2009-06-20T13:16:01", "url": "https://files.pythonhosted.org/packages/b4/d0/a497d0a31489ac196133de15a57d67e5beff1454464c32bb37b8803fd931/zope.app.publication-3.8.0.tar.gz" } ], "3.8.1": [ { "comment_text": "", "digests": { "md5": "5fea810ca1d26da27c5c6c54cdce26d3", "sha256": "cc0019d1e7a351fa7617b6d925c4277539c463178fdf1fd7e8d23fc05c0be0b9" }, "downloads": -1, "filename": "zope.app.publication-3.8.1.tar.gz", "has_sig": false, "md5_digest": "5fea810ca1d26da27c5c6c54cdce26d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29406, "upload_time": "2009-06-21T16:24:47", "url": "https://files.pythonhosted.org/packages/7a/88/a302052ab34999066612558f4bee1c72cb1421d81ba2afaa39c5b4a70a0d/zope.app.publication-3.8.1.tar.gz" } ], "3.9.0": [ { "comment_text": "", "digests": { "md5": "da53d39455f61b1dae9745e7e803e29b", "sha256": "8e2d303ec954fdb65b096c98db68150be26f286dcaed98e07227020036d79e64" }, "downloads": -1, "filename": "zope.app.publication-3.9.0.tar.gz", "has_sig": true, "md5_digest": "da53d39455f61b1dae9745e7e803e29b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31378, "upload_time": "2009-09-29T14:03:34", "url": "https://files.pythonhosted.org/packages/5e/d6/a8603e9e25a7d6998b54596c6cbe11f577073d052ac6dc965b852764b311/zope.app.publication-3.9.0.tar.gz" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "f7966662d6c138e2c019a2400890b4c4", "sha256": "8d0ce6e5acde11d7ab2781c45944a612ddff1c4f4cfca61dae7b74fe7bdde551" }, "downloads": -1, "filename": "zope.app.publication-4.0.0.tar.gz", "has_sig": false, "md5_digest": "f7966662d6c138e2c019a2400890b4c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65700, "upload_time": "2016-08-08T11:38:36", "url": "https://files.pythonhosted.org/packages/c1/c7/c601f4542b4790c6e5ea50205e3a888305fd1dce25801279043b1c33b492/zope.app.publication-4.0.0.tar.gz" } ], "4.0.0a1.dev": [ { "comment_text": "", "digests": { "md5": "81d487019b31804ff6ba67bea0dde519", "sha256": "12d6687b3bafda5d69a8d42c580e908392fd7c4d79c64a3a2b242591e0cb633d" }, "downloads": -1, "filename": "zope.app.publication-4.0.0a1.dev.tar.gz", "has_sig": false, "md5_digest": "81d487019b31804ff6ba67bea0dde519", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35996, "upload_time": "2013-02-27T12:49:02", "url": "https://files.pythonhosted.org/packages/9c/ba/5c0aeecc04b5fe6fa6e26bb1f425b50d1c660ec934c80845a765b0f130ab/zope.app.publication-4.0.0a1.dev.tar.gz" } ], "4.1.0": [ { "comment_text": "", "digests": { "md5": "ca23ef433b48951f09dffeeb8551c802", "sha256": "3228c8c673dc750223fcf08fed9ddba0f13f751c2052e0627dd1256fdca7dfcb" }, "downloads": -1, "filename": "zope.app.publication-4.1.0.tar.gz", "has_sig": false, "md5_digest": "ca23ef433b48951f09dffeeb8551c802", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37386, "upload_time": "2016-08-08T14:20:23", "url": "https://files.pythonhosted.org/packages/e9/d5/77e0f3c964c31b7f0c61a90bb8ccf6fde33251af2108ab6f5abae796f4a9/zope.app.publication-4.1.0.tar.gz" } ], "4.1.1": [ { "comment_text": "", "digests": { "md5": "cc6d836629e8c4f4e3961368c325872d", "sha256": "700970d14c99e13259ede94c2eb732b3262e5bc6433418fecb389bdd9a31c38f" }, "downloads": -1, "filename": "zope.app.publication-4.1.1.tar.gz", "has_sig": false, "md5_digest": "cc6d836629e8c4f4e3961368c325872d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37941, "upload_time": "2017-04-17T16:31:59", "url": "https://files.pythonhosted.org/packages/69/98/e1462c1cd8d72d7fac90f18379dab6a1760ddd187345824f746c4d2e49f2/zope.app.publication-4.1.1.tar.gz" } ], "4.2.0": [ { "comment_text": "", "digests": { "md5": "9d02799d1845cdb24d34ef88b7f3ca41", "sha256": "abe8e93b265459fe5c0d626085eeb712930e8730b6bdbfaf3d9e960e96292fad" }, "downloads": -1, "filename": "zope.app.publication-4.2.0.tar.gz", "has_sig": false, "md5_digest": "9d02799d1845cdb24d34ef88b7f3ca41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37835, "upload_time": "2016-11-23T11:01:48", "url": "https://files.pythonhosted.org/packages/1f/e8/10c5db2c4cba7d5b801df7d313ebb8fc60db0c12b25546a7fd563ec6e749/zope.app.publication-4.2.0.tar.gz" } ], "4.2.1": [ { "comment_text": "", "digests": { "md5": "55f70a95357a6956c71cafcb93728ace", "sha256": "2eb4dabe4ebfb8dcd188f32b42fc0fd0113d001fb5d8fc04e1c1b13f4db81074" }, "downloads": -1, "filename": "zope.app.publication-4.2.1.tar.gz", "has_sig": false, "md5_digest": "55f70a95357a6956c71cafcb93728ace", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38112, "upload_time": "2017-04-17T16:27:48", "url": "https://files.pythonhosted.org/packages/7a/94/2cd42ede3148bfd77dc66185a9cab1cc637efd639f36dd2e41e0736446d9/zope.app.publication-4.2.1.tar.gz" } ], "4.3.0": [ { "comment_text": "", "digests": { "md5": "9511b61a4458052a8999e86af5470fea", "sha256": "7dadc7143bf5246017b23fa411180527487547a4059d41c997e54edc9bf3fb6c" }, "downloads": -1, "filename": "zope.app.publication-4.3.0.tar.gz", "has_sig": false, "md5_digest": "9511b61a4458052a8999e86af5470fea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38259, "upload_time": "2018-10-09T20:13:48", "url": "https://files.pythonhosted.org/packages/4d/3e/45b62af1bd69e6828cda6ab43bf6a8959a08a23149b3ca7cf49f74e272ab/zope.app.publication-4.3.0.tar.gz" } ], "4.3.1": [ { "comment_text": "", "digests": { "md5": "83733c18a6fc7bde46b90c88feb81377", "sha256": "ffe2b3e532073931ddf0a7fa549bb812258665f8d591d2c03e6915e90478cc1c" }, "downloads": -1, "filename": "zope.app.publication-4.3.1.tar.gz", "has_sig": false, "md5_digest": "83733c18a6fc7bde46b90c88feb81377", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38067, "upload_time": "2019-07-01T14:23:35", "url": "https://files.pythonhosted.org/packages/b5/83/dbae3a82e55e9609f42dd42af8a15430a4d45c14b018cbf5476a1bca6b76/zope.app.publication-4.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "83733c18a6fc7bde46b90c88feb81377", "sha256": "ffe2b3e532073931ddf0a7fa549bb812258665f8d591d2c03e6915e90478cc1c" }, "downloads": -1, "filename": "zope.app.publication-4.3.1.tar.gz", "has_sig": false, "md5_digest": "83733c18a6fc7bde46b90c88feb81377", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38067, "upload_time": "2019-07-01T14:23:35", "url": "https://files.pythonhosted.org/packages/b5/83/dbae3a82e55e9609f42dd42af8a15430a4d45c14b018cbf5476a1bca6b76/zope.app.publication-4.3.1.tar.gz" } ] }