/usr/share/pyshared/zope.app.i18n-3.6.4.egg-info/PKG-INFO is in python-zope.app.i18n 3.6.4-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | Metadata-Version: 1.1
Name: zope.app.i18n
Version: 3.6.4
Summary: Persistent translation domains and message catalogs
Home-page: http://pypi.python.org/pypi/zope.app.i18n
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: This package provides placeful persistent translation domains and
message catalogs along with ZMI views for managing them.
=======
CHANGES
=======
3.6.4 (2012-12-14)
------------------
- Fix translate() when used with ZODB 4.
- Remove test dependency on zope.app.component
3.6.3 (2010-09-01)
------------------
- Remove undeclared dependency on zope.deferredimport.
- Use zope.publisher >= 3.9 instead of zope.app.publisher.
3.6.2 (2009-10-07)
------------------
- Fix test_translate and follow recent change of HTTPResponse.redirect.
3.6.1 (2009-08-15)
------------------
- Added a missing testing dependency on zope.app.component.
3.6.0 (2009-03-18)
------------------
- Some of ZCML configuration was moved into another packages:
* The global INegotiator utility registration was moved into ``zope.i18n``.
* The include of ``zope.i18n.locales`` was also moved into ``zope.i18n``.
* The registration of IModifiableUserPreferredLanguages adapter was moved
into ``zope.app.publisher``.
* The IAttributeAnnotation implementation statement for HTTPRequest was moved
into ``zope.publisher`` and will only apply if ``zope.annotation`` is
available.
* The IUserPreferredCharsets adapter registration was also moved into
``zope.publisher``.
- Depend on zope.component >= 3.6 instead of zope.app.component as the
`queryNextUtility` function was moved there.
- Remove the old ``zope.app.i18n.metadirectives`` module as the directive was
moved to ``zope.i18n`` ages ago.
3.5.0 (2009-02-01)
------------------
- Use zope.container instead of zope.app.container.
3.4.6 (2009-01-27)
------------------
- Fix a simple inconsistent MRO problem in tests
- Substitute zope.app.zapi by direct calls to its wrapped apis. See bug
219302.
3.4.5 (unreleased)
------------------
- This was skipped over by accident.
3.4.4 (2007-10-23)
------------------
- Fix deprecation warning.
3.4.3 (2007-10-23)
------------------
- Fix imports in tests.
- Clean up long lines.
3.4.2 (2007-9-26)
-----------------
- Release to fix packaging issues with 3.4.1.
3.4.1 (2007-9-25)
-----------------
- Added missing Changes.txt and README.txt files to egg
3.4.0 (2007-9-25)
-----------------
- Initial documented release
- Move ZopeMessageFactory to zope.i18nmessageid
Keywords: zope3 i18n message factory
Platform: UNKNOWN
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: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
|