udata 10.1.3.dev34283__py2.py3-none-any.whl → 10.1.3.dev34313__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.

Files changed (35) hide show
  1. udata/core/user/api.py +8 -1
  2. udata/core/user/models.py +16 -11
  3. udata/core/user/tasks.py +81 -2
  4. udata/core/user/tests/test_user_model.py +29 -12
  5. udata/settings.py +5 -0
  6. udata/static/chunks/{10.8ca60413647062717b1e.js → 10.471164b2a9fe15614797.js} +3 -3
  7. udata/static/chunks/{10.8ca60413647062717b1e.js.map → 10.471164b2a9fe15614797.js.map} +1 -1
  8. udata/static/chunks/{11.b6f741fcc366abfad9c4.js → 11.51d706fb9521c16976bc.js} +3 -3
  9. udata/static/chunks/{11.b6f741fcc366abfad9c4.js.map → 11.51d706fb9521c16976bc.js.map} +1 -1
  10. udata/static/chunks/{13.2d06442dd9a05d9777b5.js → 13.f29411b06be1883356a3.js} +2 -2
  11. udata/static/chunks/{13.2d06442dd9a05d9777b5.js.map → 13.f29411b06be1883356a3.js.map} +1 -1
  12. udata/static/chunks/{17.e8e4caaad5cb0cc0bacc.js → 17.3bd0340930d4a314ce9c.js} +2 -2
  13. udata/static/chunks/{17.e8e4caaad5cb0cc0bacc.js.map → 17.3bd0340930d4a314ce9c.js.map} +1 -1
  14. udata/static/chunks/{19.f03a102365af4315f9db.js → 19.8da42e8359d72afc2618.js} +3 -3
  15. udata/static/chunks/{19.f03a102365af4315f9db.js.map → 19.8da42e8359d72afc2618.js.map} +1 -1
  16. udata/static/chunks/{8.778091d55cd8ea39af6b.js → 8.54e44b102164ae5e7a67.js} +2 -2
  17. udata/static/chunks/{8.778091d55cd8ea39af6b.js.map → 8.54e44b102164ae5e7a67.js.map} +1 -1
  18. udata/static/chunks/{9.033d7e190ca9e226a5d0.js → 9.07515e5187f475bce828.js} +3 -3
  19. udata/static/chunks/{9.033d7e190ca9e226a5d0.js.map → 9.07515e5187f475bce828.js.map} +1 -1
  20. udata/static/common.js +1 -1
  21. udata/static/common.js.map +1 -1
  22. udata/templates/mail/account_inactivity.html +29 -0
  23. udata/templates/mail/account_inactivity.txt +22 -0
  24. udata/templates/mail/inactive_account_deleted.html +5 -0
  25. udata/templates/mail/inactive_account_deleted.txt +6 -0
  26. udata/tests/api/test_me_api.py +1 -1
  27. udata/tests/api/test_user_api.py +47 -8
  28. udata/tests/user/test_user_tasks.py +144 -0
  29. udata/translations/udata.pot +83 -54
  30. {udata-10.1.3.dev34283.dist-info → udata-10.1.3.dev34313.dist-info}/METADATA +4 -1
  31. {udata-10.1.3.dev34283.dist-info → udata-10.1.3.dev34313.dist-info}/RECORD +35 -30
  32. {udata-10.1.3.dev34283.dist-info → udata-10.1.3.dev34313.dist-info}/LICENSE +0 -0
  33. {udata-10.1.3.dev34283.dist-info → udata-10.1.3.dev34313.dist-info}/WHEEL +0 -0
  34. {udata-10.1.3.dev34283.dist-info → udata-10.1.3.dev34313.dist-info}/entry_points.txt +0 -0
  35. {udata-10.1.3.dev34283.dist-info → udata-10.1.3.dev34313.dist-info}/top_level.txt +0 -0
@@ -6,10 +6,10 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: udata 10.1.1.dev0\n"
9
+ "Project-Id-Version: udata 10.1.3.dev0\n"
10
10
  "Report-Msgid-Bugs-To: i18n@opendata.team\n"
11
- "POT-Creation-Date: 2025-02-21 13:37+0100\n"
12
- "PO-Revision-Date: 2025-02-21 13:37+0100\n"
11
+ "POT-Creation-Date: 2025-03-13 12:46+0100\n"
12
+ "PO-Revision-Date: 2025-03-13 12:46+0100\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"
@@ -43,7 +43,7 @@ msgstr ""
43
43
  msgid "Password reset instructions"
44
44
  msgstr ""
45
45
 
46
- #: udata/settings.py:504
46
+ #: udata/settings.py:509
47
47
  msgid "This dataset has been archived"
48
48
  msgstr ""
49
49
 
@@ -51,7 +51,7 @@ msgstr ""
51
51
  msgid "Invalid URL \"{url}\": {reason}"
52
52
  msgstr ""
53
53
 
54
- #: udata/tests/api/test_datasets_api.py:923 udata/tests/test_model.py:367
54
+ #: udata/tests/api/test_datasets_api.py:935 udata/tests/test_model.py:403
55
55
  #: udata/uris.py:55
56
56
  msgid "Invalid URL \"{url}\""
57
57
  msgstr ""
@@ -80,7 +80,7 @@ msgstr ""
80
80
  msgid "is a local URL"
81
81
  msgstr ""
82
82
 
83
- #: udata/tests/test_model.py:385 udata/uris.py:129
83
+ #: udata/tests/test_model.py:421 udata/uris.py:129
84
84
  msgid "is a private URL"
85
85
  msgstr ""
86
86
 
@@ -206,7 +206,7 @@ msgid "Your udata instance is ready!"
206
206
  msgstr ""
207
207
 
208
208
  #: udata/core/owned.py:64 udata/forms/fields.py:752
209
- #: udata/tests/api/test_dataservices_api.py:437
209
+ #: udata/tests/api/test_dataservices_api.py:476
210
210
  msgid "You can only set yourself as owner"
211
211
  msgstr ""
212
212
 
@@ -215,7 +215,7 @@ msgid "Unknown organization"
215
215
  msgstr ""
216
216
 
217
217
  #: udata/core/owned.py:77 udata/forms/fields.py:784
218
- #: udata/tests/api/test_dataservices_api.py:451
218
+ #: udata/tests/api/test_dataservices_api.py:490
219
219
  msgid "Permission denied for this organization"
220
220
  msgstr ""
221
221
 
