commonmeta-py 0.120__py3-none-any.whl → 0.122__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/crossref_xml_writer.py +1 -0
- {commonmeta_py-0.120.dist-info → commonmeta_py-0.122.dist-info}/METADATA +2 -1
- {commonmeta_py-0.120.dist-info → commonmeta_py-0.122.dist-info}/RECORD +7 -7
- {commonmeta_py-0.120.dist-info → commonmeta_py-0.122.dist-info}/WHEEL +0 -0
- {commonmeta_py-0.120.dist-info → commonmeta_py-0.122.dist-info}/entry_points.txt +0 -0
- {commonmeta_py-0.120.dist-info → commonmeta_py-0.122.dist-info}/licenses/LICENSE +0 -0
commonmeta/__init__.py
CHANGED
@@ -433,6 +433,7 @@ def push_crossref_xml_list(metalist, login_id: str, login_passwd: str, legacy_ke
|
|
433
433
|
|
434
434
|
# update rogue-scholar legacy record if legacy_key is provided
|
435
435
|
if is_rogue_scholar_doi(item.id, ra="crossref") and legacy_key is not None:
|
436
|
+
record["uuid"] = py_.get(item, "identifiers.0.identifier")
|
436
437
|
record = update_legacy_record(record, legacy_key=legacy_key, field="doi")
|
437
438
|
items.append(record)
|
438
439
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: commonmeta-py
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.122
|
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
|
@@ -36,6 +36,7 @@ Requires-Dist: pyyaml>=5.4
|
|
36
36
|
Requires-Dist: requests-toolbelt>=1.0.0
|
37
37
|
Requires-Dist: requests>=2.31.0
|
38
38
|
Requires-Dist: requests>=2.32.3
|
39
|
+
Requires-Dist: setuptools<81,>=70.3.0
|
39
40
|
Requires-Dist: simplejson~=3.18
|
40
41
|
Requires-Dist: types-beautifulsoup4<5,>=4.11
|
41
42
|
Requires-Dist: types-dateparser~=1.1
|
@@ -1,4 +1,4 @@
|
|
1
|
-
commonmeta/__init__.py,sha256=
|
1
|
+
commonmeta/__init__.py,sha256=fyxBqzJ7zieudPfK0XMHzZNoQxSdDQOzAMj5O5rPVqU,2098
|
2
2
|
commonmeta/api_utils.py,sha256=y5KLfIOWOjde7LXZ36u-eneQJ-Q53yXUZg3hWpCBS2E,2685
|
3
3
|
commonmeta/author_utils.py,sha256=3lYW5s1rOUWNTKs1FP6XLfEUY3yCLOe_3L_VdJTDMp0,8585
|
4
4
|
commonmeta/base_utils.py,sha256=-MGy9q2uTiJEkPWQUYOJMdq-3tRpNnvBwlLjvllQ5g8,11164
|
@@ -77,14 +77,14 @@ commonmeta/writers/__init__.py,sha256=47-snms6xBHkoEXKYV1DBtH1npAtlVtvY29Z4Zr45q
|
|
77
77
|
commonmeta/writers/bibtex_writer.py,sha256=doAdyl1NEp60mPkHPo3GMH8B-HA6MzLAdlyNsIecTzU,4972
|
78
78
|
commonmeta/writers/citation_writer.py,sha256=qs_4X3BjrSqHexmJFPvPDTp0mRIqzb0F70_Wuc7S9x0,2343
|
79
79
|
commonmeta/writers/commonmeta_writer.py,sha256=QpfyhG__7o_XpsOTCPWxGymO7YKwZi2LQh8Zic44bdc,1365
|
80
|
-
commonmeta/writers/crossref_xml_writer.py,sha256=
|
80
|
+
commonmeta/writers/crossref_xml_writer.py,sha256=cGrX9vacNwDdK7TbH1RWig68SH8hg5VusuqkI9gU1DY,33931
|
81
81
|
commonmeta/writers/csl_writer.py,sha256=4gDYs1EzK4_L2UIRTfs25wgHmYRwdRP2zmfxF9387oU,2779
|
82
82
|
commonmeta/writers/datacite_writer.py,sha256=bcinpwhq7XnVthKHH8-sdXA34dSlvFH4ImYH768iaQU,6428
|
83
83
|
commonmeta/writers/inveniordm_writer.py,sha256=eLllddYulFqg8qfRIScpYpnAJ82NCHXotCFJb09mHX8,25739
|
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.122.dist-info/METADATA,sha256=b_2hi3K4fN7myJ6K0EzSivSHHrTP22iEpFLeFEPGe4Y,7656
|
87
|
+
commonmeta_py-0.122.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
88
|
+
commonmeta_py-0.122.dist-info/entry_points.txt,sha256=U4w4BoRuS3rN5t5Y-uYSyOeU5Lh_VRVMS9OIDzIgw4w,50
|
89
|
+
commonmeta_py-0.122.dist-info/licenses/LICENSE,sha256=wsIvxF9Q9GC9vA_s79zTWP3BkXJdfUNRmALlU8GbW1s,1074
|
90
|
+
commonmeta_py-0.122.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|