oarepo-runtime 1.5.24__py3-none-any.whl → 1.5.25__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.
- oarepo_runtime/records/__init__.py +9 -6
- {oarepo_runtime-1.5.24.dist-info → oarepo_runtime-1.5.25.dist-info}/METADATA +1 -1
- {oarepo_runtime-1.5.24.dist-info → oarepo_runtime-1.5.25.dist-info}/RECORD +7 -7
- {oarepo_runtime-1.5.24.dist-info → oarepo_runtime-1.5.25.dist-info}/LICENSE +0 -0
- {oarepo_runtime-1.5.24.dist-info → oarepo_runtime-1.5.25.dist-info}/WHEEL +0 -0
- {oarepo_runtime-1.5.24.dist-info → oarepo_runtime-1.5.25.dist-info}/entry_points.txt +0 -0
- {oarepo_runtime-1.5.24.dist-info → oarepo_runtime-1.5.25.dist-info}/top_level.txt +0 -0
@@ -11,15 +11,18 @@ def select_record_for_update(record_cls: Type[Record], persistent_identifier):
|
|
11
11
|
return record_cls(obj.data, model=obj)
|
12
12
|
|
13
13
|
|
14
|
-
def
|
15
|
-
"""Shortcut for links to determine if record is a record."""
|
16
|
-
|
17
|
-
|
18
|
-
|
14
|
+
def is_published_record(record, ctx):
|
15
|
+
"""Shortcut for links to determine if record is a published record."""
|
16
|
+
return not getattr(record, "is_draft", False)
|
17
|
+
|
18
|
+
|
19
|
+
def is_draft_record(record, ctx):
|
20
|
+
"""Shortcut for links to determine if record is a draft record."""
|
21
|
+
return getattr(record, "is_draft", False)
|
19
22
|
|
20
23
|
|
21
24
|
def has_draft(record, ctx):
|
22
|
-
"""Shortcut for links to determine if record is a draft or a published one with a draft associated."""
|
25
|
+
"""Shortcut for links to determine if record is either a draft or a published one with a draft associated."""
|
23
26
|
if getattr(record, "is_draft", False):
|
24
27
|
return True
|
25
28
|
if getattr(record, 'has_draft', False):
|
@@ -42,7 +42,7 @@ oarepo_runtime/datastreams/writers/yaml.py,sha256=XchUJHQ58E2Mfgs8elImXbL38jFtI8
|
|
42
42
|
oarepo_runtime/i18n/__init__.py,sha256=G4PJ_kQlPDiBW6ntjQZ-O4qHQgkJWAXsNLUuOBcglNM,402
|
43
43
|
oarepo_runtime/info/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
44
44
|
oarepo_runtime/info/views.py,sha256=jtI2JJBdApuT5ZIxU2kskJBz6GpJVTgUGrM8EMNIiAk,11137
|
45
|
-
oarepo_runtime/records/__init__.py,sha256=
|
45
|
+
oarepo_runtime/records/__init__.py,sha256=w1vtMmGDpcn9PQ2gbwihrYBZhawhzDWWOpnDdeaOPVo,1038
|
46
46
|
oarepo_runtime/records/dumpers/__init__.py,sha256=OmzNhLdMNKibmCksnj9eTX9xPBG30dziiK3j3bAAp3k,233
|
47
47
|
oarepo_runtime/records/dumpers/edtf_interval.py,sha256=YCShZAoqBQYaxVilEVotS-jXZsxxoXO67yu2urhkaMA,1198
|
48
48
|
oarepo_runtime/records/dumpers/multilingual_dumper.py,sha256=PbNFCLsiH4XV3E1v8xga_fzlcEImHy8OXn_UKh_8VBU,1090
|
@@ -114,9 +114,9 @@ oarepo_runtime/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
|
|
114
114
|
oarepo_runtime/utils/functools.py,sha256=gKS9YZtlIYcDvdNA9cmYO00yjiXBYV1jg8VpcRUyQyg,1324
|
115
115
|
oarepo_runtime/utils/path.py,sha256=V1NVyk3m12_YLbj7QHYvUpE1wScO78bYsX1LOLeXDkI,3108
|
116
116
|
tests/pkg_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
117
|
-
oarepo_runtime-1.5.
|
118
|
-
oarepo_runtime-1.5.
|
119
|
-
oarepo_runtime-1.5.
|
120
|
-
oarepo_runtime-1.5.
|
121
|
-
oarepo_runtime-1.5.
|
122
|
-
oarepo_runtime-1.5.
|
117
|
+
oarepo_runtime-1.5.25.dist-info/LICENSE,sha256=h2uWz0OaB3EN-J1ImdGJZzc7yvfQjvHVYdUhQ-H7ypY,1064
|
118
|
+
oarepo_runtime-1.5.25.dist-info/METADATA,sha256=NP21eoZqbsqPigc8QEHotGZS83vb9qtlWPXoKvrWo80,4680
|
119
|
+
oarepo_runtime-1.5.25.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
120
|
+
oarepo_runtime-1.5.25.dist-info/entry_points.txt,sha256=QrlXAKuPDVBinaSh_v3yO9_Nb9ZNmJCJ0VFcCW-z0Jg,327
|
121
|
+
oarepo_runtime-1.5.25.dist-info/top_level.txt,sha256=bHhlkT1_RQC4IkfTQCqA3iN4KCB6cSFQlsXpQMSP-bE,21
|
122
|
+
oarepo_runtime-1.5.25.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|