Ticket #8177 (closed Bug: fixed)

Opened 4 years ago

Last modified 4 years ago

plone.fieldsets 1.0.1 is not backward-compatible with zope 2.9

Reported by: slinkp Owned by: hannosch
Priority: minor Milestone: 3.1.3
Component: Infrastructure Keywords:
Cc:

Description

plone.fieldsets 1.0 works with Zope 2.9 (tested with Five 1.4).

But plone.fieldsets 1.0.1 introduces a dependency on zope.deferredimport, which wasn't added to zope 2 until zope 2.10.something, so we get an ImportError.

Can this change be reverted?

As a workaround, we've pegged our dependency on plone.fieldsets to use exactly version 1.0.

Change History

comment:1 Changed 4 years ago by hannosch

  • Owner changed from somebody to hannosch
  • Component changed from Unknown to Infrastructure
  • Milestone set to 3.x

comment:2 Changed 4 years ago by hannosch

  • Status changed from new to closed
  • Resolution set to fixed

(In [21003]) Restored Zope 2.9 compatibility. This closes #8177.

Note: See TracTickets for help on using tickets.