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

installation: bump dependencies #1007

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

alejandromumo
Copy link
Member

📁 invenio-administration (2.7.0 -> 2.7.2 🐛)

release: v2.7.2
records search: render Mathjax in the results list

* closes https://github.com/CERNDocumentServer/cds-rdm/issues/198
📦 release: v2.7.1
details: remove parsing for name field

📁 invenio-app-rdm (13.0.0b1.dev6 -> 13.0.0b1.dev7 )

📦 release: v13.0.0b1.dev7
collections: added collection page with minimal UI
theme: read invenio config from document body
search results: render Mathjax in the results list

* closes https://github.com/CERNDocumentServer/cds-rdm/issues/198
records-community: fix error message display when removing a community

📁 invenio-db (1.1.5 -> 1.2.0 🌈)

release: v1.2.0
uow: move the module to the root
fix copyright
update test workflow
add UnitOfWork

📁 invenio-rdm-records (12.1.1 -> 13.0.0 ⚠️)

release: v13.0.0
collections: updated depth column
collections: added uow and refactor depth calculation
alembic: added collections tables

* collections: fix create api
collections: added core backend
fix: propTypes warning

* the canRestrictRecord property is optional in
  ProtectionButtonsComponent but required in ProtectionButtons.

* Since it is working without a problem, because of the default value in
  ProtectionButtonsComponent, the required has been removed from
  ProtectionButtons and replaced by a defaultProps definition to be
  consistent with the ProtectionButtonsComponent definition.
fix: propTypes warning

* the recordRestrictionGracePeriod property is a number. the object
  which it is in the beginning in python (timedelta object) is reduced to
  the days in https://github.com/inveniosoftware/invenio-app-rdm/blob/master/invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html#L45
dependencies: bump flask-iiif

Did we forget to bump this dependency or was there a larger reason for
keeping it clamped so low? None of the flask-iiif improvements from the past year
have been adopted by InvenioRDM it means.

I will backport this to v12 maint branch

📁 invenio-administration (2.7.0 -> 2.7.2 🐛)

    release: v2.7.2
    records search: render Mathjax in the results list

    * closes CERNDocumentServer/cds-rdm#198
    📦 release: v2.7.1
    details: remove parsing for name field

📁 invenio-app-rdm (13.0.0b1.dev6 -> 13.0.0b1.dev7 )

    📦 release: v13.0.0b1.dev7
    collections: added collection page with minimal UI
    theme: read invenio config from document body
    search results: render Mathjax in the results list

    * closes CERNDocumentServer/cds-rdm#198
    records-community: fix error message display when removing a community

📁 invenio-db (1.1.5 -> 1.2.0 🌈)

    release: v1.2.0
    uow: move the module to the root
    fix copyright
    update test workflow
    add UnitOfWork

📁 invenio-rdm-records (12.1.1 -> 13.0.0 ⚠️)

    release: v13.0.0
    collections: updated depth column
    collections: added uow and refactor depth calculation
    alembic: added collections tables

    * collections: fix create api
    collections: added core backend
    fix: propTypes warning

    * the canRestrictRecord property is optional in
      ProtectionButtonsComponent but required in ProtectionButtons.

    * Since it is working without a problem, because of the default value in
      ProtectionButtonsComponent, the required has been removed from
      ProtectionButtons and replaced by a defaultProps definition to be
      consistent with the ProtectionButtonsComponent definition.
    fix: propTypes warning

    * the recordRestrictionGracePeriod property is a number. the object
      which it is in the beginning in python (timedelta object) is reduced to
      the days in https://github.com/inveniosoftware/invenio-app-rdm/blob/master/invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/deposit.html#L45
    dependencies: bump flask-iiif

    Did we forget to bump this dependency or was there a larger reason for
    keeping it clamped so low? None of the flask-iiif improvements from the past year
    have been adopted by InvenioRDM it means.

    I will backport this to v12 maint branch
@@ -10,10 +10,7 @@ sphinx = ">=4.5"
isort = "<6.0" # Unpin when isort==6.0.0 is released

[packages]
invenio-app-rdm = {version = "~=13.0.0b1.dev6", extras = ["opensearch2"]}

# NOTE: Tempoarily pinned until https://github.com/zenodo/zenodo-rdm/issues/998 is fixed
Copy link
Member Author

Choose a reason for hiding this comment

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

changes were reverted in invenio-app-rdm and invenio-rdm-records

@alejandromumo alejandromumo merged commit c24bf4f into zenodo:master Oct 3, 2024
3 checks passed
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