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

Pin check-manifest to 0.41 on Python 2.7. #70

Merged
merged 1 commit into from
Nov 16, 2020

Conversation

mauritsvanrees
Copy link
Member

That is the last version that is compatible with 2.7.
Also, 0.45+ pulls in newer version of packages like 'build' and 'pep517', and 'virtualenv'.

For a sample error, see this easyform run on 5.1.

That is the last version that is compatible with 2.7.
Also, 0.45+ pulls in newer version of packages like 'build' and 'pep517', and 'virtualenv'.
Copy link
Member

@idgserpro idgserpro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fix the error:

Error: The requirement ('distlib<1,>=0.3.1') is not allowed by your [versions] constraint (0.3.0)

I saw this in:

https://travis-ci.org/github/collective/sc.embedder/jobs/743219708#L1439

LGTM

@@ -23,6 +23,7 @@ plone-user = admin:admin
zc.recipe.cmmi = 1.3.6

[versions:python27]
check-manifest = 0.41
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't you want to pin this on buildout.coredev because it is not used there?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is pinned in coredev, only not in versions.cfg but in tests.cfg, as it is not used by core Plone. But we want to merge the versions from those two files at some point.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be good to put a FIXME comment with this information.

@mauritsvanrees mauritsvanrees merged commit 84adbb4 into master Nov 16, 2020
@mauritsvanrees mauritsvanrees deleted the maurits/check-manifest-py27 branch November 16, 2020 16:16
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.

None yet

2 participants