collective / collective.taskqueue

Asyncore-based asynchronous task queue for Plone
https://pypi.org/project/collective.taskqueue
8 stars 7 forks source link

Plone 5.2 #24

Closed gforcada closed 4 years ago

gforcada commented 4 years ago

On Products.PlonePAS the Extensions package got removed on version 6.x (used by Plone 5.2.x) but the code was actually moved to the setuphandlers module since version 5.x (used by Plone 4.3.x, 5.0. and 5.1.x).

With this collective.taskqueue should work on Plone 5.2 with Python 2.7

gforcada commented 4 years ago

@datakurre would you have some time to review and eventually merge and release this? :thinking: I have a fork already but I have another package (collective.contentalerts) that its travis is failing due to this when testing on 5.2.

datakurre commented 4 years ago

Supporting Plone 4.3.x, 5.0. and 5.1.x (on Python 2.7) sounds good enough for me. I'll make this 1.0.

datakurre commented 4 years ago

https://pypi.org/project/collective.taskqueue/1.0/