@@ -246,8 +246,8 @@ msgstr ""
246
246
  msgid "The organization web contact form"
247
247
  msgstr ""
248
248
 
249
- #: udata/core/contact_point/forms.py:20 udata/core/dataset/forms.py:112
250
- #: udata/core/dataset/forms.py:175 udata/core/topic/forms.py:14
249
+ #: udata/core/contact_point/forms.py:20 udata/core/dataset/forms.py:116
250
+ #: udata/core/dataset/forms.py:179 udata/core/topic/forms.py:14
251
251
  #: udata/harvest/forms.py:87
252
252
  msgid "Publish as"
253
253
  msgstr ""
@@ -272,16 +272,16 @@ msgstr ""
272
272
  msgid "At least an email or a contact form is required for a contact point"
273
273
  msgstr ""
274
274
 
275
- #: udata/core/dataservices/models.py:114
275
+ #: udata/core/dataservices/models.py:120
276
276
  msgid "dataservice"
277
277
  msgstr ""
278
278
 
279
- #: udata/core/dataservices/models.py:179 udata/core/dataset/models.py:569
279
+ #: udata/core/dataservices/models.py:194 udata/core/dataset/models.py:569
280
280
  #: udata/mongo/datetime_fields.py:60
281
281
  msgid "Creation date"
282
282
  msgstr ""
283
283
 
284
- #: udata/core/dataservices/models.py:185 udata/core/dataset/models.py:572
284
+ #: udata/core/dataservices/models.py:200 udata/core/dataset/models.py:572
285
285
  #: udata/mongo/datetime_fields.py:66
286
286
  msgid "Last modification date"
287
287
  msgstr ""
@@ -326,7 +326,7 @@ msgstr ""
326
326
  msgid "Semidaily"
327
327
  msgstr ""
328
328
 
329
- #: udata/core/dataset/constants.py:17 udata/harvest/models.py:21
329
+ #: udata/core/dataset/constants.py:17 udata/harvest/models.py:22
330
330
  msgid "Daily"
331
331
  msgstr ""
332
332
 
@@ -342,7 +342,7 @@ msgstr ""
342
342
  msgid "Semiweekly"
343
343
  msgstr ""
344
344
 
345
- #: udata/core/dataset/constants.py:21 udata/harvest/models.py:20
345
+ #: udata/core/dataset/constants.py:21 udata/harvest/models.py:21
346
346
  msgid "Weekly"
347
347
  msgstr ""
348
348
 
@@ -358,7 +358,7 @@ msgstr ""
358
358
  msgid "Semimonthly"
359
359
  msgstr ""
360
360
 
361
- #: udata/core/dataset/constants.py:25 udata/harvest/models.py:19
361
+ #: udata/core/dataset/constants.py:25 udata/harvest/models.py:20
362
362
  msgid "Monthly"
363
363
  msgstr ""
364
364
 
@@ -446,7 +446,7 @@ msgstr ""
446
446
  msgid "Version of the schema"
447
447
  msgstr ""
448
448
 
449
- #: udata/core/dataset/forms.py:65 udata/core/dataset/forms.py:142
449
+ #: udata/core/dataset/forms.py:65 udata/core/dataset/forms.py:146
450
450
  #: udata/core/discussions/forms.py:13 udata/core/site/forms.py:12
451
451
  #: udata/templates/mail/discussion_closed.html:26
452
452
  #: udata/templates/mail/new_discussion.html:25
@@ -454,7 +454,7 @@ msgstr ""
454
454
  msgid "Title"
455
455
  msgstr ""
456
456
 
457
- #: udata/core/dataset/forms.py:68 udata/core/dataset/forms.py:146
457
+ #: udata/core/dataset/forms.py:68 udata/core/dataset/forms.py:150
458
458
  #: udata/core/jobs/forms.py:28 udata/core/organization/forms.py:50
459
459
  #: udata/core/topic/forms.py:17 udata/harvest/forms.py:80
460
460
  msgid "Description"
@@ -500,73 +500,73 @@ msgstr ""
500
500
  msgid "The file size in bytes"
501
501
  msgstr ""
502
502
 
503
- #: udata/core/dataset/forms.py:110
503
+ #: udata/core/dataset/forms.py:114
504
504
  msgid "Related dataset"
505
505
  msgstr ""
506
506
 
507
- #: udata/core/dataset/forms.py:134 udata/tests/api/test_datasets_api.py:835
507
+ #: udata/core/dataset/forms.py:138 udata/tests/api/test_datasets_api.py:847
508
508
  msgid "Wrong contact point id or contact point ownership mismatch"
509
509
  msgstr ""
510
510
 
511
- #: udata/core/dataset/forms.py:144 udata/core/organization/forms.py:48
511
+ #: udata/core/dataset/forms.py:148 udata/core/organization/forms.py:48
512
512
  msgid "Acronym"
513
513
  msgstr ""
514
514
 
515
- #: udata/core/dataset/forms.py:144
515
+ #: udata/core/dataset/forms.py:148
516
516
  msgid "An optional acronym"
517
517
  msgstr ""
518
518
 
519
- #: udata/core/dataset/forms.py:148
519
+ #: udata/core/dataset/forms.py:152
520
520
  msgid "The details about the dataset (collection process, specifics...)."
521
521
  msgstr ""
522
522
 
523
- #: udata/core/dataset/forms.py:150
523
+ #: udata/core/dataset/forms.py:154
524
524
  msgid "License"
525
525
  msgstr ""
526
526
 
527
- #: udata/core/dataset/forms.py:152
527
+ #: udata/core/dataset/forms.py:156
528
528
  msgid "Update frequency"
529
529
  msgstr ""
530
530
 
531
- #: udata/core/dataset/forms.py:157
531
+ #: udata/core/dataset/forms.py:161
532
532
  msgid "The frequency at which data are updated."
533
533
  msgstr ""
534
534
 
535
- #: udata/core/dataset/forms.py:159
535
+ #: udata/core/dataset/forms.py:163
536
536
  msgid "Expected frequency date"
537
537
  msgstr ""
538
538
 
539
- #: udata/core/dataset/forms.py:163
539
+ #: udata/core/dataset/forms.py:167
540
540
  msgid "Temporal coverage"
541
541
  msgstr ""
542
542
 
543
- #: udata/core/dataset/forms.py:163
543
+ #: udata/core/dataset/forms.py:167
544
544
  msgid "The period covered by the data"
545
545
  msgstr ""
