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

Update CKAN 2.9.9 Dev #17

Merged
merged 2 commits into from
Jul 18, 2023
Merged

Update CKAN 2.9.9 Dev #17

merged 2 commits into from
Jul 18, 2023

Conversation

mjanez
Copy link
Owner

@mjanez mjanez commented Jul 18, 2023

Update image

alpine-18 to python:3.9-alpine3.18 to avoid errors with:

  1. proj4 > 9.0.0 only in alpine-16 (pyproj 3.6.0 now minimun version for ckanext-spatial

  2. alpine-16 contains > Python 3.9 and ckanext-ennvars fails: cannot import name 'MutableMapping' from 'collections'

    Deprecated since version 3.3, will be removed in version 3.10: Moved Collections Abstract Base Classes >to the collections.abc module. For backwards compatibility, they continue to be visible in this module >through Python 3.9.

    Ref. https://docs.python.org/3.9/library/collections.html

Update requirements.txt

Update libraries

  1. pyyaml error: Error installing Pyyaml==5.4, Cython_sources yaml/pyyaml#724 Update to: pyyaml==6.0.1
  2. zope-interface error. Update to: zope-interface==5.4.0

Removes setuptools install

Removes requirement-setuptools.txt since we're compatible with all recent versions of setuptools.

- Update alpine to 3.18 to include proj >9.0.0 version
- To maintain a stable Python 3.9 with CKAN 2.9.9, update the image to python:3.9-alpine3.18

CKAN:
- Use temp requirements.txt with zope-interface==5.4.0  & pyyaml==6.0.1
- Removes requirement-setuptools.txt since we're compatible with all recent versions of setuptools.
@mjanez mjanez added the bug Something isn't working label Jul 18, 2023
@mjanez mjanez self-assigned this Jul 18, 2023
@mjanez mjanez merged commit 7d5a4f7 into ckan-2.9.9-dev Jul 18, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant