[Zope-dev] Zope Tests: 64 OK, 23 Failed, 2 Unknown
Tres Seaver
tseaver at palladion.com
Wed Feb 16 11:04:30 EST 2011
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 02/16/2011 10:54 AM, Tres Seaver wrote:
> Hmmm, what is this 'zope.configure' thing?
>
> ----------------------- %< ------------------------------
> Couldn't find index page for 'zope.configure' (maybe misspelled?)
> Getting distribution for 'zope.configure'.
> ----------------------- %< ------------------------------
>
> Looks like this checkin did it:
>
> ----------------------- %< ------------------------------
> $ svn log --limit=1 $ZSVN/zope.copypastemove/trunk
> ------------------------------------------------------------------------
> r120347 | tlotze | 2011-02-15 10:55:24 -0500 (Tue, 15 Feb 2011) | 1 line
>
> include zcml dependencies in configure.zcml, require the necessary
> packages via a zcml extra, added tests for zcml
> ------------------------------------------------------------------------
> $ svn dirr -c 120347 $ZSVN/zope.copypastemove/trunk/setup.py
> --- setup.py (revision 120346)
> +++ setup.py (revision 120347)
> @@ -17,7 +17,7 @@
> # Zope Toolkit policies as described by this documentation.
> ##############################################################################
>
> -version = '3.8.1dev'
> +version = '3.9.0dev'
>
> from setuptools import setup, find_packages
>
> @@ -48,7 +48,12 @@
> 'zope.testing',
> 'zope.traversing',
> 'zope.dublincore >= 3.8',
> - ]),
> + ],
> + zcml=[
> + 'zope.component[zcml]',
> + 'zope.configure',
> + 'zope.security[zcml]',
> + ]),
> install_requires=['setuptools',
> 'zope.annotation',
> 'zope.component',
> ----------------------- %< ------------------------------
I have checked in a fix for this typo.
Tres.
- --
===================================================================
Tres Seaver +1 540-429-0999 tseaver at palladion.com
Palladion Software "Excellence by Design" http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk1b9Y4ACgkQ+gerLs4ltQ4EWgCfXoEaCxkEPsSE++mxPnBI18kS
7/4An114LztA0YkdM5k08cL2Cquy1a0X
=pgqm
-----END PGP SIGNATURE-----
More information about the Zope-Dev
mailing list