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

Relax requirement pinning to accept higher ckanext-dcat versions #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

toothstone
Copy link

I can't install ckanext-dcatde alongside the recently released ckanext-dcat 1.6.0 due to the strict version pinning. This PR relaxes the version pinning from a strictly pinned version to 1.5.1 and any later version.

I've tested the installation successfully on a CKAN 2.10.3 instance.

Assuming semver is used, '>=' will not ensure compatibility, but since it is used for all other requirements, I didn't want to divert from the current style. Semantically my PR is to switch to ckanext>=1.5.1,==1.* (or ~=1.5 if a downgrade to 1.5.0 is not a problem, but I didn't disect the history to see what was the reason for the strict 1.5.1).

@toothstone
Copy link
Author

ckanext-dcat 1.7.0 has been released and there is still no fix, 6.7.0 is needlessly outdated again.

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