546
546
 
547
- #: udata/core/dataset/forms.py:166 udata/core/spatial/forms.py:85
547
+ #: udata/core/dataset/forms.py:170 udata/core/spatial/forms.py:85
548
548
  #: udata/core/topic/forms.py:23
549
549
  msgid "Spatial coverage"
550
550
  msgstr ""
551
551
 
552
- #: udata/core/dataset/forms.py:166 udata/core/topic/forms.py:23
552
+ #: udata/core/dataset/forms.py:170 udata/core/topic/forms.py:23
553
553
  msgid "The geographical area covered by the data."
554
554
  msgstr ""
555
555
 
556
- #: udata/core/dataset/forms.py:168 udata/core/post/forms.py:26
556
+ #: udata/core/dataset/forms.py:172 udata/core/post/forms.py:26
557
557
  #: udata/core/site/forms.py:13 udata/core/topic/forms.py:26
558
558
  msgid "Tags"
559
559
  msgstr ""
560
560
 
561
- #: udata/core/dataset/forms.py:168
561
+ #: udata/core/dataset/forms.py:172
562
562
  msgid "Some taxonomy keywords"
563
563
  msgstr ""
564
564
 
565
- #: udata/core/dataset/forms.py:170 udata/core/topic/forms.py:27
565
+ #: udata/core/dataset/forms.py:174 udata/core/topic/forms.py:27
566
566
  msgid "Private"
567
567
  msgstr ""
568
568
 
569
- #: udata/core/dataset/forms.py:171
569
+ #: udata/core/dataset/forms.py:175
570
570
  msgid "Restrict the dataset visibility to you or your organization only."
571
571
  msgstr ""
572
572
 
@@ -578,12 +578,12 @@ msgstr ""
578
578
  msgid "A schema must contains a name or an URL when a version is provided."
579
579
  msgstr ""
580
580
 
581
- #: udata/core/dataset/models.py:167 udata/tests/api/test_datasets_api.py:931
582
- #: udata/tests/api/test_datasets_api.py:942
581
+ #: udata/core/dataset/models.py:167 udata/tests/api/test_datasets_api.py:943
582
+ #: udata/tests/api/test_datasets_api.py:954
583
583
  msgid "Schema name \"{schema}\" is not an allowed value. Allowed values: {values}"
584
584
  msgstr ""
585
585
 
586
- #: udata/core/dataset/models.py:186 udata/tests/api/test_datasets_api.py:953
586
+ #: udata/core/dataset/models.py:186 udata/tests/api/test_datasets_api.py:965
587
587
  msgid ""
588
588
  "Version \"{version}\" is not an allowed value for the schema \"{name}\". "
589
589
  "Allowed versions: {values}"
@@ -668,17 +668,17 @@ msgid "Editor"
668
668
  msgstr ""
669
669
 
670
670
  #: udata/core/organization/constants.py:11 udata/features/transfer/models.py:13
671
- #: udata/harvest/models.py:27 udata/harvest/models.py:39 udata/harvest/models.py:87
671
+ #: udata/harvest/models.py:28 udata/harvest/models.py:40 udata/harvest/models.py:88
672
672
  msgid "Pending"
673
673
  msgstr ""
674
674
 
675
675
  #: udata/core/organization/constants.py:12 udata/features/transfer/models.py:14
676
- #: udata/harvest/models.py:88
676
+ #: udata/harvest/models.py:89
677
677
  msgid "Accepted"
678
678
  msgstr ""
679
679
 
680
680
  #: udata/core/organization/constants.py:13 udata/features/transfer/models.py:15
681
- #: udata/harvest/models.py:89
681
+ #: udata/harvest/models.py:90
682
682
  msgid "Refused"
683
683
  msgstr ""
684
684
 
@@ -1103,7 +1103,7 @@ msgstr ""
1103
1103
  msgid "Roles"
1104
1104
  msgstr ""
1105
1105
 
1106
- #: udata/core/user/models.py:286 udata/tests/api/test_me_api.py:297
1106
+ #: udata/core/user/models.py:291 udata/tests/api/test_me_api.py:297
1107
1107
  msgid "Account deletion"
1108
1108
  msgstr ""
1109
1109
 
@@ -1119,10 +1119,18 @@ msgstr ""
1119
1119
  msgid "Site moderator"
1120
1120
  msgstr ""
1121
1121
 
1122
- #: udata/core/user/tasks.py:15
1122
+ #: udata/core/user/tasks.py:19
1123
1123
  msgid "Test mail"
1124
1124
  msgstr ""
1125
1125
 
1126
+ #: udata/core/user/tasks.py:45 udata/tests/user/test_user_tasks.py:36
1127
+ msgid "Inactivity of your {site} account"
1128
+ msgstr ""
1129
+
1130
+ #: udata/core/user/tasks.py:88 udata/tests/user/test_user_tasks.py:109
1131
+ msgid "Deletion of your inactive {site} account"
1132
+ msgstr ""
1133
+
1126
1134
  #: udata/forms/fields.py:127
1127
1135
  msgid "Please input a date/time value"
1128
1136
  msgstr ""
@@ -1200,43 +1208,43 @@ msgstr ""
1200
1208
  msgid "Backend"
1201
1209
  msgstr ""
1202
1210
 
1203
- #: udata/harvest/models.py:18
1211
+ #: udata/harvest/models.py:19
1204
1212
  msgid "Manual"
1205
1213
  msgstr ""
1206
1214
 
1207
- #: udata/harvest/models.py:28
1215
+ #: udata/harvest/models.py:29
1208
1216
  msgid "Initializing"
1209
1217
  msgstr ""
1210
1218
 
1211
- #: udata/harvest/models.py:29
1219
+ #: udata/harvest/models.py:30
1212
1220
  msgid "Initialized"
1213
1221
  msgstr ""
1214
1222
 
1215
- #: udata/harvest/models.py:30
1223
+ #: udata/harvest/models.py:31
1216
1224
  msgid "Processing"
1217
1225
  msgstr ""
1218
1226
 
1219
- #: udata/harvest/models.py:31 udata/harvest/models.py:41
1227
+ #: udata/harvest/models.py:32 udata/harvest/models.py:42
1220
1228
  msgid "Done"
1221
1229
  msgstr ""
1222
1230
 
1223
- #: udata/harvest/models.py:32
1231
+ #: udata/harvest/models.py:33
1224
1232
  msgid "Done with errors"
1225
1233
  msgstr ""
