zope.app.securitypolicy egg missing
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| grok |
Low
|
Uli Fouquet |
Bug Description
When upgrading from an older version to Grok 0.12, the zope.app.
We should include zope.app.
Uli Fouquet (uli-gnufix) wrote : | #1 |
Changed in grok: | |
assignee: | nobody → uli-gnufix |
importance: | Undecided → Low |
status: | New → Confirmed |
Uli Fouquet (uli-gnufix) wrote : | #2 |
With Grok 0.11.1 we fetched the 3.4.0a1 release of zope.app.
This release did not emit any deprecation warnings, so that reintroducing it again would not make much sense to me. Users wouldn't get warned about the old package. The newest release by now is 3.4.6 and I found no problems working with it and Grok. Are there any other things to take care of? Otherwise I would introduce this package (and not 3.4.0a1) into the Grok dependencies.
Do we need a test about the emitted deprecation warning?
On Wed, May 14, 2008 at 4:48 PM, Uli Fouquet <email address hidden> wrote:
> With Grok 0.11.1 we fetched the 3.4.0a1 release of
> zope.app.
>
> This release did not emit any deprecation warnings, so that
> reintroducing it again would not make much sense to me. Users wouldn't
> get warned about the old package. The newest release by now is 3.4.6 and
> I found no problems working with it and Grok. Are there any other things
> to take care of? Otherwise I would introduce this package (and not
> 3.4.0a1) into the Grok dependencies.
I'm confused about your mention of 0.11. The problem started with 0.12
(not 0.11), where, I think, we switched to zope.securitypo
don't use zope.app.
zope.app.
deprecation warnings). I just looked at 3.4.6, and this is the version
that should emit deprecation warnings, so that should be all right.
Regards,
Martijn
Uli Fouquet (uli-gnufix) wrote : | #4 |
Added zope.app.
Changed in grok: | |
status: | Confirmed → Fix Committed |
On 14 May 2008, at 19:33 , Uli Fouquet wrote:
> Added zope.app.
> and
> versions.cfg.
Thanks Uli for fixing this. But the whole point of the problem was
that it'd be fixed with the next 0.12.x release, right? So I think
we're still missing a merge to the 0.12 branch.
Uli Fouquet (uli-gnufix) wrote : | #6 |
Philipp von Weitershausen wrote:
> On 14 May 2008, at 19:33 , Uli Fouquet wrote:
> > Added zope.app.
> > and
> > versions.cfg.
>
> Thanks Uli for fixing this. But the whole point of the problem was
> that it'd be fixed with the next 0.12.x release, right? So I think
> we're still missing a merge to the 0.12 branch.
Your're right. Sorry and thanks for the hint! Just fixed the 0.12 branch
as well.
--
Uli
Changed in grok: | |
status: | Fix Committed → Fix Released |
This solution sounds reasonable to me, I'll have a look if it could break something else and do the changes if there are no objections.