commonmeta-py 0.134__py3-none-any.whl → 0.135__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.
- commonmeta/__init__.py +1 -1
- commonmeta/writers/inveniordm_writer.py +3 -3
- {commonmeta_py-0.134.dist-info → commonmeta_py-0.135.dist-info}/METADATA +1 -1
- {commonmeta_py-0.134.dist-info → commonmeta_py-0.135.dist-info}/RECORD +7 -7
- {commonmeta_py-0.134.dist-info → commonmeta_py-0.135.dist-info}/WHEEL +0 -0
- {commonmeta_py-0.134.dist-info → commonmeta_py-0.135.dist-info}/entry_points.txt +0 -0
- {commonmeta_py-0.134.dist-info → commonmeta_py-0.135.dist-info}/licenses/LICENSE +0 -0
commonmeta/__init__.py
CHANGED
@@ -428,12 +428,12 @@ def push_inveniordm(metadata: Commonmeta, host: str, token: str, **kwargs) -> Di
|
|
428
428
|
if community_index is not None:
|
429
429
|
metadata.relations.pop(community_index)
|
430
430
|
|
431
|
-
# upsert record via the InvenioRDM API
|
432
|
-
record = upsert_record(metadata, host, token, record)
|
433
|
-
|
434
431
|
# optionally add record to InvenioRDM communities
|
435
432
|
record = add_record_to_communities(metadata, host, token, record)
|
436
433
|
|
434
|
+
# upsert record via the InvenioRDM API
|
435
|
+
record = upsert_record(metadata, host, token, record)
|
436
|
+
|
437
437
|
# optionally update external services
|
438
438
|
record = update_external_services(metadata, host, token, record, **kwargs)
|
439
439
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: commonmeta-py
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.135
|
4
4
|
Summary: Library for conversions to/from the Commonmeta scholarly metadata format
|
5
5
|
Project-URL: Homepage, https://python.commonmeta.org
|
6
6
|
Project-URL: Repository, https://github.com/front-matter/commonmeta-py
|
@@ -1,4 +1,4 @@
|
|
1
|
-
commonmeta/__init__.py,sha256=
|
1
|
+
commonmeta/__init__.py,sha256=LbxfPyMfkuLvqYdZYkvyLLDwI1XZGOoqB0WymoF4W-o,2118
|
2
2
|
commonmeta/api_utils.py,sha256=P8LMHHYiF4OTi97_5k4KstcBreooMkOAKZ4ebxsAv4o,2691
|
3
3
|
commonmeta/author_utils.py,sha256=3lYW5s1rOUWNTKs1FP6XLfEUY3yCLOe_3L_VdJTDMp0,8585
|
4
4
|
commonmeta/base_utils.py,sha256=-MGy9q2uTiJEkPWQUYOJMdq-3tRpNnvBwlLjvllQ5g8,11164
|
@@ -80,11 +80,11 @@ commonmeta/writers/commonmeta_writer.py,sha256=QpfyhG__7o_XpsOTCPWxGymO7YKwZi2LQ
|
|
80
80
|
commonmeta/writers/crossref_xml_writer.py,sha256=nyNgnyluzd9jZ6jysrSg_TpMNOQuVjfMo7pN0HUb3c0,34832
|
81
81
|
commonmeta/writers/csl_writer.py,sha256=4gDYs1EzK4_L2UIRTfs25wgHmYRwdRP2zmfxF9387oU,2779
|
82
82
|
commonmeta/writers/datacite_writer.py,sha256=bcinpwhq7XnVthKHH8-sdXA34dSlvFH4ImYH768iaQU,6428
|
83
|
-
commonmeta/writers/inveniordm_writer.py,sha256=
|
83
|
+
commonmeta/writers/inveniordm_writer.py,sha256=gZDBpgrRgIEuq8VOmtIFPsWX4Cfucbc1gVwyfLC7o4s,26726
|
84
84
|
commonmeta/writers/ris_writer.py,sha256=3SdyEvMRaPRP1SV1MB-MXBlunE7x6og7RF1zuWtetPc,2094
|
85
85
|
commonmeta/writers/schema_org_writer.py,sha256=s18_x0ReXwAGBoEAwp2q-HCgFQ-h5qRg6JyAlqCoSFE,5871
|
86
|
-
commonmeta_py-0.
|
87
|
-
commonmeta_py-0.
|
88
|
-
commonmeta_py-0.
|
89
|
-
commonmeta_py-0.
|
90
|
-
commonmeta_py-0.
|
86
|
+
commonmeta_py-0.135.dist-info/METADATA,sha256=xe3PwLb6ndfeH8zIiIeblf-GYUZnhcH8rSSndnp62wA,7656
|
87
|
+
commonmeta_py-0.135.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
88
|
+
commonmeta_py-0.135.dist-info/entry_points.txt,sha256=U4w4BoRuS3rN5t5Y-uYSyOeU5Lh_VRVMS9OIDzIgw4w,50
|
89
|
+
commonmeta_py-0.135.dist-info/licenses/LICENSE,sha256=wsIvxF9Q9GC9vA_s79zTWP3BkXJdfUNRmALlU8GbW1s,1074
|
90
|
+
commonmeta_py-0.135.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|