Metadata-Version: 2.4
Name: zope.app.rotterdam
Version: 6.0
Summary: Rotterdam -- A Zope 3 ZMI Skin
Home-page: https://github.com/zopefoundation/zope.app.rotterdam
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.dev
License: ZPL-2.1
Keywords: zope3 zmi skin rotterdam
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope :: 3
Requires-Python: >=3.9
License-File: LICENSE.txt
Requires-Dist: setuptools
Requires-Dist: zope.app.basicskin>=4.0
Requires-Dist: zope.app.pagetemplate>=4.0
Requires-Dist: zope.component
Requires-Dist: zope.container
Requires-Dist: zope.formlib
Requires-Dist: zope.i18n
Requires-Dist: zope.i18nmessageid
Requires-Dist: zope.interface
Requires-Dist: zope.proxy
Requires-Dist: zope.publisher>=4.3.1
Requires-Dist: zope.security
Requires-Dist: zope.traversing
Provides-Extra: test
Requires-Dist: zope.app.appsetup; extra == "test"
Requires-Dist: zope.app.basicskin>=4.0; extra == "test"
Requires-Dist: zope.app.container>=4.0; extra == "test"
Requires-Dist: zope.app.pagetemplate>=4.0; extra == "test"
Requires-Dist: zope.app.publication; extra == "test"
Requires-Dist: zope.app.wsgi; extra == "test"
Requires-Dist: zope.applicationcontrol; extra == "test"
Requires-Dist: zope.browser; extra == "test"
Requires-Dist: zope.browserresource; extra == "test"
Requires-Dist: zope.login; extra == "test"
Requires-Dist: zope.password; extra == "test"
Requires-Dist: zope.principalannotation; extra == "test"
Requires-Dist: zope.principalregistry; extra == "test"
Requires-Dist: zope.proxy>=4.2.1; extra == "test"
Requires-Dist: zope.securitypolicy; extra == "test"
Requires-Dist: zope.site; extra == "test"
Requires-Dist: zope.testbrowser>=5.2; extra == "test"
Requires-Dist: zope.testing; extra == "test"
Requires-Dist: zope.testrunner>=6.4; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

This package provides an advanced skin for the Zope 3 ZMI.


=======
CHANGES
=======

6.0 (2025-09-12)
----------------

- Replace ``pkg_resources`` namespace with PEP 420 native namespace.

- Drop support for Python 3.8.


5.1 (2024-12-09)
----------------

- Add support for Python 3.12, 3.13.

- Drop support for Python 3.7.


5.0 (2023-02-07)
----------------

- Drop support for Python 2.7, 3.4, 3.5, 3.6.

- Add support for Python 3.7, 3.8, 3.9, 3.10, 3.11.

- Drop support for ``zope.app.skins`` which is deprecated since 2006.


4.0.1 (2017-05-25)
------------------

- Remove long-deprecated <browser:layer> configuration which was hidden
  behind a ``have deprecatedlayers`` condition. That directive simply
  doesn't exist any longer and defining that feature would cause an
  "Unknown directive" ConfigurationError.


4.0.0 (2017-04-27)
------------------

- Remove test dependency on ``zope.app.zcmlfiles``,
  ``zope.app.testing`` and several others.
- The ``zope.app.form`` dependency has been replaced with
  ``zope.formlib``.
- Add support for PyPy, Python 3.4, 3.5 and 3.6.


3.5.3 (2012-01-23)
------------------

- Replaced an undeclared test dependency on ``zope.app.authentication`` with
  ``zope.password``.

- Replaced an undeclared test dependency on ``zope.app.folder`` with
  ``zope.site``.


3.5.2 (2010-09-14)
------------------

- Removed not needed test dependency on ``zope.app.zptpage``.

- Replaced test dependency on ``zope.app.securitypolicy`` by
  ``zope.securitypolicy``.

- Using Python's ``doctest`` instead of deprecated ``zope.testing.doctest``.


3.5.1 (2010-01-08)
------------------

- Fix tests using a newer zope.publisher that requires zope.login.

3.5.0 (2009-02-01)
------------------

- Use zope.container instead of zope.app.container.

3.4.1 (2007-10-31)
------------------

- Resolve ``ZopeSecurityPolicy`` deprecation warning.


3.4.0 (2007-10-27)
------------------

- Initial release independent of the main Zope tree.
