/usr/share/pyshared/pyramid_zcml-1.0.0.egg-info/PKG-INFO is in python-pyramid-zcml 1.0.0-1.
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 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 | Metadata-Version: 1.1
Name: pyramid-zcml
Version: 1.0.0
Summary: Zope Config Markup Language support for Pyramid
Home-page: http://docs.pylonsproject.org
Author: Chris McDonough, Agendaless Consulting
Author-email: pylons-devel@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: ``pyramid_zcml``
================
``pyramid_zcml`` is a package which provides ZCML (Zope Configuration Markup
Language) directives for all "configurator" methods available in the `Pyramid
<http://docs.pylonsproject.org>`_ web framework.
See `http://docs.pylonsproject.org/projects/pyramid_zcml/dev/
<http://docs.pylonsproject.org/projects/pyramid_zcml/dev/>`_ for
detailed documentation.
1.0.0 (2013-02-28)
------------------
- Add ``setup.py docs`` alias (installs ``Sphinx`` and dependencies).
- Add ``setup.py dev`` alias (runs ``setup.py develop`` plus installs
``nose`` and ``coverage``).
- Add support for Python 3.2 and 3.3.
- Drop support for Pyramid < 1.4.
- Fix for ``xhr`` predicate behaviour: ignore when no ``xhr`` value specified.
- Drop support for Python 2.5, Jython.
0.9.2 (2012-02-20)
------------------
- Stop depending on ``pyramid.config.Configurator.with_context``. Moved
logic into this package in Pyramid 1.3a9+.
- Respect Pyramid 1.3a9+ ``introspection`` Configurator attribute.
0.9.1 (2011-12-14)
------------------
- Readd mistakenly removed ``paste.paster_create_template`` entry point.
0.9 (2011-12-14)
----------------
- Drop dependency on PasteScript (Pyramid 1.3 compat).
- Rename "paster_templates" dir to "scaffolds".
- Make scaffold compatible with Pyramid 1.3a2+ (use wsgiref).
- Drop scaffolding dependency on WebError.
- Scaffold now uses ``pyramid#wsgiref`` server instead of ``paste#http``
server. This will require the use of Pyramid 1.0.2, 1.1.3, 1.2.5, or
1.3a2+.
0.8 (2011-12-06)
----------------
- Pyramid 1.3 compatibility.
- Depend on ``zope.configuration``>=3.8.0dev in order to prevent
misconfigurations involving this package and older versions of
zope.configuration. z.config 3.8.0 uses dictionary-based actions (older
versions used tuple-based actions). Older versions of z.config will mostly
appear to work with this version of pyramid_zcml, except for cases of ZCML
which uses the includeOverrides directive; to avoid any confusion caused by
this, we upward-pin to 3.8.0dev+.
Note that Pyramid 1.0.X, 1.1.X, 1.2.4+ and 1.3 will all still work with the
combination of pyramid_zcml 0.8 + zope.configuration 3.8.0.
0.7 (2011-10-07)
----------------
- The ZCML includeOverrides directive did not work properly when
``pyramid_zcml`` 0.6 was used with Pyramid 1.2. Symptom: inappropriate
``ConfigurationConflictError`` errors. See the discussion at
http://groups.google.com/group/pylons-devel/browse_thread/thread/e9720c67b8388843?hl=en
for more information.
0.6 (2011-09-04)
----------------
- Fix to work under Pyramid 1.2a4 and better.
- Depend explicitly on zope.configuration (upcoming releases of Pyramid will
not).
- Use our a local PyramidConfigurationMachine when collecting ZCML actions,
and splice the locally collected actions onto the configurator context's
actions when ZCML processing is done. This provides Pyramid the freedom to
not rely on zope.configuration in the future, and somewhat futureproofs
``pyramid_zcml`` from changes to action processing in Pyramid.
0.5 (2011-08-24)
----------------
- Compatible with Pyramid 1.2a1.
0.4 (2011-08-17)
----------------
- Fix a unit test failure when used with Venusian 0.9.
- Compatible with Pyramid 1.2dev+.
0.3 (2011-07-22)
----------------
- Add tox.ini for testing.
- Pyramid 1.1 test suite fixes.
0.2 (2011-02-22)
-----------------
- Add ``wild_domain`` argument to authtkauthpolicy directive.
- Depend on ``pyramid>=1.0b1`` (``wild_domain`` argument to authtktauthpolicy
directive).
- Make tests pass on Pyramid 1.0; squash testing deprecation warnings.
0.1 (unknown)
-------------
- Initial release, all ZCML directives broken out of Pyramid core.
Keywords: web wsgi pylons pyramid
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: License :: Repoze Public License
|