1226
1234
 
1227
- #: udata/harvest/models.py:33 udata/harvest/models.py:42
1235
+ #: udata/harvest/models.py:34 udata/harvest/models.py:43
1228
1236
  msgid "Failed"
1229
1237
  msgstr ""
1230
1238
 
1231
- #: udata/harvest/models.py:40
1239
+ #: udata/harvest/models.py:41
1232
1240
  msgid "Started"
1233
1241
  msgstr ""
1234
1242
 
1235
- #: udata/harvest/models.py:43
1243
+ #: udata/harvest/models.py:44
1236
1244
  msgid "Skipped"
1237
1245
  msgstr ""
1238
1246
 
1239
- #: udata/harvest/models.py:44
1247
+ #: udata/harvest/models.py:45
1240
1248
  msgid "Archived"
1241
1249
  msgstr ""
1242
1250
 
@@ -1336,6 +1344,23 @@ msgstr ""
1336
1344
  msgid "Your account has now been deleted"
1337
1345
  msgstr ""
1338
1346
 
1347
+ #: udata/templates/mail/account_inactivity.html:6
1348
+ #, python-format
1349
+ msgid ""
1350
+ "Your account (%(user_email)s) has been inactive for %(inactivity_years)d "
1351
+ "years or more."
1352
+ msgstr ""
1353
+
1354
+ #: udata/templates/mail/account_inactivity.html:15
1355
+ #, python-format
1356
+ msgid "If you want to keep your account, please log in with your account on %(site)s."
1357
+ msgstr ""
1358
+
1359
+ #: udata/templates/mail/account_inactivity.html:23
1360
+ #, python-format
1361
+ msgid "Without logging in, your account will be deleted within %(notify_delay)d days."
1362
+ msgstr ""
1363
+
1339
1364
  #: udata/templates/mail/badge_added_association.html:6
1340
1365
  #, python-format
1341
1366
  msgid "%(user)s has identified your organization \"%(name)s\" as an association"
@@ -1429,6 +1454,11 @@ msgstr ""
1429
1454
  msgid "Update the dataset and associated resources"
1430
1455
  msgstr ""
1431
1456
 
1457
+ #: udata/templates/mail/inactive_account_deleted.html:4
1458
+ #, python-format
1459
+ msgid "Your account on %(site)s has been deleted due to inactivity"
1460
+ msgstr ""
1461
+
1432
1462
  #: udata/templates/mail/membership_refused.html:7
1433
1463
  #, python-format
1434
1464
  msgid "Your membership for the organization \"%(org)s\" has been refused"
@@ -1660,4 +1690,3 @@ msgstr ""
1660
1690
  #: udata/tests/search/test_adapter.py:33
1661
1691
  msgid "Heavily reused"
1662
1692
  msgstr ""
1663
-
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: udata
3
- Version: 10.1.3.dev34283
3
+ Version: 10.1.3.dev34313
4
4
  Summary: Open data portal
5
5
  Home-page: https://github.com/opendatateam/udata
6
6
  Author: Opendata Team
@@ -140,6 +140,9 @@ It is collectively taken care of by members of the
140
140
 
141
141
  ## Current (in progress)
142
142
 
