-
Notifications
You must be signed in to change notification settings - Fork 11
Description
After downloading collective.js.jqueryui 1.10.4 package from pypi.python.org and opening the zip archive I realized that the its content seems related to collective.js.jqueryui 1.10.2, instead of 1.10.4.
I am referring to the package you download from this page: https://pypi.python.org/pypi/collective.js.jqueryui/1.10.4
Actually, the downloaded package contains two files jquery-ui-1.10.2.custom.js and jquery-ui-1.10.2.custom.min.js which, besides of their name, have different content from jquery-ui-1.10.4.custom.js and jquery-ui-1.10.4.custom.min.js files you can download from https://github.com/collective/collective.js.jqueryui/tree/master/collective/js/jqueryui.
I believe this breaks Plone buildout, which, I suppose, by default downloads packages from pypi.python.org.
I hope this may help, thank you very much for your attention.