Hello gang, there's three fixes in Zope's 2.13 branch[1] that would I would like to depend on in a project that requires Zope (as in, install_requires "Zope2>=2.13.23"). Any chance we could hope for a release soon? Cheers, Robert [1] https://github.com/zopefoundation/Zope/blob/28e8808e5a33190c2c51f4f38c4906e0...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11/10/2014 12:47 PM, Robert Buchholz wrote:
there's three fixes in Zope's 2.13 branch[1] that would I would like to depend on in a project that requires Zope (as in, install_requires "Zope2>=2.13.23"). Any chance we could hope for a release soon?
Hmm, all three of those changes are to support installing / running 2.13.x without sticking to its "known-good-set": http://download.zope.org/Zope2/index/2.13.22/ The packages provoking those fixes: - - zope.browserpage 4.x (https://pypi.python.org/pypi/zope.browserpage/) - - zope.pagetemplate 4.x (https://pypi.python.org/pypi/zope.pagetemplate/) - - zdaemon >= 3.x https://pypi.python.org/pypi/zdaemon) I guess this is to support direct install from PyPI? I don't see how the changes in zope.browserpage 4.x / zope.pagetemplate 4.x could matter for a Zope2 2.13.x release, really. Maybe this one for zdaemon 3.0.1? https://pypi.python.org/pypi/zdaemon#id6 or 3.0.5? https://pypi.python.org/pypi/zdaemon#id2 Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAlRhDCQACgkQ+gerLs4ltQ608ACfdZUaVO6q6DDjY880xFmh1T62 coEAoI7MrjKtKuaAxjP3u0/YT2WvNdMn =ay4c -----END PGP SIGNATURE-----
Hello Tres, On 10.11.2014 20:04, Tres Seaver wrote:
Hmm, all three of those changes are to support installing / running 2.13.x without sticking to its "known-good-set":
Correct, which is what I am trying to achieve. Zope's known good set (as documented in the buildout files) is rather ancient and I would like to run many, if not all of its requirements at the latest version.
I guess this is to support direct install from PyPI? I don't see how the changes in zope.browserpage 4.x / zope.pagetemplate 4.x could matter for a Zope2 2.13.x release, really. Maybe this one for zdaemon 3.0.1? https://pypi.python.org/pypi/zdaemon#id6 or 3.0.5? https://pypi.python.org/pypi/zdaemon#id2
Correct, if you install it with pip from PyPI, the dependencies as declared in Zope's setup.py do not work with the latest release (even though downgrading browserpage and pagetemplate is probably a non-issue). A zdaemon 4 is a requirement of modern ZODB releases (at least 4.0 and later). I can install from the git branch as well, I just prefer running production systems from well-known release tarballs. Cheers, Robert
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11/11/2014 04:59 AM, Robert Buchholz wrote:
I would like to run many, if not all of its requirements at the latest version.
You are definitely off-roading there: it might be more productive to put your efforts toward getting a Zope 4.0 release out the door. I will look into whether I can "find the keys" to make a 2.13.23 release by Thanksgiving. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAlRiK4cACgkQ+gerLs4ltQ4pVQCfWCjqskwL2sPIU6cgJCJFdZZz Ww8An3Ha7S52r9kEMKygv2ntPfJOiZ7b =U5CI -----END PGP SIGNATURE-----
participants (2)
-
Robert Buchholz -
Tres Seaver