143
+ - Add inactive users notification and deletion jobs [#3274](https://github.com/opendatateam/udata/pull/3274)
144
+ - these jobs can be scheduled daily for example
145
+ - `YEARS_OF_INACTIVITY_BEFORE_DELETION` setting must be configured at least to activate it
143
146
  - **breaking change** Migrate dataservices fields, migration needed [#3262](https://github.com/opendatateam/udata/pull/3262)
144
147
  - Add views as Dataservice metrics and sort [#3280](https://github.com/opendatateam/udata/pull/3280)
145
148
  - Fix creating/updating ID for resources [#3239](https://github.com/opendatateam/udata/pull/3239)
@@ -13,7 +13,7 @@ udata/mail.py,sha256=FMGHcDAjHvk86iDUwBmVXpx3vbAb2c-j5C3BRnh9IYQ,2670
13
13
  udata/rdf.py,sha256=IVwXAJ-ICpgp1Vo4QLKYWHk0MAmLNUU8LVEF0GLxFMk,18098
14
14
  udata/routing.py,sha256=x9WcpYikR45j3C_0Bi2Zoa2treSCW_oDYWMHwbdLAmE,7242
15
15
  udata/sentry.py,sha256=ekcxqUSqxfM98TtvCsPaOoX5i2l6PEcYt7kb4l3od-Q,3223
16
- udata/settings.py,sha256=F1Zx8Lr0dk11fFamu-PDj6LIgM6qsRX0R23fqvmqS9g,18801
16
+ udata/settings.py,sha256=vrfJV9AyNqPIAqzJotPTqKhdNfLN-EQlFAN5lgHckf4,18986
17
17
  udata/sitemap.py,sha256=oRRWoPI7ZsFFnUAOqGT1YuXFFKHBe8EcRnUCNHD7xjM,979
18
18
  udata/tags.py,sha256=ydq4uokd6bzdeGVSpEXASVtGvDfO2LfQs9mptvvKJCM,631
19
19
  udata/tasks.py,sha256=hLdmHV7ozeq803BRjU6X3DT3oVsZrV1beQILpbjsfQI,4978
@@ -236,7 +236,7 @@ udata/core/topic/parsers.py,sha256=dk4Siju3G5hOkMa3O01y14V1bRtdA01uvEUGrseimF4,2
236
236
  udata/core/topic/permissions.py,sha256=RtFPPlxuU_Bv7ip6LDO4AoPrKFnIOEs9cCMXaSSmEdk,118
237
237
  udata/core/user/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
238
238
  udata/core/user/activities.py,sha256=x-mSiwx7TzM2ci6KMkMiNx0sFs8J3LTJNbigtE8cA0s,2807
239
- udata/core/user/api.py,sha256=sn5R0S2LCk0XqWcTbW06qP69TY6bznyRpv2uCBVC72s,13221
239
+ udata/core/user/api.py,sha256=zqGTUgiMyv1sNs2HTvIJIcoqKfjcWqplH9iCTEI3Nic,13436
240
240
  udata/core/user/api_fields.py,sha256=9aUdaYPUON-cFhTA10Mch5gYK9zkrFBLe4rrTxnQXoE,5491
241
241
  udata/core/user/apiv2.py,sha256=4eNsvJjb4ChJQFrXtVbkOtAvXEcQcQpZf8vkEbriXRA,1125
242
242
  udata/core/user/commands.py,sha256=d33hjgUi8WLA8YFvoq__FJJ_E-fk8f4tWo1iuT8jJvM,3156
@@ -244,11 +244,11 @@ udata/core/user/constants.py,sha256=aTluhTR2RGZ_cdG7-mkEoT5Ndbg8BNUwwzCOld0aLMY,
244
244
  udata/core/user/factories.py,sha256=kkwaojciLzfuAOeRnL1E7XCcGPo8waAal_G2eeuVc0k,825
245
245
  udata/core/user/forms.py,sha256=yotqZozH9ViKuNI8SwdKocDEi7NXVs_XUMpdr_bIe5s,966
246
246
  udata/core/user/metrics.py,sha256=ZuCxYHu-770IsO-KPMhh-ZDkl2hYSVCuHDRvp-H1NfA,1192
247
- udata/core/user/models.py,sha256=zpP3omla4vTWiPqFUS3ndRT8uAjNwrl_DYh82ILjiHU,10183
247
+ udata/core/user/models.py,sha256=0T8t3daPJRDPSugzO3LaPEk-eP1cW3Zh8Agxlm63jV8,10463
248
248
  udata/core/user/permissions.py,sha256=Wbd8bLqSjqp9RHJ6ffLBj74L-LECcAhWazuw4Hq-2Gk,435
249
249
  udata/core/user/rdf.py,sha256=F6SDX65ECtVOjDtHXI9WMmq33pN7HWb5ntOqe3LQsbQ,834
250
- udata/core/user/tasks.py,sha256=OXy6bZnr7Mld_VzhMWlNyrkhC4K57IR7H0eSjFDZucU,317
251
- udata/core/user/tests/test_user_model.py,sha256=2KtKMpOUPP1nReO4FGImvCzsGmhZYreUq4MffhOTDDo,2298
250
+ udata/core/user/tasks.py,sha256=xMuDYIlFs_qS-757E5tMMjqkUQsfQKZlNykNE9iH6Z8,3475
251
+ udata/core/user/tests/test_user_model.py,sha256=9tjtxvzUNpoT2SjLBxAS8hEDWlUBQwTcnv-c8Ws3rN8,2857
252
252
  udata/db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
253
253
  udata/db/tasks.py,sha256=6PDnvvrE0lmQ3ss7sDLu8MUYHxUWW17NGgHCq9UnraY,151
254
254
  udata/event/__init__.py,sha256=2G9g1C_dp3yap4ehJE950Bnl1uQtD00TsvTFZhvhRS8,41
@@ -434,8 +434,8 @@ udata/static/admin.css,sha256=gPM7oSehylBXQXyv0-gQ1LuyJiI1STQ_swM4CHjq_cs,185748
434
434
  udata/static/admin.css.map,sha256=dzFd_AL3pQPFiww5oRwqnubDGJ9HNtYuAaiggLTjjB0,627543
435
435
  udata/static/admin.js,sha256=iQnNCFKqwiSIMyJIeDBAD_gEwv8fABrzK5CoK3PZZME,1330409
436
436
  udata/static/admin.js.map,sha256=09cK62bu_h0M4ajLf-Y2-sQCUFYPWKRw1PCQWQvfQyM,8518351
437
- udata/static/common.js,sha256=rqzFNDJ_fLCqUFEuukjdRj2_Vkr2BrtgSRjeSeXT8Fc,2252
438
- udata/static/common.js.map,sha256=-ohcxv586iqhCpUM18yxuYeqOimN3sCVIVO4WlOlXSI,14137
437
+ udata/static/common.js,sha256=cnMXiDt606cURiHYfT7hvv7AAhJy71Kjq-eplPpM--Q,2252
438
+ udata/static/common.js.map,sha256=HbKmyZs-_xKveOhoUhu_wuWRKcLcKQs5Az7-KDOeSaI,14137
439
439
  udata/static/fontawesome-webfont.eot,sha256=e_yrbbmdXPvxcFygU23ceFhUMsxfpBu9etDwCQM7KXk,165742
440
440
  udata/static/fontawesome-webfont.svg,sha256=rWFXkmwWIrpOHQPUePFUE2hSS_xG9R5C_g2UX37zI-Q,444379
441
441
  udata/static/fontawesome-webfont.ttf,sha256=qljzPyOaD7AvXHpsRcBD16msmgkzNYBmlOzW1O3A1qg,165548
@@ -452,26 +452,26 @@ udata/static/chunks/0.4dd4f378428d1eed85c8.js,sha256=4nKpGcBFtcbZ7dw_0O1VhQQxHbE
452
452
  udata/static/chunks/0.4dd4f378428d1eed85c8.js.map,sha256=OD3YTnZl3yAptpS1L0_OXBuSV5r8TuogQXg36bnaJgg,1671597
453
453
  udata/static/chunks/1.0a96f54313c89e541ccb.js,sha256=A-lYXUeTLFOd_al9J_EpYMsbJZRYMYmPlIdgmnwxiuI,304248
454
454
  udata/static/chunks/1.0a96f54313c89e541ccb.js.map,sha256=Z4uWu-Bwj4JnQ49hqzkbRrfbtRUm65X93JQyDV6aLTM,1741737
455
- udata/static/chunks/10.8ca60413647062717b1e.js,sha256=_jYUDOKowPicIui04ekBIOQvXAcF-ypsX5oxiORA8pw,414740
456
- udata/static/chunks/10.8ca60413647062717b1e.js.map,sha256=XjAwHasDgaIA5idTs79YNuDC9Zlit8Xg20vSRptk03U,2736059
457
- udata/static/chunks/11.b6f741fcc366abfad9c4.js,sha256=tEngIoDvhl43LF9VQ8AqdEeyid7VMxG8VI5ZEUFNkAQ,395562
458
- udata/static/chunks/11.b6f741fcc366abfad9c4.js.map,sha256=rzMYdPM-AXsdyQ73SbUXBhtDmsUBbFubXWxZRC0uF3o,2268951
455
+ udata/static/chunks/10.471164b2a9fe15614797.js,sha256=sZ7HhLG8c-gdmtSlZHmjt7-vtu0AIGy89qZmAduSEyM,414740
456
+ udata/static/chunks/10.471164b2a9fe15614797.js.map,sha256=qmVKIeXYE9_GW-vnDrt0oj0KbUXURInBUvc9i6mZRuo,2736059
457
+ udata/static/chunks/11.51d706fb9521c16976bc.js,sha256=7vyFwTUxeDitXti-Nm29VxQfCphUgO5i9cQwdbztJJg,395562
458
+ udata/static/chunks/11.51d706fb9521c16976bc.js.map,sha256=Bu6vERhr4jiQ6PRN53Ynh8wME5stIE1SC794VSsINrs,2268951
459
459
  udata/static/chunks/12.1be61e0201691821bff6.js,sha256=oveRcMtBsi97LUeAX86LjSAEVIpNxfWGHVovetKfPTw,421097
460
460
  udata/static/chunks/12.1be61e0201691821bff6.js.map,sha256=ikkgGwMdOXW4ZXyucmqrxLqJQHIcXJJoMMNt01QFrZM,2442221
461
- udata/static/chunks/13.2d06442dd9a05d9777b5.js,sha256=p0DaqvjBIQCU1WkdfskEOZPb5Z9PpUsib8EqTx4iA5w,420590
462
- udata/static/chunks/13.2d06442dd9a05d9777b5.js.map,sha256=IcMWoAT9iK-5WSBWXHHpiw7U-21r5K63vZ7Cj5SkMEU,2430624
461
+ udata/static/chunks/13.f29411b06be1883356a3.js,sha256=QbmoNI_MwccyLEaOLPe4KyWDA5mrQRrRaGd9Z72zQp0,420590
462
+ udata/static/chunks/13.f29411b06be1883356a3.js.map,sha256=dB1whN7IEM_S4baXdZTTOBnXTGuzdB3ZCT9xbQK5sao,2430624
463
463
  udata/static/chunks/14.bc3f6bc0a67517e7b30f.js,sha256=SLlPbF5r7gOcZKPibWUh5BmsKF1jN8FwOUbiZ8i76EU,290368
464
464
  udata/static/chunks/14.bc3f6bc0a67517e7b30f.js.map,sha256=3Lg42qlM8-ho4unygukS9WvltNoIDJkMuTP7erZmYEI,1636918
465
465
  udata/static/chunks/15.2f5d8e3d4aa4c46188d7.js,sha256=gcYH_y6xCl3LbMKg_epxR5IntnEk7X119Evs9up1i7Q,138967
466
466
  udata/static/chunks/15.2f5d8e3d4aa4c46188d7.js.map,sha256=RPoT4EwQaWz3-puzfSV9kx511PK7RYPmveQFImM2BgA,702620
467
467
  udata/static/chunks/16.aaa39ef2d7e82594efc8.js,sha256=1J9T7hgzq1culb_vcXcRvMwt59pJx5Yv-oTU8mUoQDs,228559
468
468
  udata/static/chunks/16.aaa39ef2d7e82594efc8.js.map,sha256=Oc67ghT4gTY2r8H_cfy3tS6o-WyjvXkVc4xXqq0yBcQ,1574395
469
- udata/static/chunks/17.e8e4caaad5cb0cc0bacc.js,sha256=cLZ0lVide63WZtCnnvPsFeptXcONCL4zUj2IqJEiayQ,236702
470
- udata/static/chunks/17.e8e4caaad5cb0cc0bacc.js.map,sha256=yqRNQCYLIt7dpCJf_E7kLPiCnsFA20KIBkIBcZjJqUg,1289996
469
+ udata/static/chunks/17.3bd0340930d4a314ce9c.js,sha256=GWiultMJSKhkUkGbVAcSGUe1wg_AGWfgGmtb7HcH_eI,236702
470
+ udata/static/chunks/17.3bd0340930d4a314ce9c.js.map,sha256=2vbovBs6N5jhEwnxLB4jTyZYgvsdG_KS7p9_ILBJ46w,1289996
471
471
  udata/static/chunks/18.56444ebd2456a4ba2201.js,sha256=o78S_10_0k6kL0HbpDlbKZ5tZ-DCe6Y9XBex-SFS_s4,50384
472
472
  udata/static/chunks/18.56444ebd2456a4ba2201.js.map,sha256=Xdv5UJ1TG-LZIlUjZm-yv59KA1omSq2dr8Ukfec46UE,277805
473
- udata/static/chunks/19.f03a102365af4315f9db.js,sha256=AoAGY4OVQWkRqV6zhrmmRVIRBbVehJPBjcPN0g7avtA,203418
474
- udata/static/chunks/19.f03a102365af4315f9db.js.map,sha256=a9cN0YUEECSmeeY9Svl1tb0tzatGEUm6lRcPUkqiX6U,1079969
473
+ udata/static/chunks/19.8da42e8359d72afc2618.js,sha256=_fLL-fYLi7nXZZg5-4hEU-tbR0K9auq21h2SAg-Jta8,203418
474
+ udata/static/chunks/19.8da42e8359d72afc2618.js.map,sha256=xHCkZGxv7IYB4gCYmwruU8lUdeBx-2stSwJYhG0u8Co,1079969
475
475
  udata/static/chunks/2.c67aa76cc078c193aed5.js,sha256=BjpQndwBdg9AT2lrY1TAgMfPbMvRytp33yI9YOgCOqc,276597
476
476
  udata/static/chunks/2.c67aa76cc078c193aed5.js.map,sha256=FnPh12lCwilnq1jRp-d7226H5kpaA4-raWEk1Q0p42M,1556097
477
477
  udata/static/chunks/20.3d4e02d1205a3c9e26c5.js,sha256=hRFQGBcks3lD-R4mNcNelqbr9kjz8jTtPee1lDWAVhY,36764
@@ -508,10 +508,10 @@ udata/static/chunks/6.d663709d877baa44a71e.js,sha256=hVRqq0dmyZJ8w6MdO9wUftY_doZ
508
508
  udata/static/chunks/6.d663709d877baa44a71e.js.map,sha256=WlChg1hCzjGyTO2mbICQpPhH5i7fjRC6ajr3g6unbtc,3783190
509
509
  udata/static/chunks/7.896bbffe39433bb598f7.js,sha256=C1NrGe6wrptQFYCCmITtx12dGqfaO7136-9BD6m05Ts,157150
510
510
  udata/static/chunks/7.896bbffe39433bb598f7.js.map,sha256=aZB8qYRkX4oqSugjG69tMlv64YIW5LPXF_8uACMHMTw,813014
511
- udata/static/chunks/8.778091d55cd8ea39af6b.js,sha256=SrK8Nvj5fUkQfnPzqJZk-C2_XIWJ8hWNGMyb12XzCXA,222856
512
- udata/static/chunks/8.778091d55cd8ea39af6b.js.map,sha256=FAp8U0UsvYUBz_r7pNmJUQU3UtTtpJPWaTG44Jl3fDk,1205076
513
- udata/static/chunks/9.033d7e190ca9e226a5d0.js,sha256=NmyhScUINZKQbc3A-zIZr9vEGy59Ktb9xkI-d0oaEvo,416716
514
- udata/static/chunks/9.033d7e190ca9e226a5d0.js.map,sha256=n08Lnx4NZFACwgehhaZfstLOnqDam_IUQhNLlUjMEVo,2746303
511
+ udata/static/chunks/8.54e44b102164ae5e7a67.js,sha256=YNXvol8wHKSc2w3M7BBe8jeYUBf-vgTHZuw7-f_zKK8,222856
512
+ udata/static/chunks/8.54e44b102164ae5e7a67.js.map,sha256=zUv1SoYViHggRYIzFTM_ZQLwQVBYimlX0j87s7aZn1U,1205076
513
+ udata/static/chunks/9.07515e5187f475bce828.js,sha256=mJ8H3nJBaPXY1-hxWPdOD8-hQwP3k6prsfPwf_5wuas,416716
514
+ udata/static/chunks/9.07515e5187f475bce828.js.map,sha256=7cfRtXVGvJwrNXWVE8xaLjvQQoy9xgR6fIOmlPDJSDA,2746303
515
515
  udata/storage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
516
516
  udata/storage/s3.py,sha256=enxbTm1IZksiKLkbafASrO2bqO44OTCn4F7_FeMjhgg,1557
517
517
  udata/templates/admin.html,sha256=RfX03rUOW7NIlgMYNhFfx0pL-p2j8BtAKvEFUadaIIs,787
@@ -525,6 +525,8 @@ udata/templates/macros/forms.html,sha256=Zn8G_pRC9F7HFoA7sXh_P2xFbsXOTBRPbRO-PUY
525
525
  udata/templates/macros/metadata.html,sha256=KAKOYUvf50GpM1hm1O-HoV-1bhjW7aLqJdflDlNyf0U,3575
526
526
  udata/templates/mail/account_deleted.html,sha256=7INK4GqaOyqe36pXiT4xU_cAZLuNxOeY3zoy4Yjz1R4,146
527
527
  udata/templates/mail/account_deleted.txt,sha256=4EmPnt4QWMWSUkfTaMUga4BCFjGlZGKTgh9JDUzKjDk,110
528
+ udata/templates/mail/account_inactivity.html,sha256=oNYp1A8V48CYJTCP6GQ2Odkd9tJa6AB9DxWyipFJQAg,828
529
+ udata/templates/mail/account_inactivity.txt,sha256=AtfeM8nonj_XnqtMxd4XmVriOwNRGQLRL6xYpqryoEE,582
528
530
  udata/templates/mail/badge_added_association.html,sha256=xaF9tY20MbcVY_97tLK1l0OQe33bYVMdjXFPBZ7uhnc,860
529
531
  udata/templates/mail/badge_added_association.txt,sha256=o9ZIP6OB8Sf4sHjUY615ezU5WU6SVJqNkivdSgWViw4,301
530
532
  udata/templates/mail/badge_added_certified.html,sha256=6THD3JB7Qq-mFrb4pHTzLw7o1GiWQdpsyEr3QRtcu0g,841
@@ -542,6 +544,8 @@ udata/templates/mail/discussion_closed.html,sha256=cBLo3DeMg_WDJOQMJK7iDVoZF8Cz2
542
544
  udata/templates/mail/discussion_closed.txt,sha256=WKEqBKxgGtuuBB-Cm5-TavpYRUW9uh-aCM-AvWgTZSY,394
543
545
  udata/templates/mail/frequency_reminder.html,sha256=pP42w9H6UrL3kfYLqNbLFRMa-QHpdw4DoWLV8bsOPqQ,1192
544
546
  udata/templates/mail/frequency_reminder.txt,sha256=8F5RaIWsXRY74QjynEGxvVkIlRtRJpVr2rU-89hJi4c,734
547
+ udata/templates/mail/inactive_account_deleted.html,sha256=W27Os2tZioe7Ip4ZxHswNq8TAls1U0emZEHK4Qo2Kpc,196
548
+ udata/templates/mail/inactive_account_deleted.txt,sha256=7-7QU2v4CgoT2Vt8YkEbRsywiM-mAvGvdeB4_OIM2G8,160
545
549
  udata/templates/mail/membership_refused.html,sha256=_Q5fC85icJJirRpWN4Kls5rd3YWfxIj2CZVUGwbZNso,611
546
550
  udata/templates/mail/membership_refused.txt,sha256=rXur42ZD3W65SCblUrZqMK34RHz0oSYL4-rb_kKmE0g,217
547
551
  udata/templates/mail/membership_request.html,sha256=5eyw4wF9rHmZ2zw_i2_voqPlaKYh0vDS5Ys1I8pH4Zc,1405
@@ -619,7 +623,7 @@ udata/tests/api/test_dataservices_api.py,sha256=DAOMW1nkETWz2r3JoQ9bN8n-V72HJFr4
619
623
  udata/tests/api/test_datasets_api.py,sha256=YRjyUfhfOAXFPH9v8jvqeZv-R9clRcoDCpftgRJ17is,88400
620
624
  udata/tests/api/test_fields.py,sha256=OW85Z5MES5HeWOpapeem8OvR1cIcrqW-xMWpdZO4LZ8,1033
621
625
  udata/tests/api/test_follow_api.py,sha256=fccgVNfcqET221PPS3p7qzb9hpvbBBUGhV-l4UeOpyk,3352
622
- udata/tests/api/test_me_api.py,sha256=ZJKGH9fFv-4cSGcYAGd6IJA_PwPjVGIqWNy_DhFA8ms,13827
626
+ udata/tests/api/test_me_api.py,sha256=YPd8zmR3zwJKtpSqz8nY1nOOMyXs66INeBwyhg5D0Us,13846
623
627
  udata/tests/api/test_organizations_api.py,sha256=jDCGw5BZ2Ps6S1xxp5hRi8XsrmR8DE22tflRPGtUYcc,37527
624
628
  udata/tests/api/test_reports_api.py,sha256=fCSz9NwMXBs6cxdXBVVI6y564AtovmZYw3xkgxQ9KE8,6217
625
629
  udata/tests/api/test_reuses_api.py,sha256=d8mtUrDURIfnUK-sLogvAP-rOID2FDJ0UVTM0ravQ-Q,24642
@@ -627,7 +631,7 @@ udata/tests/api/test_swagger.py,sha256=eE6La9qdTYTIUFevRVPJgtj17Jq_8uOlsDwzCNR0L
627
631
  udata/tests/api/test_tags_api.py,sha256=36zEBgthVEn6pctJ0kDgPmEaUr-iqRAHeZRcRG2LEXQ,2425
628
632
  udata/tests/api/test_topics_api.py,sha256=L2zisaASayFca3Vu0Y3GKMSwmZH1aosklK2TXuMcyXE,11037
629
633
  udata/tests/api/test_transfer_api.py,sha256=-OLv-KjyLZL14J8UHl-ak_sYUj6wFiZWyoXC2SMXmEQ,7503
630
- udata/tests/api/test_user_api.py,sha256=Wsfe7MVABvmKoKuh-yamxWgWdu9sCmB8J_je4H-O0jw,15036
634
+ udata/tests/api/test_user_api.py,sha256=hfDHOv5F81tehbc5u3dYH5rAyYgzgHGCWVcGR3kLIZw,16591
631
635
  udata/tests/apiv2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
632
636
  udata/tests/apiv2/test_datasets.py,sha256=c6Keni4GWujVseem-wbvlq92yL4XHY6C1_tD7TlqXWI,20799
633
637
  udata/tests/apiv2/test_me_api.py,sha256=RAgu5iKGB3Pp8cDN-427ovly-VOz5MTL4GpPZ1NcVXI,1418
@@ -694,12 +698,13 @@ udata/tests/site/test_site_model.py,sha256=zpRg5jrFPUwhGsljlO5lpCrhJLHiHYoNl28AO
694
698
  udata/tests/site/test_site_rdf.py,sha256=zlw7leYc7azfrC6JwDjKiy3wixQzTpo-lDOm-Dg_kXw,13092
695
699
  udata/tests/user/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
696
700
  udata/tests/user/test_user_rdf.py,sha256=BRdv9ivLLUQoImFOuIohDoZAQXMXCruaNJ37siKul5o,1771
701
+ udata/tests/user/test_user_tasks.py,sha256=6BzNaD94YiRHJWwDwcRlGC9au7dfiDvIoout08T5rlU,5601
697
702
  udata/tests/workers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
698
703
  udata/tests/workers/test_jobs_commands.py,sha256=TAfJUUPBSkwtFHZpIa6k9n-o_SUni7q4bQsiuXXuqGY,5463
699
704
  udata/tests/workers/test_tasks_routing.py,sha256=m7Zu9X7GW3oKkSDcHM-dC20Vba3Fruui44bMBVU1dcc,2228
700
705
  udata/tests/workers/test_workers_api.py,sha256=x8EkULR9G5TKl5WwjdVwfFEttbudpiWIYN2umETrCzY,8805
701
706
  udata/tests/workers/test_workers_helpers.py,sha256=_983ChRxas3gsjykaEpXWQUbk2qTMJgeFZpIAHTuhLk,647
702
- udata/translations/udata.pot,sha256=tVkDCL20p3YNXi-cBE38oxXoYK-ViLpCyMQLisEIGfY,37526
707
+ udata/translations/udata.pot,sha256=0XKBi3LEb38YhxnpTuA7KXekA8mP0i_iHhSkxNsEHac,38444
703
708
  udata/translations/ar/LC_MESSAGES/udata.mo,sha256=RgswBbjJixdLLiJgn1y-fFegWkqMnGp-ETJ7Gu53zAs,12512
704
709
  udata/translations/ar/LC_MESSAGES/udata.po,sha256=_-nIVeeEjRT7Xh5e9dY3eramGKHwe9qfw6ULcsNkV-k,42850
705
710
  udata/translations/de/LC_MESSAGES/udata.mo,sha256=55HnvJ1U44jnIYBn-d67c3NzfV9QaiyqwEIOythwxXE,15936
@@ -714,9 +719,9 @@ udata/translations/pt/LC_MESSAGES/udata.mo,sha256=la3r9RfO2YaMB0d08RN1Q5PinPJ-2O
714
719
  udata/translations/pt/LC_MESSAGES/udata.po,sha256=ulvjehujnC0o5Ne7h5rGcgZOC2th6VrXmCKuF8VsPBQ,45374
715
720
  udata/translations/sr/LC_MESSAGES/udata.mo,sha256=6SvkI34FzFuEfihx6kWbCS6PdL2Zd6i_-fsuY8wG3U8,29169
716
721
  udata/translations/sr/LC_MESSAGES/udata.po,sha256=ISzXelZSWZ9BwN6ij7QA7T-2nFKUD4mqs9AgM1Xg4nk,52349
717
- udata-10.1.3.dev34283.dist-info/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
718
- udata-10.1.3.dev34283.dist-info/METADATA,sha256=rMQnmmtK0loU_yMnjMfAQAKNMQsGMbMP1_tIXgRqWDk,141936
719
- udata-10.1.3.dev34283.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
720
- udata-10.1.3.dev34283.dist-info/entry_points.txt,sha256=3SKiqVy4HUqxf6iWspgMqH8d88Htk6KoLbG1BU-UddQ,451
721
- udata-10.1.3.dev34283.dist-info/top_level.txt,sha256=39OCg-VWFWOq4gCKnjKNu-s3OwFlZIu_dVH8Gl6ndHw,12
722
- udata-10.1.3.dev34283.dist-info/RECORD,,
722
+ udata-10.1.3.dev34313.dist-info/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
723
+ udata-10.1.3.dev34313.dist-info/METADATA,sha256=evYIADjL9aCOsTIHlxgVrFUMCUrdZafayA1BZEaV3Ck,142188
724
+ udata-10.1.3.dev34313.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
725
+ udata-10.1.3.dev34313.dist-info/entry_points.txt,sha256=3SKiqVy4HUqxf6iWspgMqH8d88Htk6KoLbG1BU-UddQ,451
726
+ udata-10.1.3.dev34313.dist-info/top_level.txt,sha256=39OCg-VWFWOq4gCKnjKNu-s3OwFlZIu_dVH8Gl6ndHw,12
727
+ udata-10.1.3.dev34313.dist-info/RECORD,,