Skip to content

Commit 8c8fcee

Browse files
authored
Merge pull request #256 from GenomicDataInfrastructure/patch/v1.3.39
Bump CKAN dcat, userportal, fairdatapoint
2 parents 30f4904 + 1a5fcb0 commit 8c8fcee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ckan/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
1818
RUN set -eux; \
1919
python -m pip install --upgrade --no-cache-dir pip setuptools wheel; \
2020
python -m pip install --no-cache-dir \
21-
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-gdi-userportal.git@v1.11.17#egg=ckanext-gdi-userportal \
22-
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-dcat.git@v2.3.9#egg=ckanext-dcat \
21+
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-gdi-userportal.git@v1.11.18#egg=ckanext-gdi-userportal \
22+
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-dcat.git@v2.4.0#egg=ckanext-dcat \
2323
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-dataset-series.git@v1.0.0#egg=ckanext-dataset-series \
2424
-e git+https://github.com/ckan/ckanext-harvest.git@v1.6.2#egg=ckanext-harvest \
2525
'ckanext-scheming[requirements] @ git+https://github.com/ckan/ckanext-scheming.git@release-3.1.0' \
26-
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git@v1.6.9#egg=ckanext-fairdatapoint \
26+
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git@v1.6.10#egg=ckanext-fairdatapoint \
2727
-e git+https://github.com/ckan/ckanext-fluent.git#egg=ckanext-fluent; \
2828
for requirement in \
2929
ckanext-gdi-userportal \

ckan/Dockerfile.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
1818
RUN set -eux; \
1919
python -m pip install --upgrade --no-cache-dir pip setuptools wheel; \
2020
python -m pip install --no-cache-dir \
21-
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-dcat.git@v2.3.9#egg=ckanext-dcat \
21+
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-dcat.git@v2.4.0#egg=ckanext-dcat \
2222
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-dataset-series.git@v1.0.0#egg=ckanext-dataset-series \
2323
-e git+https://github.com/ckan/ckanext-harvest.git@v1.6.2#egg=ckanext-harvest \
2424
'ckanext-scheming[requirements] @ git+https://github.com/ckan/ckanext-scheming.git@release-3.1.0' \
25-
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git@v1.6.9#egg=ckanext-fairdatapoint \
25+
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git@v1.6.10#egg=ckanext-fairdatapoint \
2626
-e git+https://github.com/ckan/ckanext-fluent.git#egg=ckanext-fluent; \
2727
for requirement in \
2828
ckanext-dcat \

0 commit comments

Comments
 (0)