commonmeta-py 0.35__py3-none-any.whl → 0.37__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 CHANGED
@@ -10,7 +10,7 @@ commonmeta-py is a Python library to convert scholarly metadata
10
10
  """
11
11
 
12
12
  __title__ = "commonmeta-py"
13
- __version__ = "0.35"
13
+ __version__ = "0.37"
14
14
  __author__ = "Martin Fenner"
15
15
  __license__ = "MIT"
16
16
 
@@ -67,12 +67,14 @@ def write_inveniordm(metadata):
67
67
  "publication_date": get_iso8601_date(metadata.date.get("published"))
68
68
  if metadata.date.get("published", None)
69
69
  else None,
70
- "dates": compact([
70
+ "dates": [
71
71
  {
72
72
  "date": metadata.date.get("updated"),
73
73
  "type": {"id": "updated"},
74
74
  }
75
- ]),
75
+ ]
76
+ if metadata.date.get("updated", None)
77
+ else None,
76
78
  "subjects": presence(subjects),
77
79
  "description": parse_attributes(
78
80
  metadata.descriptions, content="description", first=True
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: commonmeta-py
3
- Version: 0.35
3
+ Version: 0.37
4
4
  Summary: Library for conversions to/from the Commonmeta scholarly metadata format
5
5
  Home-page: https://python.commonmeta.org
6
6
  License: MIT
@@ -1,4 +1,4 @@
1
- commonmeta/__init__.py,sha256=oWSEoQVeEN53dfh-cUa8cexOwQoKRoQNwbNXhXmqHxU,1779
1
+ commonmeta/__init__.py,sha256=I3h_-vkXPlcA7lMWCN6MwOovl6EEoCs796ho6ISnYfM,1779
2
2
  commonmeta/api_utils.py,sha256=-ZHGVZZhJqnjnsLtp4-PoeHYbDqL0cQme7W70BEjo4U,2677
3
3
  commonmeta/author_utils.py,sha256=zBIPTgP5n7Zx57xomJ2h7x0dvC0AV8gJ2gPoYeDy5Lo,8348
4
4
  commonmeta/base_utils.py,sha256=0t6fr9XGeeTBoMlKSAMI7p_EmKsA6wYRW0roEBXVcc8,3722
@@ -65,11 +65,11 @@ commonmeta/writers/commonmeta_writer.py,sha256=2qlttCfYpGhfVjrYkjzbIra7AywssRLT3
65
65
  commonmeta/writers/crossref_xml_writer.py,sha256=0Ds494RnXfdfjWw5CLX1kwV2zP7gqffdVqO-X74Uc6c,492
66
66
  commonmeta/writers/csl_writer.py,sha256=rlCeShkvC6ui9By0yVfNCMay_JfaZ4AooUPOPg-g-2M,2819
67
67
  commonmeta/writers/datacite_writer.py,sha256=G7Lr0aZ4sAEdbfXe3dG4Y6AyGUKA9UWr_iiaQRDnV24,6233
68
- commonmeta/writers/inveniordm_writer.py,sha256=YltGec0aCViddX_EYZRIn4oqmu4rCzbKSRX_3ENLZGA,5814
68
+ commonmeta/writers/inveniordm_writer.py,sha256=nMQpjp_XKUxQvLroqGY4V2hyq2G4rgCrLQR5koAhOSE,5893
69
69
  commonmeta/writers/ris_writer.py,sha256=AcnCszS3WY9lF594NbFBtLylsA8ownnYp_XLQJ84Ios,2093
70
70
  commonmeta/writers/schema_org_writer.py,sha256=5j002uCNLdlScZMNQmPjodcVWqaBh2z38zL1H4lo2hY,5741
71
- commonmeta_py-0.35.dist-info/LICENSE,sha256=746hEF2wZCKkcckk5-_DcBLtHewfaEMS4iXTlA1PVwk,1074
72
- commonmeta_py-0.35.dist-info/METADATA,sha256=Ij3V3EjAGk2-K3V-DCrnINOH0o4vrdIoNGhAejI_zyM,8331
73
- commonmeta_py-0.35.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
74
- commonmeta_py-0.35.dist-info/entry_points.txt,sha256=vbcDw3_2lMTKdcAL2VUF4DRYRpKuzXVYLMCdgKVf88U,49
75
- commonmeta_py-0.35.dist-info/RECORD,,
71
+ commonmeta_py-0.37.dist-info/LICENSE,sha256=746hEF2wZCKkcckk5-_DcBLtHewfaEMS4iXTlA1PVwk,1074
72
+ commonmeta_py-0.37.dist-info/METADATA,sha256=HBztndo5nCk4uGfS1QnxpL9YS8WXRO9mZAdBnNUoVQo,8331
73
+ commonmeta_py-0.37.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
74
+ commonmeta_py-0.37.dist-info/entry_points.txt,sha256=vbcDw3_2lMTKdcAL2VUF4DRYRpKuzXVYLMCdgKVf88U,49
75
+ commonmeta_py-0.37.dist-info/RECORD,,