collective / Products.DateRangeInRangeIndex

Zope Index to query a date range on two target date indexes (start, end)
Other
2 stars 0 forks source link

The current master branch is not compatible with 2.13.26 #2

Closed sallner closed 6 years ago

sallner commented 7 years ago

With the last commit, c18457681ae2972e819681d97bd7233dd6c163af, the @security.protected decorator was introduced which is not yet present in the pinned version for AccessControl = 2.13.15, which in turn is set by http://download.zope.org/Zope2/index/2.13.26/versions.cfg.

I would like to have a version of this package, which does not depend on Globals anymore but does not need the full list of Zope 4 dependencies.

It, therefore, seems reasonable to me to treat the current master as future 2.0 release and I would submit a PR to aim for a 1.4 release which does not depend on Globals anymore.

@jensens Do you have any objections against this process?

sallner commented 7 years ago

@jensens It would be time for a 1.4.0 and a 2.0 release after these changes. Do you want to do that or add icemac and sallner on pypi to gain release permission?

jensens commented 7 years ago

Sorry for late reply, I am just back from holidays. +1 for all

Permissions granted!

icemac commented 6 years ago

Thanks @jensens.