Skip to content

Commit

Permalink
installation: update invenio packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Jan 31, 2024
1 parent b9c7775 commit 06d1045
Show file tree
Hide file tree
Showing 7 changed files with 967 additions and 1,243 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ invenio-logging = {extras = ["sentry_sdk"], version = "~=2.0"}
zenodo_rdm = {editable="True", path="./site"}
zenodo_legacy = {editable="True", path="./legacy"}
# TODO: Remove once we fix PyPI package issues
invenio-swh = {git = "https://github.com/inveniosoftware/invenio-swh", ref = "v0.2.2"}
invenio-swh = {git = "https://github.com/inveniosoftware/invenio-swh", ref = "v0.3.0"}
commonmeta-py = ">=0.8.4,<0.8.6"
jsonschema = ">=4.17.0,<4.18.0" # due to compatibility issues with alpha
ipython = "!=8.1.0"
uwsgi = ">=2.0"
Expand Down
2,020 changes: 868 additions & 1,152 deletions Pipfile.lock

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions site/zenodo_rdm/custom_fields/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@
THESIS_NAMESPACE,
)

from .domain_fields import BIODIV_FIELDS, AUDIOVIS_FIELDS,\
BIODIVERSITY_FIELDS_UI, AUDIOVIS_FIELDS_UI
from .domain_fields import (
AUDIOVIS_FIELDS,
AUDIOVIS_FIELDS_UI,
BIODIV_FIELDS,
BIODIVERSITY_FIELDS_UI,
)
from .legacy import LEGACY_CUSTOM_FIELDS
from .publishing import PUBLISHING_FIELDS_UI

Expand All @@ -58,7 +62,6 @@
CUSTOM_FIELDS = [
*BIODIV_FIELDS,
*AUDIOVIS_FIELDS,

# codemeta,
*CODEMETA_CUSTOM_FIELDS,
# TODO enable when fixed (see https://github.com/zenodo/rdm-project/issues/217)
Expand All @@ -75,7 +78,6 @@
]



# hide meeting section from Additional details in landing page
MEETING_CUSTOM_FIELDS_UI["hide_from_landing_page"] = True

Expand Down
Loading

0 comments on commit 06d1045

Please sign in to comment.