invenio-app-rdm 14.0.0b2.dev3__py2.py3-none-any.whl → 14.0.0b2.dev4__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,6 +17,6 @@
17
17
  #
18
18
  # See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440
19
19
 
20
- __version__ = "14.0.0b2.dev3"
20
+ __version__ = "14.0.0b2.dev4"
21
21
 
22
22
  __all__ = ("__version__",)
invenio_app_rdm/config.py CHANGED
@@ -651,7 +651,7 @@ OAISERVER_METADATA_FORMATS = {
651
651
  },
652
652
  "datacite": {
653
653
  "serializer": "invenio_rdm_records.oai:datacite_etree",
654
- "schema": "http://schema.datacite.org/meta/kernel-4.3/metadata.xsd",
654
+ "schema": "http://schema.datacite.org/meta/kernel-4.5/metadata.xsd",
655
655
  "namespace": "http://datacite.org/schema/kernel-4",
656
656
  },
657
657
  "oai_datacite": {
@@ -661,7 +661,7 @@ OAISERVER_METADATA_FORMATS = {
661
661
  },
662
662
  "datacite4": {
663
663
  "serializer": "invenio_rdm_records.oai:datacite_etree",
664
- "schema": "http://schema.datacite.org/meta/kernel-4.3/metadata.xsd",
664
+ "schema": "http://schema.datacite.org/meta/kernel-4.5/metadata.xsd",
665
665
  "namespace": "http://datacite.org/schema/kernel-4",
666
666
  },
667
667
  "oai_datacite4": {
@@ -840,7 +840,7 @@ APP_RDM_RECORD_EXPORTERS = {
840
840
  "datacite-json": {
841
841
  "name": _("DataCite JSON"),
842
842
  "serializer": (
843
- "invenio_rdm_records.resources.serializers:DataCite43JSONSerializer"
843
+ "invenio_rdm_records.resources.serializers:DataCite45JSONSerializer"
844
844
  ),
845
845
  "params": {"options": {"indent": 2, "sort_keys": True}},
846
846
  "content-type": "application/vnd.datacite.datacite+json",
@@ -849,7 +849,7 @@ APP_RDM_RECORD_EXPORTERS = {
849
849
  "datacite-xml": {
850
850
  "name": _("DataCite XML"),
851
851
  "serializer": (
852
- "invenio_rdm_records.resources.serializers:DataCite43XMLSerializer"
852
+ "invenio_rdm_records.resources.serializers:DataCite45XMLSerializer"
853
853
  ),
854
854
  "params": {},
855
855
  "content-type": "application/vnd.datacite.datacite+xml",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: invenio-app-rdm
3
- Version: 14.0.0b2.dev3
3
+ Version: 14.0.0b2.dev4
4
4
  Summary: Invenio Research Data Management.
5
5
  Home-page: https://github.com/inveniosoftware/invenio-app-rdm
6
6
  Author: CERN
@@ -101,6 +101,10 @@ https://inveniordm.docs.cern.ch
101
101
  Changes
102
102
  =======
103
103
 
104
+ Version v14.0.0b2.dev4 (released 2025-11-05)
105
+
106
+ - refactor(config): Update DataCite serializer for schema v4.5
107
+
104
108
  Version v14.0.0b2.dev3 (released 2025-11-04)
105
109
 
106
110
  - feat(share links): handle optional/required expiration date
@@ -1,6 +1,6 @@
1
- invenio_app_rdm/__init__.py,sha256=qtDll3HSdeeEVfPnlDtEDzlzYu5KLi5SLl5nkaIrQlg,704
1
+ invenio_app_rdm/__init__.py,sha256=L-KTUnHxrn_j8CKdH8hLSeku3OQ1clYsbichPl_bebM,704
2
2
  invenio_app_rdm/cli.py,sha256=G6QqNU2W6n6ICtTMnpeKFXIsdorncDmVXwwwsGH5F2k,2746
3
- invenio_app_rdm/config.py,sha256=kxAliLtzXLRysO8qxWxoSt1FhOjuDfzUi8xr40BBIYE,53632
3
+ invenio_app_rdm/config.py,sha256=pigyCXGUMru2krv-ZJ15iosbm3UBk9dmiAQauYvzWbk,53632
4
4
  invenio_app_rdm/ext.py,sha256=K7syn5CU5If7yOclFeNOCZX_u5q6VB7NJEQVm41mlng,5286
5
5
  invenio_app_rdm/tasks.py,sha256=FyrIQXVuPjms-dNEnLrVmmdwrX_IykJ87gcSNgOR6O0,1373
6
6
  invenio_app_rdm/views.py,sha256=SDr9NwZEWQcgT_3GFRYdDf6eUaK9DfnoafIkhUf9nSI,785
@@ -496,9 +496,9 @@ invenio_app_rdm/users_ui/views/__init__.py,sha256=SMdY2NJj9GICfr3Xuok7qdNYVtA2bJ
496
496
  invenio_app_rdm/users_ui/views/dashboard.py,sha256=iUn2PrODAwb8ugmMosJKAjPhUzjCiWiAWoXQr9RUFuc,1793
497
497
  invenio_app_rdm/users_ui/views/ui.py,sha256=W_eXM8dLVIrNHQB2UEh37C9BYoHauft6RyvcDNFHovA,1742
498
498
  invenio_app_rdm/utils/files.py,sha256=CruDyO2gDVadSlWEJD-WHpWHeOQ0juh-Ei9jz3D9yjc,3923
499
- invenio_app_rdm-14.0.0b2.dev3.dist-info/licenses/LICENSE,sha256=AZXFHRrZa5s4m9DV7zZr4bPGTMUvcEPCodeV_AmFI8k,1204
500
- invenio_app_rdm-14.0.0b2.dev3.dist-info/METADATA,sha256=CQC3NZ42F9LazYTcrf_rP06jwHIXm3FcVc8DJUlUMd0,19627
501
- invenio_app_rdm-14.0.0b2.dev3.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
502
- invenio_app_rdm-14.0.0b2.dev3.dist-info/entry_points.txt,sha256=MwtT1SN5saWOgTYhNb5y0YGA9VGAi0kXN0cykIfsb4U,2405
503
- invenio_app_rdm-14.0.0b2.dev3.dist-info/top_level.txt,sha256=quZejDUw2vLfKQboNIuVLJ9fxZifdnCT_s2PNf1dfmk,16
504
- invenio_app_rdm-14.0.0b2.dev3.dist-info/RECORD,,
499
+ invenio_app_rdm-14.0.0b2.dev4.dist-info/licenses/LICENSE,sha256=AZXFHRrZa5s4m9DV7zZr4bPGTMUvcEPCodeV_AmFI8k,1204
500
+ invenio_app_rdm-14.0.0b2.dev4.dist-info/METADATA,sha256=zgGEIcnup8IgzO2OpK3IoYv1KJcPxi-KGN-BsqtZhhs,19737
501
+ invenio_app_rdm-14.0.0b2.dev4.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
502
+ invenio_app_rdm-14.0.0b2.dev4.dist-info/entry_points.txt,sha256=MwtT1SN5saWOgTYhNb5y0YGA9VGAi0kXN0cykIfsb4U,2405
503
+ invenio_app_rdm-14.0.0b2.dev4.dist-info/top_level.txt,sha256=quZejDUw2vLfKQboNIuVLJ9fxZifdnCT_s2PNf1dfmk,16
504
+ invenio_app_rdm-14.0.0b2.dev4.dist-info/RECORD,,