Maurits van Rees
Maurits van Rees
@tysonclugg An sdist is a perfectly fine way of distributing packages. Wheels are nice, but for example not yet usable with buildout (sadly). When creating a distribution that has `.po`...
@mgedmin Maybe `ignore-default-rules = true` in `setup.cfg` helps here? Well, to fit all use cases, I guess more options could be used: - Files that are in VCS but must...
> thanks for investigating and sorry that my change caused you so much work. The change itself seems good to me, don't worry. :-) And I am not using Zope...
That could work. There is `zope.configuration` for this, but an environment variable may be easier. Default should probably be: assume the stored value is fine already, so do no extra...
Is there any chance to get this merged? Maybe without actually activating the 3.11 tests, if that is unwanted? This would make it easier to start testing Plone on 3.11...
Any chance to get a Zope release with this today? Or are some releases of other packages still needed first? I may do a Plone 6 beta 2 today, if...
Thank you!
Use Plone 5.2.1 and those four packages with `includeDependencies` should be no problem anymore. I fixed those after the Plone conference.
The minimum password length is now 8 characters instead of 5, and for example the default password in `plone.app.testing` was updated accordingly. Maybe that is it? Just a guess.