udata 10.8.2.dev36743__py2.py3-none-any.whl → 10.8.2.dev36842__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/harvest/backends/ckan/__init__.py +3 -0
- udata/harvest/backends/ckan/harvesters.py +274 -0
- udata/harvest/backends/ckan/models.py +10 -0
- udata/harvest/backends/ckan/schemas/__init__.py +0 -0
- udata/harvest/backends/ckan/schemas/ckan.py +86 -0
- udata/harvest/backends/ckan/schemas/dkan.py +98 -0
- udata/harvest/tests/ckan/conftest.py +67 -0
- udata/harvest/tests/ckan/data/dkan-french-w-license.json +226 -0
- udata/harvest/tests/ckan/test_ckan_backend.py +697 -0
- udata/harvest/tests/ckan/test_ckan_backend_errors.py +140 -0
- udata/harvest/tests/ckan/test_ckan_backend_filters.py +130 -0
- udata/harvest/tests/ckan/test_dkan_backend.py +68 -0
- udata/static/chunks/{11.b6f741fcc366abfad9c4.js → 11.0f04e49a40a0a381bcce.js} +3 -3
- udata/static/chunks/{11.b6f741fcc366abfad9c4.js.map → 11.0f04e49a40a0a381bcce.js.map} +1 -1
- udata/static/chunks/{13.2d06442dd9a05d9777b5.js → 13.d9c1735d14038b94c17e.js} +2 -2
- udata/static/chunks/{13.2d06442dd9a05d9777b5.js.map → 13.d9c1735d14038b94c17e.js.map} +1 -1
- udata/static/chunks/{17.e8e4caaad5cb0cc0bacc.js → 17.81c57c0dedf812e43013.js} +2 -2
- udata/static/chunks/{17.e8e4caaad5cb0cc0bacc.js.map → 17.81c57c0dedf812e43013.js.map} +1 -1
- udata/static/chunks/{19.f03a102365af4315f9db.js → 19.8da42e8359d72afc2618.js} +3 -3
- udata/static/chunks/{19.f03a102365af4315f9db.js.map → 19.8da42e8359d72afc2618.js.map} +1 -1
- udata/static/chunks/{8.778091d55cd8ea39af6b.js → 8.494b003a94383b142c18.js} +2 -2
- udata/static/chunks/{8.778091d55cd8ea39af6b.js.map → 8.494b003a94383b142c18.js.map} +1 -1
- udata/static/common.js +1 -1
- udata/static/common.js.map +1 -1
- udata/translations/ar/LC_MESSAGES/udata.mo +0 -0
- udata/translations/ar/LC_MESSAGES/udata.po +72 -65
- udata/translations/de/LC_MESSAGES/udata.mo +0 -0
- udata/translations/de/LC_MESSAGES/udata.po +72 -65
- udata/translations/es/LC_MESSAGES/udata.mo +0 -0
- udata/translations/es/LC_MESSAGES/udata.po +72 -65
- udata/translations/fr/LC_MESSAGES/udata.mo +0 -0
- udata/translations/fr/LC_MESSAGES/udata.po +72 -65
- udata/translations/it/LC_MESSAGES/udata.mo +0 -0
- udata/translations/it/LC_MESSAGES/udata.po +72 -65
- udata/translations/pt/LC_MESSAGES/udata.mo +0 -0
- udata/translations/pt/LC_MESSAGES/udata.po +72 -65
- udata/translations/sr/LC_MESSAGES/udata.mo +0 -0
- udata/translations/sr/LC_MESSAGES/udata.po +72 -65
- udata/translations/udata.pot +74 -70
- {udata-10.8.2.dev36743.dist-info → udata-10.8.2.dev36842.dist-info}/METADATA +3 -1
- {udata-10.8.2.dev36743.dist-info → udata-10.8.2.dev36842.dist-info}/RECORD +45 -33
- {udata-10.8.2.dev36743.dist-info → udata-10.8.2.dev36842.dist-info}/entry_points.txt +2 -0
- {udata-10.8.2.dev36743.dist-info → udata-10.8.2.dev36842.dist-info}/LICENSE +0 -0
- {udata-10.8.2.dev36743.dist-info → udata-10.8.2.dev36842.dist-info}/WHEEL +0 -0
- {udata-10.8.2.dev36743.dist-info → udata-10.8.2.dev36842.dist-info}/top_level.txt +0 -0
udata/translations/udata.pot
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
#, fuzzy
|
|
7
7
|
msgid ""
|
|
8
8
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: udata 10.
|
|
9
|
+
"Project-Id-Version: udata 10.8.2.dev0\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: i18n@opendata.team\n"
|
|
11
|
-
"POT-Creation-Date: 2025-
|
|
12
|
-
"PO-Revision-Date: 2025-
|
|
11
|
+
"POT-Creation-Date: 2025-07-28 16:59+0200\n"
|
|
12
|
+
"PO-Revision-Date: 2025-07-28 16:59+0200\n"
|
|
13
13
|
"Last-Translator: Open Data Team <i18n@opendata.team>\n"
|
|
14
14
|
"Language: en\n"
|
|
15
15
|
"Language-Team: Open Data Team <i18n@opendata.team>\n"
|
|
@@ -19,74 +19,74 @@ msgstr ""
|
|
|
19
19
|
"Content-Transfer-Encoding: 8bit\n"
|
|
20
20
|
"Generated-By: Babel 2.17.0\n"
|
|
21
21
|
|
|
22
|
-
#: udata/settings.py:
|
|
22
|
+
#: udata/settings.py:111
|
|
23
23
|
msgid "Welcome"
|
|
24
24
|
msgstr ""
|
|
25
25
|
|
|
26
|
-
#: udata/settings.py:
|
|
26
|
+
#: udata/settings.py:112
|
|
27
27
|
msgid "Please confirm your email"
|
|
28
28
|
msgstr ""
|
|
29
29
|
|
|
30
|
-
#: udata/settings.py:
|
|
30
|
+
#: udata/settings.py:113
|
|
31
31
|
msgid "Login instructions"
|
|
32
32
|
msgstr ""
|
|
33
33
|
|
|
34
|
-
#: udata/settings.py:
|
|
34
|
+
#: udata/settings.py:114
|
|
35
35
|
msgid "Your password has been reset"
|
|
36
36
|
msgstr ""
|
|
37
37
|
|
|
38
|
-
#: udata/settings.py:
|
|
38
|
+
#: udata/settings.py:115
|
|
39
39
|
msgid "Your password has been changed"
|
|
40
40
|
msgstr ""
|
|
41
41
|
|
|
42
|
-
#: udata/settings.py:
|
|
42
|
+
#: udata/settings.py:116
|
|
43
43
|
msgid "Password reset instructions"
|
|
44
44
|
msgstr ""
|
|
45
45
|
|
|
46
|
-
#: udata/settings.py:
|
|
46
|
+
#: udata/settings.py:513
|
|
47
47
|
msgid "This dataset has been archived"
|
|
48
48
|
msgstr ""
|
|
49
49
|
|
|
50
|
-
#: udata/uris.py:
|
|
50
|
+
#: udata/uris.py:55
|
|
51
51
|
#, python-brace-format
|
|
52
52
|
msgid "Invalid URL \"{url}\": {reason}"
|
|
53
53
|
msgstr ""
|
|
54
54
|
|
|
55
|
-
#: udata/tests/api/test_datasets_api.py:
|
|
56
|
-
#: udata/uris.py:
|
|
55
|
+
#: udata/tests/api/test_datasets_api.py:1129 udata/tests/test_model.py:403
|
|
56
|
+
#: udata/uris.py:57
|
|
57
57
|
#, python-brace-format
|
|
58
58
|
msgid "Invalid URL \"{url}\""
|
|
59
59
|
msgstr ""
|
|
60
60
|
|
|
61
|
-
#: udata/uris.py:
|
|
61
|
+
#: udata/uris.py:125
|
|
62
62
|
#, python-brace-format
|
|
63
63
|
msgid "Invalid scheme {0}, allowed schemes: {1}"
|
|
64
64
|
msgstr ""
|
|
65
65
|
|
|
66
|
-
#: udata/uris.py:
|
|
66
|
+
#: udata/uris.py:128
|
|
67
67
|
msgid "Credentials in URL are not allowed"
|
|
68
68
|
msgstr ""
|
|
69
69
|
|
|
70
|
-
#: udata/uris.py:
|
|
70
|
+
#: udata/uris.py:132
|
|
71
71
|
#, python-brace-format
|
|
72
72
|
msgid "Invalid TLD {0}"
|
|
73
73
|
msgstr ""
|
|
74
74
|
|
|
75
|
-
#: udata/uris.py:
|
|
75
|
+
#: udata/uris.py:141
|
|
76
76
|
#, python-brace-format
|
|
77
77
|
msgid "{0} is a multicast IP"
|
|
78
78
|
msgstr ""
|
|
79
79
|
|
|
80
|
-
#: udata/uris.py:
|
|
80
|
+
#: udata/uris.py:143
|
|
81
81
|
#, python-brace-format
|
|
82
82
|
msgid "{0} is a mask IP"
|
|
83
83
|
msgstr ""
|
|
84
84
|
|
|
85
|
-
#: udata/uris.py:
|
|
85
|
+
#: udata/uris.py:147
|
|
86
86
|
msgid "is a local URL"
|
|
87
87
|
msgstr ""
|
|
88
88
|
|
|
89
|
-
#: udata/tests/test_model.py:421 udata/uris.py:
|
|
89
|
+
#: udata/tests/test_model.py:421 udata/uris.py:154
|
|
90
90
|
msgid "is a private URL"
|
|
91
91
|
msgstr ""
|
|
92
92
|
|
|
@@ -172,28 +172,10 @@ msgstr ""
|
|
|
172
172
|
msgid "Password must contain symbols"
|
|
173
173
|
msgstr ""
|
|
174
174
|
|
|
175
|
-
#: udata/auth/views.py:
|
|
175
|
+
#: udata/auth/views.py:49
|
|
176
176
|
msgid "Confirm change of email instructions"
|
|
177
177
|
msgstr ""
|
|
178
178
|
|
|
179
|
-
#: udata/auth/views.py:85
|
|
180
|
-
#, python-brace-format
|
|
181
|
-
msgid ""
|
|
182
|
-
"You did not confirm your change of email within {email_within}. New "
|
|
183
|
-
"instructions to confirm your change of email have been sent to {new_email}."
|
|
184
|
-
msgstr ""
|
|
185
|
-
|
|
186
|
-
#: udata/auth/views.py:98
|
|
187
|
-
msgid "Thank you. Your change of email has been confirmed."
|
|
188
|
-
msgstr ""
|
|
189
|
-
|
|
190
|
-
#: udata/auth/views.py:115
|
|
191
|
-
#, python-brace-format
|
|
192
|
-
msgid ""
|
|
193
|
-
"Thank you. Confirmation instructions for changing your email have been sent "
|
|
194
|
-
"to {new_email}."
|
|
195
|
-
msgstr ""
|
|
196
|
-
|
|
197
179
|
#: udata/commands/init.py:32
|
|
198
180
|
msgid "Do you want to create a superadmin user?"
|
|
199
181
|
msgstr ""
|
|
@@ -236,6 +218,10 @@ msgstr ""
|
|
|
236
218
|
msgid "Kind of badge (certified, etc)"
|
|
237
219
|
msgstr ""
|
|
238
220
|
|
|
221
|
+
#: udata/core/contact_point/api.py:62
|
|
222
|
+
msgid "An existing contact point already exists with these informations."
|
|
223
|
+
msgstr ""
|
|
224
|
+
|
|
239
225
|
#: udata/core/contact_point/forms.py:12 udata/core/jobs/forms.py:27
|
|
240
226
|
#: udata/core/organization/forms.py:46 udata/core/post/forms.py:15
|
|
241
227
|
#: udata/core/topic/forms.py:16 udata/harvest/forms.py:78
|
|
@@ -278,7 +264,7 @@ msgstr ""
|
|
|
278
264
|
msgid "Publisher"
|
|
279
265
|
msgstr ""
|
|
280
266
|
|
|
281
|
-
#: udata/core/contact_point/models.py:26 udata/tests/api/test_contact_points.py:
|
|
267
|
+
#: udata/core/contact_point/models.py:26 udata/tests/api/test_contact_points.py:142
|
|
282
268
|
msgid "At least an email or a contact form is required for a contact point"
|
|
283
269
|
msgstr ""
|
|
284
270
|
|
|
@@ -298,20 +284,20 @@ msgstr ""
|
|
|
298
284
|
msgid "Latest APIs"
|
|
299
285
|
msgstr ""
|
|
300
286
|
|
|
301
|
-
#: udata/core/dataservices/models.py:
|
|
287
|
+
#: udata/core/dataservices/models.py:129
|
|
302
288
|
msgid "You can only set one condition for a given access audience role"
|
|
303
289
|
msgstr ""
|
|
304
290
|
|
|
305
|
-
#: udata/core/dataservices/models.py:
|
|
291
|
+
#: udata/core/dataservices/models.py:159
|
|
306
292
|
msgid "dataservice"
|
|
307
293
|
msgstr ""
|
|
308
294
|
|
|
309
|
-
#: udata/core/dataservices/models.py:
|
|
295
|
+
#: udata/core/dataservices/models.py:241 udata/core/dataset/models.py:589
|
|
310
296
|
#: udata/mongo/datetime_fields.py:60
|
|
311
297
|
msgid "Creation date"
|
|
312
298
|
msgstr ""
|
|
313
299
|
|
|
314
|
-
#: udata/core/dataservices/models.py:
|
|
300
|
+
#: udata/core/dataservices/models.py:247 udata/core/dataset/models.py:594
|
|
315
301
|
#: udata/mongo/datetime_fields.py:66
|
|
316
302
|
msgid "Last modification date"
|
|
317
303
|
msgstr ""
|
|
@@ -550,7 +536,7 @@ msgstr ""
|
|
|
550
536
|
msgid "Related dataset"
|
|
551
537
|
msgstr ""
|
|
552
538
|
|
|
553
|
-
#: udata/core/dataset/forms.py:138 udata/tests/api/test_datasets_api.py:
|
|
539
|
+
#: udata/core/dataset/forms.py:138 udata/tests/api/test_datasets_api.py:1041
|
|
554
540
|
msgid "Wrong contact point id or contact point ownership mismatch"
|
|
555
541
|
msgstr ""
|
|
556
542
|
|
|
@@ -624,34 +610,39 @@ msgstr ""
|
|
|
624
610
|
msgid "A schema must contains a name or an URL when a version is provided."
|
|
625
611
|
msgstr ""
|
|
626
612
|
|
|
627
|
-
#: udata/core/dataset/models.py:171 udata/tests/api/test_datasets_api.py:
|
|
628
|
-
#: udata/tests/api/test_datasets_api.py:
|
|
613
|
+
#: udata/core/dataset/models.py:171 udata/tests/api/test_datasets_api.py:1137
|
|
614
|
+
#: udata/tests/api/test_datasets_api.py:1148
|
|
629
615
|
#, python-brace-format
|
|
630
616
|
msgid "Schema name \"{schema}\" is not an allowed value. Allowed values: {values}"
|
|
631
617
|
msgstr ""
|
|
632
618
|
|
|
633
|
-
#: udata/core/dataset/models.py:190 udata/tests/api/test_datasets_api.py:
|
|
619
|
+
#: udata/core/dataset/models.py:190 udata/tests/api/test_datasets_api.py:1160
|
|
634
620
|
#, python-brace-format
|
|
635
621
|
msgid ""
|
|
636
622
|
"Version \"{version}\" is not an allowed value for the schema \"{name}\". "
|
|
637
623
|
"Allowed versions: {values}"
|
|
638
624
|
msgstr ""
|
|
639
625
|
|
|
640
|
-
#: udata/core/dataset/models.py:
|
|
641
|
-
#: udata/tests/dataset/test_dataset_rdf.py:
|
|
642
|
-
#: udata/tests/dataset/test_dataset_rdf.py:
|
|
626
|
+
#: udata/core/dataset/models.py:467 udata/core/dataset/rdf.py:567
|
|
627
|
+
#: udata/tests/dataset/test_dataset_rdf.py:709
|
|
628
|
+
#: udata/tests/dataset/test_dataset_rdf.py:722
|
|
643
629
|
msgid "Nameless resource"
|
|
644
630
|
msgstr ""
|
|
645
631
|
|
|
646
|
-
#: udata/core/dataset/models.py:
|
|
632
|
+
#: udata/core/dataset/models.py:568
|
|
647
633
|
msgid "Future date of update"
|
|
648
634
|
msgstr ""
|
|
649
635
|
|
|
650
|
-
#: udata/core/dataset/models.py:
|
|
636
|
+
#: udata/core/dataset/models.py:600
|
|
637
|
+
msgid "Last update of the dataset resources"
|
|
638
|
+
msgstr ""
|
|
639
|
+
|
|
640
|
+
#: udata/core/dataset/models.py:653
|
|
651
641
|
msgid "dataset"
|
|
652
642
|
msgstr ""
|
|
653
643
|
|
|
654
|
-
#: udata/core/dataset/rdf.py:
|
|
644
|
+
#: udata/core/dataset/rdf.py:565 udata/tests/dataset/test_dataset_rdf.py:679
|
|
645
|
+
#: udata/tests/dataset/test_dataset_rdf.py:696
|
|
655
646
|
#, python-brace-format
|
|
656
647
|
msgid "{format} resource"
|
|
657
648
|
msgstr ""
|
|
@@ -734,17 +725,17 @@ msgid "Refused"
|
|
|
734
725
|
msgstr ""
|
|
735
726
|
|
|
736
727
|
#: udata/core/organization/forms.py:25
|
|
737
|
-
#: udata/tests/api/test_organizations_api.py:
|
|
728
|
+
#: udata/tests/api/test_organizations_api.py:159
|
|
738
729
|
msgid "A siret number is made of 14 digits"
|
|
739
730
|
msgstr ""
|
|
740
731
|
|
|
741
732
|
#: udata/core/organization/forms.py:36
|
|
742
|
-
#: udata/tests/api/test_organizations_api.py:
|
|
733
|
+
#: udata/tests/api/test_organizations_api.py:171
|
|
743
734
|
msgid "A siret number is only made of digits"
|
|
744
735
|
msgstr ""
|
|
745
736
|
|
|
746
737
|
#: udata/core/organization/forms.py:39
|
|
747
|
-
#: udata/tests/api/test_organizations_api.py:
|
|
738
|
+
#: udata/tests/api/test_organizations_api.py:165
|
|
748
739
|
msgid "Invalid Siret number"
|
|
749
740
|
msgstr ""
|
|
750
741
|
|
|
@@ -776,23 +767,23 @@ msgstr ""
|
|
|
776
767
|
msgid "Business identification number"
|
|
777
768
|
msgstr ""
|
|
778
769
|
|
|
779
|
-
#: udata/core/organization/models.py:
|
|
770
|
+
#: udata/core/organization/models.py:38
|
|
780
771
|
msgid "Public Service"
|
|
781
772
|
msgstr ""
|
|
782
773
|
|
|
783
|
-
#: udata/core/organization/models.py:
|
|
774
|
+
#: udata/core/organization/models.py:39
|
|
784
775
|
msgid "Certified"
|
|
785
776
|
msgstr ""
|
|
786
777
|
|
|
787
|
-
#: udata/core/organization/models.py:
|
|
778
|
+
#: udata/core/organization/models.py:40
|
|
788
779
|
msgid "Association"
|
|
789
780
|
msgstr ""
|
|
790
781
|
|
|
791
|
-
#: udata/core/organization/models.py:
|
|
782
|
+
#: udata/core/organization/models.py:41
|
|
792
783
|
msgid "Company"
|
|
793
784
|
msgstr ""
|
|
794
785
|
|
|
795
|
-
#: udata/core/organization/models.py:
|
|
786
|
+
#: udata/core/organization/models.py:42
|
|
796
787
|
msgid "Local authority"
|
|
797
788
|
msgstr ""
|
|
798
789
|
|
|
@@ -882,7 +873,7 @@ msgstr ""
|
|
|
882
873
|
msgid "Specify your body type (HTML or markdown)"
|
|
883
874
|
msgstr ""
|
|
884
875
|
|
|
885
|
-
#: udata/core/post/models.py:
|
|
876
|
+
#: udata/core/post/models.py:55
|
|
886
877
|
msgid "post"
|
|
887
878
|
msgstr ""
|
|
888
879
|
|
|
@@ -1010,11 +1001,11 @@ msgstr ""
|
|
|
1010
1001
|
msgid "Open data tools"
|
|
1011
1002
|
msgstr ""
|
|
1012
1003
|
|
|
1013
|
-
#: udata/core/reuse/models.py:
|
|
1004
|
+
#: udata/core/reuse/models.py:39
|
|
1014
1005
|
msgid "This URL is already registered"
|
|
1015
1006
|
msgstr ""
|
|
1016
1007
|
|
|
1017
|
-
#: udata/core/reuse/models.py:
|
|
1008
|
+
#: udata/core/reuse/models.py:185
|
|
1018
1009
|
msgid "reuse"
|
|
1019
1010
|
msgstr ""
|
|
1020
1011
|
|
|
@@ -1179,7 +1170,7 @@ msgstr ""
|
|
|
1179
1170
|
msgid "Roles"
|
|
1180
1171
|
msgstr ""
|
|
1181
1172
|
|
|
1182
|
-
#: udata/core/user/models.py:
|
|
1173
|
+
#: udata/core/user/models.py:298 udata/tests/api/test_me_api.py:297
|
|
1183
1174
|
msgid "Account deletion"
|
|
1184
1175
|
msgstr ""
|
|
1185
1176
|
|
|
@@ -1339,6 +1330,22 @@ msgstr ""
|
|
|
1339
1330
|
msgid "A prefix used to build the remote URL of the harvested items."
|
|
1340
1331
|
msgstr ""
|
|
1341
1332
|
|
|
1333
|
+
#: udata/harvest/backends/ckan/harvesters.py:35
|
|
1334
|
+
msgid "Organization"
|
|
1335
|
+
msgstr ""
|
|
1336
|
+
|
|
1337
|
+
#: udata/harvest/backends/ckan/harvesters.py:35
|
|
1338
|
+
msgid "A CKAN Organization name"
|
|
1339
|
+
msgstr ""
|
|
1340
|
+
|
|
1341
|
+
#: udata/harvest/backends/ckan/harvesters.py:36
|
|
1342
|
+
msgid "Tag"
|
|
1343
|
+
msgstr ""
|
|
1344
|
+
|
|
1345
|
+
#: udata/harvest/backends/ckan/harvesters.py:36
|
|
1346
|
+
msgid "A CKAN tag name"
|
|
1347
|
+
msgstr ""
|
|
1348
|
+
|
|
1342
1349
|
#: udata/templates/admin.html:7
|
|
1343
1350
|
msgid "Admin"
|
|
1344
1351
|
msgstr ""
|
|
@@ -1598,10 +1605,6 @@ msgstr ""
|
|
|
1598
1605
|
msgid "See the reuse"
|
|
1599
1606
|
msgstr ""
|
|
1600
1607
|
|
|
1601
|
-
#: udata/templates/mail/new_reuse.html:37
|
|
1602
|
-
msgid "See on the dataset page"
|
|
1603
|
-
msgstr ""
|
|
1604
|
-
|
|
1605
1608
|
#: udata/templates/mail/test.html:4
|
|
1606
1609
|
msgid "This is a test mail"
|
|
1607
1610
|
msgstr ""
|
|
@@ -1781,3 +1784,4 @@ msgstr ""
|
|
|
1781
1784
|
#: udata/tests/search/test_adapter.py:33
|
|
1782
1785
|
msgid "Heavily reused"
|
|
1783
1786
|
msgstr ""
|
|
1787
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: udata
|
|
3
|
-
Version: 10.8.2.
|
|
3
|
+
Version: 10.8.2.dev36842
|
|
4
4
|
Summary: Open data portal
|
|
5
5
|
Home-page: https://github.com/opendatateam/udata
|
|
6
6
|
Author: Opendata Team
|
|
@@ -68,6 +68,7 @@ Requires-Dist: flask-wtf==1.2.2
|
|
|
68
68
|
Requires-Dist: geojson==3.2.0
|
|
69
69
|
Requires-Dist: geomet==1.1.0
|
|
70
70
|
Requires-Dist: html2text==2024.2.26
|
|
71
|
+
Requires-Dist: humanfriendly==10.0
|
|
71
72
|
Requires-Dist: idna==3.10
|
|
72
73
|
Requires-Dist: importlib-resources==6.5.2
|
|
73
74
|
Requires-Dist: itsdangerous==2.2.0
|
|
@@ -142,6 +143,7 @@ It is collectively taken care of by members of the
|
|
|
142
143
|
|
|
143
144
|
## Current (in progress)
|
|
144
145
|
|
|
146
|
+
- Migrate udata-ckan [#3385](https://github.com/opendatateam/udata/pull/3385)
|
|
145
147
|
- Deactivate sitemap extension [#3389](https://github.com/opendatateam/udata/pull/3389)
|
|
146
148
|
- Deactivate cache to check for existing slugs [#3390](https://github.com/opendatateam/udata/pull/3390)
|
|
147
149
|
|
|
@@ -302,6 +302,12 @@ udata/harvest/backends/base.py,sha256=2wyfw83e3xGQcHnQI-z26g1dg-uVtWcDgzsBk7iGX3
|
|
|
302
302
|
udata/harvest/backends/dcat.py,sha256=IfUmqHy68Tt30E_kn4riExfgb-d7qPa--7KjCLCsia0,18637
|
|
303
303
|
udata/harvest/backends/maaf.py,sha256=N7ty8ZWO9pfKPtZRk1wTaJ5pY6qi-0-GtF1p8jiYiY4,8102
|
|
304
304
|
udata/harvest/backends/maaf.xsd,sha256=vEyG8Vqw7Yn_acjRdXjqUJgxOj4pv8bibep-FX-f3BQ,18322
|
|
305
|
+
udata/harvest/backends/ckan/__init__.py,sha256=JE7Qa7kX7Yd8OvmJnAO_NupZe0tqYyhhkgJ-iGNxX64,35
|
|
306
|
+
udata/harvest/backends/ckan/harvesters.py,sha256=WCnO80FJQqve3AaJgRs1tXrlcqmQwZBkTJy3P5xNkjo,10681
|
|
307
|
+
udata/harvest/backends/ckan/models.py,sha256=r2cZKMXOkSfq0s0aHOrpB6EuHO0_7uQLYMj773RVxyA,432
|
|
308
|
+
udata/harvest/backends/ckan/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
309
|
+
udata/harvest/backends/ckan/schemas/ckan.py,sha256=59VQoIxPBb5vOHFzzMtdnPcxHL4qNOTkPYa4cqn-7xQ,2353
|
|
310
|
+
udata/harvest/backends/ckan/schemas/dkan.py,sha256=RyQGPEaKqnunIrr9yApcz7WEfgye0IT1bV85wa2E8Lc,2774
|
|
305
311
|
udata/harvest/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
306
312
|
udata/harvest/tests/factories.py,sha256=euEaDDXJzbctMOzgdiio7oq9AVVSLcvORNTi_fwQBpE,2283
|
|
307
313
|
udata/harvest/tests/person.jsonld,sha256=I7Ynh-PQlNeD51I1LrCgYOEjhL-WBeb65xzIE_sHuAA,3230
|
|
@@ -313,6 +319,12 @@ udata/harvest/tests/test_filters.py,sha256=PT2qopEIoXsqi8MsNDRuhNH7jGXiQo8r0uJrC
|
|
|
313
319
|
udata/harvest/tests/test_models.py,sha256=f9NRR2_S4oZFgF8qOumg0vv-lpnEBJbI5vNtcwFdSqM,831
|
|
314
320
|
udata/harvest/tests/test_notifications.py,sha256=MMzTzkv-GXMNFeOwAi31rdTsAXyLCLOSna41zOtaJG0,816
|
|
315
321
|
udata/harvest/tests/test_tasks.py,sha256=7wQGhaX7xJEPKGAF7dprIDj2_7Z2tTInzvAd5GiqaN8,681
|
|
322
|
+
udata/harvest/tests/ckan/conftest.py,sha256=SNIRJ7uh6ssIB56mwIdDgteHKUY040yX4gzaGMREjJw,1893
|
|
323
|
+
udata/harvest/tests/ckan/test_ckan_backend.py,sha256=rQFMZjpQHX97XM46mhW0-j972kuocxR810wJ9McCQlU,21472
|
|
324
|
+
udata/harvest/tests/ckan/test_ckan_backend_errors.py,sha256=8TK4BaVDbwupKvKBahDP9cJZiSyYY7GkIdU9JCJ22aA,3877
|
|
325
|
+
udata/harvest/tests/ckan/test_ckan_backend_filters.py,sha256=YuvKeZEhvLexvaZRvtfLLGiu8RrDjFZe2E7aixyKl1g,3723
|
|
326
|
+
udata/harvest/tests/ckan/test_dkan_backend.py,sha256=Z6OvdG9u59CN_RgKvUQA6mn8sJLdhwUYiyScx7RKwHI,2183
|
|
327
|
+
udata/harvest/tests/ckan/data/dkan-french-w-license.json,sha256=ud6wxyV3uvPSouY0-QB0qf88djamFW_WR6CbZzDCacs,7905
|
|
316
328
|
udata/harvest/tests/csw_dcat/XSLT.xml,sha256=vnJF2rom7oPVpzI9jwzwG6ek1TDXTY8GfbuQq_3vFxs,180475
|
|
317
329
|
udata/harvest/tests/csw_dcat/geo-ide_single-dataset.xml,sha256=WLaL46XspKW0ams4SJ4MiHLbDTNgPfTeolMYQrybbTg,42837
|
|
318
330
|
udata/harvest/tests/csw_dcat/geonetwork-iso-page-1.xml,sha256=NbYfxFOz6XtteKmUvGw4DpewpnioqEbJmdqpg1UY0RM,82044
|
|
@@ -452,8 +464,8 @@ udata/static/admin.css,sha256=gPM7oSehylBXQXyv0-gQ1LuyJiI1STQ_swM4CHjq_cs,185748
|
|
|
452
464
|
udata/static/admin.css.map,sha256=dzFd_AL3pQPFiww5oRwqnubDGJ9HNtYuAaiggLTjjB0,627543
|
|
453
465
|
udata/static/admin.js,sha256=iQnNCFKqwiSIMyJIeDBAD_gEwv8fABrzK5CoK3PZZME,1330409
|
|
454
466
|
udata/static/admin.js.map,sha256=09cK62bu_h0M4ajLf-Y2-sQCUFYPWKRw1PCQWQvfQyM,8518351
|
|
455
|
-
udata/static/common.js,sha256=
|
|
456
|
-
udata/static/common.js.map,sha256
|
|
467
|
+
udata/static/common.js,sha256=OISR5CAMbxkzQ_3JL12mEEnzjkHTZAIDq46AgKAwFrc,2252
|
|
468
|
+
udata/static/common.js.map,sha256=0unPu95O7PJVblG_PyD5UkVDn-XLB1hfrGSTrWGT7gI,14137
|
|
457
469
|
udata/static/fontawesome-webfont.eot,sha256=e_yrbbmdXPvxcFygU23ceFhUMsxfpBu9etDwCQM7KXk,165742
|
|
458
470
|
udata/static/fontawesome-webfont.svg,sha256=rWFXkmwWIrpOHQPUePFUE2hSS_xG9R5C_g2UX37zI-Q,444379
|
|
459
471
|
udata/static/fontawesome-webfont.ttf,sha256=qljzPyOaD7AvXHpsRcBD16msmgkzNYBmlOzW1O3A1qg,165548
|
|
@@ -472,24 +484,24 @@ udata/static/chunks/1.0a96f54313c89e541ccb.js,sha256=A-lYXUeTLFOd_al9J_EpYMsbJZR
|
|
|
472
484
|
udata/static/chunks/1.0a96f54313c89e541ccb.js.map,sha256=Z4uWu-Bwj4JnQ49hqzkbRrfbtRUm65X93JQyDV6aLTM,1741737
|
|
473
485
|
udata/static/chunks/10.8ca60413647062717b1e.js,sha256=_jYUDOKowPicIui04ekBIOQvXAcF-ypsX5oxiORA8pw,414740
|
|
474
486
|
udata/static/chunks/10.8ca60413647062717b1e.js.map,sha256=XjAwHasDgaIA5idTs79YNuDC9Zlit8Xg20vSRptk03U,2736059
|
|
475
|
-
udata/static/chunks/11.
|
|
476
|
-
udata/static/chunks/11.
|
|
487
|
+
udata/static/chunks/11.0f04e49a40a0a381bcce.js,sha256=d7tDr1DUSjNPak_PysG7bntsxZ9TjPPW_b_ODl8IR-Y,395562
|
|
488
|
+
udata/static/chunks/11.0f04e49a40a0a381bcce.js.map,sha256=MvlLcBk0Mjuxn0jSkzdeZCpaBpPjIMYy5i5VT_SIjPE,2268951
|
|
477
489
|
udata/static/chunks/12.1be61e0201691821bff6.js,sha256=oveRcMtBsi97LUeAX86LjSAEVIpNxfWGHVovetKfPTw,421097
|
|
478
490
|
udata/static/chunks/12.1be61e0201691821bff6.js.map,sha256=ikkgGwMdOXW4ZXyucmqrxLqJQHIcXJJoMMNt01QFrZM,2442221
|
|
479
|
-
udata/static/chunks/13.
|
|
480
|
-
udata/static/chunks/13.
|
|
491
|
+
udata/static/chunks/13.d9c1735d14038b94c17e.js,sha256=QVscBipWMC9Md3G5mvxJ0Ttp2a_kq9CUrScayDf-DKQ,420590
|
|
492
|
+
udata/static/chunks/13.d9c1735d14038b94c17e.js.map,sha256=h3Gf_NXW-92D3fAPWhWqreisjA81it3Cek_BR1gwpOY,2430624
|
|
481
493
|
udata/static/chunks/14.bc3f6bc0a67517e7b30f.js,sha256=SLlPbF5r7gOcZKPibWUh5BmsKF1jN8FwOUbiZ8i76EU,290368
|
|
482
494
|
udata/static/chunks/14.bc3f6bc0a67517e7b30f.js.map,sha256=3Lg42qlM8-ho4unygukS9WvltNoIDJkMuTP7erZmYEI,1636918
|
|
483
495
|
udata/static/chunks/15.2f5d8e3d4aa4c46188d7.js,sha256=gcYH_y6xCl3LbMKg_epxR5IntnEk7X119Evs9up1i7Q,138967
|
|
484
496
|
udata/static/chunks/15.2f5d8e3d4aa4c46188d7.js.map,sha256=RPoT4EwQaWz3-puzfSV9kx511PK7RYPmveQFImM2BgA,702620
|
|
485
497
|
udata/static/chunks/16.aaa39ef2d7e82594efc8.js,sha256=1J9T7hgzq1culb_vcXcRvMwt59pJx5Yv-oTU8mUoQDs,228559
|
|
486
498
|
udata/static/chunks/16.aaa39ef2d7e82594efc8.js.map,sha256=Oc67ghT4gTY2r8H_cfy3tS6o-WyjvXkVc4xXqq0yBcQ,1574395
|
|
487
|
-
udata/static/chunks/17.
|
|
488
|
-
udata/static/chunks/17.
|
|
499
|
+
udata/static/chunks/17.81c57c0dedf812e43013.js,sha256=M1V_pkNZWVlgT1jGryWe5cOBp2r9LiIJEyHuKkQTPGA,236702
|
|
500
|
+
udata/static/chunks/17.81c57c0dedf812e43013.js.map,sha256=xx4zs3EBZKfoouMTgh6Xb7q1OlEqzDyeeGtv5pWknFg,1289996
|
|
489
501
|
udata/static/chunks/18.56444ebd2456a4ba2201.js,sha256=o78S_10_0k6kL0HbpDlbKZ5tZ-DCe6Y9XBex-SFS_s4,50384
|
|
490
502
|
udata/static/chunks/18.56444ebd2456a4ba2201.js.map,sha256=Xdv5UJ1TG-LZIlUjZm-yv59KA1omSq2dr8Ukfec46UE,277805
|
|
491
|
-
udata/static/chunks/19.
|
|
492
|
-
udata/static/chunks/19.
|
|
503
|
+
udata/static/chunks/19.8da42e8359d72afc2618.js,sha256=_fLL-fYLi7nXZZg5-4hEU-tbR0K9auq21h2SAg-Jta8,203418
|
|
504
|
+
udata/static/chunks/19.8da42e8359d72afc2618.js.map,sha256=xHCkZGxv7IYB4gCYmwruU8lUdeBx-2stSwJYhG0u8Co,1079969
|
|
493
505
|
udata/static/chunks/2.c67aa76cc078c193aed5.js,sha256=BjpQndwBdg9AT2lrY1TAgMfPbMvRytp33yI9YOgCOqc,276597
|
|
494
506
|
udata/static/chunks/2.c67aa76cc078c193aed5.js.map,sha256=FnPh12lCwilnq1jRp-d7226H5kpaA4-raWEk1Q0p42M,1556097
|
|
495
507
|
udata/static/chunks/20.3d4e02d1205a3c9e26c5.js,sha256=hRFQGBcks3lD-R4mNcNelqbr9kjz8jTtPee1lDWAVhY,36764
|
|
@@ -526,8 +538,8 @@ udata/static/chunks/6.d663709d877baa44a71e.js,sha256=hVRqq0dmyZJ8w6MdO9wUftY_doZ
|
|
|
526
538
|
udata/static/chunks/6.d663709d877baa44a71e.js.map,sha256=WlChg1hCzjGyTO2mbICQpPhH5i7fjRC6ajr3g6unbtc,3783190
|
|
527
539
|
udata/static/chunks/7.896bbffe39433bb598f7.js,sha256=C1NrGe6wrptQFYCCmITtx12dGqfaO7136-9BD6m05Ts,157150
|
|
528
540
|
udata/static/chunks/7.896bbffe39433bb598f7.js.map,sha256=aZB8qYRkX4oqSugjG69tMlv64YIW5LPXF_8uACMHMTw,813014
|
|
529
|
-
udata/static/chunks/8.
|
|
530
|
-
udata/static/chunks/8.
|
|
541
|
+
udata/static/chunks/8.494b003a94383b142c18.js,sha256=e22kCx2kIrqp7Ok5RWIYMbdVjL1Y3_MMddm0wOerUgs,222856
|
|
542
|
+
udata/static/chunks/8.494b003a94383b142c18.js.map,sha256=XAsFe6qlreG7vQyxmTU7J4JjSxyJvsyp9MjQZXdW13k,1205076
|
|
531
543
|
udata/static/chunks/9.033d7e190ca9e226a5d0.js,sha256=NmyhScUINZKQbc3A-zIZr9vEGy59Ktb9xkI-d0oaEvo,416716
|
|
532
544
|
udata/static/chunks/9.033d7e190ca9e226a5d0.js.map,sha256=n08Lnx4NZFACwgehhaZfstLOnqDam_IUQhNLlUjMEVo,2746303
|
|
533
545
|
udata/storage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -725,24 +737,24 @@ udata/tests/workers/test_jobs_commands.py,sha256=tGJp9zRxKaGszNhKAVe-xY86v6NhLmF
|
|
|
725
737
|
udata/tests/workers/test_tasks_routing.py,sha256=m7Zu9X7GW3oKkSDcHM-dC20Vba3Fruui44bMBVU1dcc,2228
|
|
726
738
|
udata/tests/workers/test_workers_api.py,sha256=x8EkULR9G5TKl5WwjdVwfFEttbudpiWIYN2umETrCzY,8805
|
|
727
739
|
udata/tests/workers/test_workers_helpers.py,sha256=_983ChRxas3gsjykaEpXWQUbk2qTMJgeFZpIAHTuhLk,647
|
|
728
|
-
udata/translations/udata.pot,sha256=
|
|
729
|
-
udata/translations/ar/LC_MESSAGES/udata.mo,sha256=
|
|
730
|
-
udata/translations/ar/LC_MESSAGES/udata.po,sha256=
|
|
731
|
-
udata/translations/de/LC_MESSAGES/udata.mo,sha256=
|
|
732
|
-
udata/translations/de/LC_MESSAGES/udata.po,sha256=
|
|
733
|
-
udata/translations/es/LC_MESSAGES/udata.mo,sha256=
|
|
734
|
-
udata/translations/es/LC_MESSAGES/udata.po,sha256=
|
|
735
|
-
udata/translations/fr/LC_MESSAGES/udata.mo,sha256
|
|
736
|
-
udata/translations/fr/LC_MESSAGES/udata.po,sha256=
|
|
737
|
-
udata/translations/it/LC_MESSAGES/udata.mo,sha256=
|
|
738
|
-
udata/translations/it/LC_MESSAGES/udata.po,sha256=
|
|
739
|
-
udata/translations/pt/LC_MESSAGES/udata.mo,sha256=
|
|
740
|
-
udata/translations/pt/LC_MESSAGES/udata.po,sha256
|
|
741
|
-
udata/translations/sr/LC_MESSAGES/udata.mo,sha256=
|
|
742
|
-
udata/translations/sr/LC_MESSAGES/udata.po,sha256=
|
|
743
|
-
udata-10.8.2.
|
|
744
|
-
udata-10.8.2.
|
|
745
|
-
udata-10.8.2.
|
|
746
|
-
udata-10.8.2.
|
|
747
|
-
udata-10.8.2.
|
|
748
|
-
udata-10.8.2.
|
|
740
|
+
udata/translations/udata.pot,sha256=BWLjsKCY7lqunlrS0_l0RXlUBrqS5ldjn9ExNdr9800,40608
|
|
741
|
+
udata/translations/ar/LC_MESSAGES/udata.mo,sha256=oQ_tXGQNx2GCz2tWTPym40uzJ99Ym0iB9zkQBbDAvv8,12512
|
|
742
|
+
udata/translations/ar/LC_MESSAGES/udata.po,sha256=4k17EgdDC9zgZsBvZVLQ1UjgAWPOEEkgBCEIqEj8rWg,45929
|
|
743
|
+
udata/translations/de/LC_MESSAGES/udata.mo,sha256=2-qsGDRdalSK_2Xqelb9RwyArVcW2bpNdhuqWk8VCZw,15180
|
|
744
|
+
udata/translations/de/LC_MESSAGES/udata.po,sha256=QZrfA3YxE_5fYYMC0PlXlkKdAHni6XT8BAFTixhes6w,46066
|
|
745
|
+
udata/translations/es/LC_MESSAGES/udata.mo,sha256=ysJ8UuMMyG2SOPqToOPUaFwdV40h2UdHC_ysXiaxqIg,12585
|
|
746
|
+
udata/translations/es/LC_MESSAGES/udata.po,sha256=wcoRFYKgHMHkGJXOGhdHaRlq-BqwYNGoOr2a0ze3pmM,45272
|
|
747
|
+
udata/translations/fr/LC_MESSAGES/udata.mo,sha256=-YqGk4xBRV4CN9fZJJsY7ctkj5pv3HiQC51pTan6zpQ,31223
|
|
748
|
+
udata/translations/fr/LC_MESSAGES/udata.po,sha256=1_qUVsh8k4rtFydMm-90yCuZ9ljBrH-6z1I33lXt5xk,53658
|
|
749
|
+
udata/translations/it/LC_MESSAGES/udata.mo,sha256=PxgEOBlG6ukFlaXKHKaZX3-mpd1XY5EBq5-syFph0Eg,15593
|
|
750
|
+
udata/translations/it/LC_MESSAGES/udata.po,sha256=ka8Pa4sKqRE0iUnepwXsjPrGEGxBoAA0Pi38Q0CjSgk,46164
|
|
751
|
+
udata/translations/pt/LC_MESSAGES/udata.mo,sha256=ogtEGsjwIkOEtzrI49e57izi-NUim5L73j-1H4xggx8,20746
|
|
752
|
+
udata/translations/pt/LC_MESSAGES/udata.po,sha256=1omSlqdMEdwYtzHGalXrtptVk14mlb6JS_8xR8BsznU,48428
|
|
753
|
+
udata/translations/sr/LC_MESSAGES/udata.mo,sha256=V7unDjO31PNLiRhfEkYU3pU47wWWct-otdL0GDma0S4,28692
|
|
754
|
+
udata/translations/sr/LC_MESSAGES/udata.po,sha256=wVBipfpPl-DmYeVm5wrlzWWM3oEvuruDVbJHx4I1p8s,55170
|
|
755
|
+
udata-10.8.2.dev36842.dist-info/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
|
|
756
|
+
udata-10.8.2.dev36842.dist-info/METADATA,sha256=x00jctC94r5r-ouGnaY87Gh9VPEWZHBLpUQzCThyMVA,152408
|
|
757
|
+
udata-10.8.2.dev36842.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
758
|
+
udata-10.8.2.dev36842.dist-info/entry_points.txt,sha256=v2u12qO11i2lyLNIp136WmLJ-NHT-Kew3Duu8J-AXPM,614
|
|
759
|
+
udata-10.8.2.dev36842.dist-info/top_level.txt,sha256=39OCg-VWFWOq4gCKnjKNu-s3OwFlZIu_dVH8Gl6ndHw,12
|
|
760
|
+
udata-10.8.2.dev36842.dist-info/RECORD,,
|
|
@@ -10,7 +10,9 @@ internal = udata.features.identicon.backends:internal
|
|
|
10
10
|
robohash = udata.features.identicon.backends:robohash
|
|
11
11
|
|
|
12
12
|
[udata.harvesters]
|
|
13
|
+
ckan = udata.harvest.backends.ckan.harvesters:CkanBackend
|
|
13
14
|
csw-dcat = udata.harvest.backends.dcat:CswDcatBackend
|
|
14
15
|
csw-iso-19139 = udata.harvest.backends.dcat:CswIso19139DcatBackend
|
|
15
16
|
dcat = udata.harvest.backends.dcat:DcatBackend
|
|
17
|
+
dkan = udata.harvest.backends.ckan.harvesters:DkanBackend
|
|
16
18
|
maaf = udata.harvest.backends.maaf:MaafBackend
|
|
File without changes
|
|
File without changes
|
|
File without changes
|