Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix compat with Plone 4.3.8+ #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adaugherity
Copy link

Plone 4.3.8 bumped the pinned version of requests to 2.9.1 (and 4.3.10 has 2.10.0),
conflicting with the "requests >= 0.9, < 1.0" pin here; see the history of https://github.com/plone/Installers-UnifiedInstaller/commits/4.3-maintenance/buildout_templates/buildout.cfg.

As this prevents the installation of medialog.issuu 0.3.3 (or of upgrading an existing Plone 4.3 with medialog.issuu installed) and 0.4 requires Plone 5, it is impossible to use medialog.issuu on the current version of Plone 4. I've fixed this by removing the version pin for requests, and it appears to work fine -- at least files in my site display properly.

Note: I created a plone4 branch from 4d67ba9 (the 0.3.3 release), then committed to that branch. I didn't have any branch choice besides your master when creating the PR, but it doesn't belong there and makes more sense as a separate branch. You should be able to copy my branch, and hopefully cut a 0.3.4 release to pypi if it looks good. Thanks!

4.3.8 bumped the pinned version of requests to 2.9.1 (and 4.3.10 has 2.10.0),
conflicting with the "requests >= 0.9, < 1.0" pin here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant