Zope application server ZCML files
**********************************
.. contents::
Change History
==============
5.0 (2023-07-10)
----------------
- Add support for Python 3.11.
- Drop support for Python 2.7, 3.5, 3.6.
4.1.0 (2022-08-23)
------------------
- Add support for Python 3.7, 3.8, 3.9, 3.10.
- Drop support for Python 3.4.
4.0.0 (2017-05-29)
------------------
- Add support for Python 3.4, 3.5, 3.6 and PyPy. Update minimum dependency
versions appropriately.
3.8.0 (2013-08-27)
------------------
- Remove include of ``zope.app.zopeappgenerations`` that is not useful unless
upgrading a database older than Zope 3.4. This cuts the last dependency on
``zope.app.authentication`` from the ZTK.
3.7.1 (2011-07-26)
------------------
- Move include of ``zope.dublincore.browser`` here from ``zope.dublincore``
(LP: #590668).
3.7.0 (2009-12-28)
------------------
- Use new ``zope.app.locales`` which has its own `configure.zcml`.
- No longer using ``zope.testing.doctestunit`` as it is deprecated
now. Using python's ``doctest`` module.
3.6.1 (2009-12-16)
------------------
- Removed reference to no longer existing configure.zcml from
``zope.app.pagetemplate.tests``.
3.6.0 (2009-07-11)
------------------
- No longer depends on deprecated ``zope.app.interface`` but on
``zope.componentvocabulary``.
3.5.5 (2009-05-23)
------------------
- Added missing dependencies, including ``zope.app.http`` and
``zope.app.applicationcontrol``.
3.5.4 (2009-05-18)
------------------
- Added missing ``zope.app.exception`` dependency, as we include its ZCML.
- Added missing ``zope.app.testing`` test dependency to make tests pass.
3.5.3 (2009-02-04)
------------------
- Added ``zope.app.broken`` dependency (we include its ZCML).
3.5.2 (2009-01-31)
------------------
- We depended on ``zope.formlib`` but didn't include its configuration. Now
it's included in ``configure.zcml``.
- We include ZCML of ``zope.app.error`` but didn't mention it as a dependency.
3.5.1 (2008-12-28)
------------------
- Add include of ``zope.app.schema:configure.zcml``. Because component-based
vocabularies are used everywhere and we need to import zope.app.schema
somehow to make it work. This is needed because of removal of the include
of zope.app.schema's meta.zcml in the previous release.
3.5.0 (2008-12-16)
------------------
- Remove deprecated include of ``zope.app.component.browser:meta.zcml``.
- Remove deprecated include of ``zope.app.schema:meta.zcml``.
- Remove use of zope.modulealias.
3.4.3 (2007-11-01)
------------------
- Fix test failure due to missing ``zope.app.container.browser.ftests``
directory. Now it is moved to ``zope.app.container.browser.tests``.
3.4.2 (2007-10-30)
------------------
- Fix test failure due to missing ``zope.app.form.browser.ftests`` directory.
Now it is moved to ``zope.app.form.browser.tests``.
3.4.1 (2007-10-23)
------------------
- Added missing dependency.
3.4.0 (2007-10-03)
------------------
- Initial public release as an individual package.
Raw data
{
"_id": null,
"home_page": "http://github.com/zopefoundation/zope.app.zcmlfiles",
"name": "zope.app.zcmlfiles",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "zope setup configuration standard menu",
"author": "Zope Foundation and Contributors",
"author_email": "zope-dev@zope.org",
"download_url": "https://files.pythonhosted.org/packages/6e/8d/dfdcd4cfed129bff81e2d1dbe5efce28c031412c69a0d04d82ac9360337b/zope.app.zcmlfiles-5.0.tar.gz",
"platform": null,
"description": "Zope application server ZCML files\n**********************************\n\n.. contents::\n\n\nChange History\n==============\n\n5.0 (2023-07-10)\n----------------\n\n- Add support for Python 3.11.\n\n- Drop support for Python 2.7, 3.5, 3.6.\n\n\n4.1.0 (2022-08-23)\n------------------\n\n- Add support for Python 3.7, 3.8, 3.9, 3.10.\n\n- Drop support for Python 3.4.\n\n\n4.0.0 (2017-05-29)\n------------------\n\n- Add support for Python 3.4, 3.5, 3.6 and PyPy. Update minimum dependency\n versions appropriately.\n\n\n3.8.0 (2013-08-27)\n------------------\n\n- Remove include of ``zope.app.zopeappgenerations`` that is not useful unless\n upgrading a database older than Zope 3.4. This cuts the last dependency on\n ``zope.app.authentication`` from the ZTK.\n\n\n3.7.1 (2011-07-26)\n------------------\n\n- Move include of ``zope.dublincore.browser`` here from ``zope.dublincore``\n (LP: #590668).\n\n\n3.7.0 (2009-12-28)\n------------------\n\n- Use new ``zope.app.locales`` which has its own `configure.zcml`.\n\n- No longer using ``zope.testing.doctestunit`` as it is deprecated\n now. Using python's ``doctest`` module.\n\n3.6.1 (2009-12-16)\n------------------\n\n- Removed reference to no longer existing configure.zcml from\n ``zope.app.pagetemplate.tests``.\n\n\n3.6.0 (2009-07-11)\n------------------\n\n- No longer depends on deprecated ``zope.app.interface`` but on\n ``zope.componentvocabulary``.\n\n\n3.5.5 (2009-05-23)\n------------------\n\n- Added missing dependencies, including ``zope.app.http`` and\n ``zope.app.applicationcontrol``.\n\n\n3.5.4 (2009-05-18)\n------------------\n\n- Added missing ``zope.app.exception`` dependency, as we include its ZCML.\n\n- Added missing ``zope.app.testing`` test dependency to make tests pass.\n\n\n3.5.3 (2009-02-04)\n------------------\n\n- Added ``zope.app.broken`` dependency (we include its ZCML).\n\n3.5.2 (2009-01-31)\n------------------\n\n- We depended on ``zope.formlib`` but didn't include its configuration. Now\n it's included in ``configure.zcml``.\n\n- We include ZCML of ``zope.app.error`` but didn't mention it as a dependency.\n\n3.5.1 (2008-12-28)\n------------------\n\n- Add include of ``zope.app.schema:configure.zcml``. Because component-based\n vocabularies are used everywhere and we need to import zope.app.schema\n somehow to make it work. This is needed because of removal of the include\n of zope.app.schema's meta.zcml in the previous release.\n\n3.5.0 (2008-12-16)\n------------------\n\n- Remove deprecated include of ``zope.app.component.browser:meta.zcml``.\n- Remove deprecated include of ``zope.app.schema:meta.zcml``.\n- Remove use of zope.modulealias.\n\n3.4.3 (2007-11-01)\n------------------\n\n- Fix test failure due to missing ``zope.app.container.browser.ftests``\n directory. Now it is moved to ``zope.app.container.browser.tests``.\n\n3.4.2 (2007-10-30)\n------------------\n\n- Fix test failure due to missing ``zope.app.form.browser.ftests`` directory.\n Now it is moved to ``zope.app.form.browser.tests``.\n\n3.4.1 (2007-10-23)\n------------------\n\n- Added missing dependency.\n\n3.4.0 (2007-10-03)\n------------------\n\n- Initial public release as an individual package.\n",
"bugtrack_url": null,
"license": "ZPL 2.1",
"summary": "Zope application server ZCML files",
"version": "5.0",
"project_urls": {
"Homepage": "http://github.com/zopefoundation/zope.app.zcmlfiles"
},
"split_keywords": [
"zope",
"setup",
"configuration",
"standard",
"menu"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5d3382d28e08f0d28beecf8c07864193f5b73401c8dbe228040f770f88080f2d",
"md5": "6dba68b94f80f32f9347c3c167f4d72f",
"sha256": "cfe6a11c71b6c0973e30c37aa8c8db3be326d581cae75a4fe92365670d0b8198"
},
"downloads": -1,
"filename": "zope.app.zcmlfiles-5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6dba68b94f80f32f9347c3c167f4d72f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 8139,
"upload_time": "2023-07-10T06:16:02",
"upload_time_iso_8601": "2023-07-10T06:16:02.801131Z",
"url": "https://files.pythonhosted.org/packages/5d/33/82d28e08f0d28beecf8c07864193f5b73401c8dbe228040f770f88080f2d/zope.app.zcmlfiles-5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6e8ddfdcd4cfed129bff81e2d1dbe5efce28c031412c69a0d04d82ac9360337b",
"md5": "fb959072be5518659974043e7177124f",
"sha256": "36362459ff0cc62622a9027c74c0e39cebc769f3256f85d1ab350bcb2851d9a3"
},
"downloads": -1,
"filename": "zope.app.zcmlfiles-5.0.tar.gz",
"has_sig": false,
"md5_digest": "fb959072be5518659974043e7177124f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 9420,
"upload_time": "2023-07-10T06:16:04",
"upload_time_iso_8601": "2023-07-10T06:16:04.979885Z",
"url": "https://files.pythonhosted.org/packages/6e/8d/dfdcd4cfed129bff81e2d1dbe5efce28c031412c69a0d04d82ac9360337b/zope.app.zcmlfiles-5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-10 06:16:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "zopefoundation",
"github_project": "zope.app.zcmlfiles",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "zope.app.zcmlfiles"
}