udata 10.4.2.dev35386__py2.py3-none-any.whl → 10.4.2.dev35397__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.
Potentially problematic release.
This version of udata might be problematic. Click here for more details.
- udata/core/dataset/rdf.py +1 -1
- {udata-10.4.2.dev35386.dist-info → udata-10.4.2.dev35397.dist-info}/METADATA +2 -1
- {udata-10.4.2.dev35386.dist-info → udata-10.4.2.dev35397.dist-info}/RECORD +7 -7
- {udata-10.4.2.dev35386.dist-info → udata-10.4.2.dev35397.dist-info}/LICENSE +0 -0
- {udata-10.4.2.dev35386.dist-info → udata-10.4.2.dev35397.dist-info}/WHEEL +0 -0
- {udata-10.4.2.dev35386.dist-info → udata-10.4.2.dev35397.dist-info}/entry_points.txt +0 -0
- {udata-10.4.2.dev35386.dist-info → udata-10.4.2.dev35397.dist-info}/top_level.txt +0 -0
udata/core/dataset/rdf.py
CHANGED
|
@@ -769,7 +769,7 @@ def dataset_from_rdf(graph: Graph, dataset=None, node=None, remote_url_prefix: s
|
|
|
769
769
|
# Support dct:abstract if dct:description is missing (sometimes used instead)
|
|
770
770
|
description = d.value(DCT.description) or d.value(DCT.abstract)
|
|
771
771
|
dataset.description = sanitize_html(description)
|
|
772
|
-
dataset.frequency = frequency_from_rdf(d.value(DCT.accrualPeriodicity))
|
|
772
|
+
dataset.frequency = frequency_from_rdf(d.value(DCT.accrualPeriodicity)) or dataset.frequency
|
|
773
773
|
roles = [ # Imbricated list of contact points for each role
|
|
774
774
|
contact_points_from_rdf(d, rdf_entity, role, dataset)
|
|
775
775
|
for rdf_entity, role in CONTACT_POINT_ENTITY_TO_ROLE.items()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: udata
|
|
3
|
-
Version: 10.4.2.
|
|
3
|
+
Version: 10.4.2.dev35397
|
|
4
4
|
Summary: Open data portal
|
|
5
5
|
Home-page: https://github.com/opendatateam/udata
|
|
6
6
|
Author: Opendata Team
|
|
@@ -145,6 +145,7 @@ It is collectively taken care of by members of the
|
|
|
145
145
|
- Store activities for private objects [#3328](https://github.com/opendatateam/udata/pull/3328)
|
|
146
146
|
- Do not crash if file doesn't exists during resource deletion [#3323](https://github.com/opendatateam/udata/pull/3323)
|
|
147
147
|
- Show user domain in suggest [#3324](https://github.com/opendatateam/udata/pull/3324)
|
|
148
|
+
- Keep the existing frequency if not found during harvesting [#3330](https://github.com/opendatateam/udata/pull/3330)
|
|
148
149
|
|
|
149
150
|
## 10.4.1 (2025-05-20)
|
|
150
151
|
|
|
@@ -108,7 +108,7 @@ udata/core/dataset/forms.py,sha256=7KUxuFcEGT0MUe0cZCiZtsnZhvGgvEd68pe13NgeSMI,6
|
|
|
108
108
|
udata/core/dataset/models.py,sha256=BiqwN1mLffc4_LqtQ6KcNK1BIh04cVKFhyOw3n3BIK8,41161
|
|
109
109
|
udata/core/dataset/permissions.py,sha256=zXQ6kU-Ni3Pl5tDtat-ZPupug9InsNeCN7xRLc2Vcrc,1097
|
|
110
110
|
udata/core/dataset/preview.py,sha256=IwCqiNTjjXbtA_SSKF52pwnzKKEz0GyYM95QNn2Dkog,2561
|
|
111
|
-
udata/core/dataset/rdf.py,sha256=
|
|
111
|
+
udata/core/dataset/rdf.py,sha256=6aqoZajpmA2nciZsG1pGeJr0HKgdxjtuGWvk8xXjfUI,31810
|
|
112
112
|
udata/core/dataset/search.py,sha256=E7LqHBnq3sMefvmLwTpiw-Ovem2a3NJswHesRjctboE,5627
|
|
113
113
|
udata/core/dataset/signals.py,sha256=WN4sV-lJlNsRkhcnhoy0SYJvCoYmK_5QFYZd1u-h4gs,161
|
|
114
114
|
udata/core/dataset/tasks.py,sha256=BHE79WLdY8bhGqXRBbqsXdHF5uHv3ZlsKW2A8OYoElc,9997
|
|
@@ -727,9 +727,9 @@ udata/translations/pt/LC_MESSAGES/udata.mo,sha256=ViV14tUmjSydHS0TWG_mFikKQfyUaT
|
|
|
727
727
|
udata/translations/pt/LC_MESSAGES/udata.po,sha256=rzAD_MVoV54TmN3w1ECz3H2Ru5pM7hWMVH03SkY28Q8,47250
|
|
728
728
|
udata/translations/sr/LC_MESSAGES/udata.mo,sha256=EHX1_D-Uglj38832G7BrA0QC5IuY3p8dKqi9T0DgPmE,29169
|
|
729
729
|
udata/translations/sr/LC_MESSAGES/udata.po,sha256=3PMnbVhKVJh6Q8ABi1ZTZ8Dcf-sMjngLJZqLbonJoec,54225
|
|
730
|
-
udata-10.4.2.
|
|
731
|
-
udata-10.4.2.
|
|
732
|
-
udata-10.4.2.
|
|
733
|
-
udata-10.4.2.
|
|
734
|
-
udata-10.4.2.
|
|
735
|
-
udata-10.4.2.
|
|
730
|
+
udata-10.4.2.dev35397.dist-info/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
|
|
731
|
+
udata-10.4.2.dev35397.dist-info/METADATA,sha256=CcVTBd3s795OqiP6v_xPJJC7uO20LFvmL0vtNN84afI,147052
|
|
732
|
+
udata-10.4.2.dev35397.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
733
|
+
udata-10.4.2.dev35397.dist-info/entry_points.txt,sha256=ETvkR4r6G1duBsh_V_fGWENQy17GTFuobi95MYBAl1A,498
|
|
734
|
+
udata-10.4.2.dev35397.dist-info/top_level.txt,sha256=39OCg-VWFWOq4gCKnjKNu-s3OwFlZIu_dVH8Gl6ndHw,12
|
|
735
|
+
udata-10.4.2.dev35397.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|