udata 12.0.2.dev4__py3-none-any.whl → 12.0.2.dev6__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/tests/apiv2/test_topics.py +4 -4
- udata/tests/frontend/test_error_handlers.py +9 -3
- udata/translations/ar/LC_MESSAGES/udata.mo +0 -0
- udata/translations/ar/LC_MESSAGES/udata.po +334 -202
- udata/translations/de/LC_MESSAGES/udata.mo +0 -0
- udata/translations/de/LC_MESSAGES/udata.po +334 -202
- udata/translations/es/LC_MESSAGES/udata.mo +0 -0
- udata/translations/es/LC_MESSAGES/udata.po +329 -197
- udata/translations/fr/LC_MESSAGES/udata.mo +0 -0
- udata/translations/fr/LC_MESSAGES/udata.po +328 -196
- udata/translations/it/LC_MESSAGES/udata.mo +0 -0
- udata/translations/it/LC_MESSAGES/udata.po +334 -202
- udata/translations/pt/LC_MESSAGES/udata.mo +0 -0
- udata/translations/pt/LC_MESSAGES/udata.po +334 -202
- udata/translations/sr/LC_MESSAGES/udata.mo +0 -0
- udata/translations/sr/LC_MESSAGES/udata.po +334 -202
- {udata-12.0.2.dev4.dist-info → udata-12.0.2.dev6.dist-info}/METADATA +2 -2
- {udata-12.0.2.dev4.dist-info → udata-12.0.2.dev6.dist-info}/RECORD +22 -22
- {udata-12.0.2.dev4.dist-info → udata-12.0.2.dev6.dist-info}/WHEEL +0 -0
- {udata-12.0.2.dev4.dist-info → udata-12.0.2.dev6.dist-info}/entry_points.txt +0 -0
- {udata-12.0.2.dev4.dist-info → udata-12.0.2.dev6.dist-info}/licenses/LICENSE +0 -0
- {udata-12.0.2.dev4.dist-info → udata-12.0.2.dev6.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: udata
|
|
3
|
-
Version: 12.0.2.
|
|
3
|
+
Version: 12.0.2.dev6
|
|
4
4
|
Summary: Open data portal
|
|
5
5
|
Author-email: Opendata Team <opendatateam@data.gouv.fr>
|
|
6
6
|
Maintainer-email: Opendata Team <opendatateam@data.gouv.fr>
|
|
@@ -52,7 +52,7 @@ Requires-Dist: flask-principal==0.4.0
|
|
|
52
52
|
Requires-Dist: flask-restx==1.3.0
|
|
53
53
|
Requires-Dist: flask-security-too==5.1.2
|
|
54
54
|
Requires-Dist: flask-sitemap==0.4.0
|
|
55
|
-
Requires-Dist: flask-storage
|
|
55
|
+
Requires-Dist: flask-storage~=1.4.0
|
|
56
56
|
Requires-Dist: flask-wtf==1.2.2
|
|
57
57
|
Requires-Dist: geojson==3.2.0
|
|
58
58
|
Requires-Dist: geomet==1.1.0
|
|
@@ -540,7 +540,7 @@ udata/tests/apiv2/test_datasets.py,sha256=-DhQUE895P0YS3zNgsSSmA-fcfeKJIxxHmQFS4
|
|
|
540
540
|
udata/tests/apiv2/test_me_api.py,sha256=WgUjujSnIlISUkM5t-lfg-D0mmz-eX1hSsSwjuxqbJg,1417
|
|
541
541
|
udata/tests/apiv2/test_organizations.py,sha256=os_43s-coSRqjgY-5fAjSiRlB3g2685u7d-Es0aOhks,6390
|
|
542
542
|
udata/tests/apiv2/test_swagger.py,sha256=RKedaq-2UeyEuxlmUaAN7pmEe-lQYYmpDUVc8HF3CH4,785
|
|
543
|
-
udata/tests/apiv2/test_topics.py,sha256=
|
|
543
|
+
udata/tests/apiv2/test_topics.py,sha256=dx9kp4DsstzyhAeslefhVmcmfIRtNHuw0vgJMpRlsnk,38001
|
|
544
544
|
udata/tests/cli/test_cli_base.py,sha256=0a3U_5ROp1lCTG8d6TpCjF4nbKVNerAeLO0VxU-NTUk,321
|
|
545
545
|
udata/tests/cli/test_db_cli.py,sha256=xFVHQAk2bmQQzFr31TK2JThOP6p0wvxzexMhM_IcdME,2219
|
|
546
546
|
udata/tests/contact_point/test_contact_point_models.py,sha256=b8vraZPPrs9LeQMWLnOCrpI02sXMEM_BcMJXKTeAuAw,923
|
|
@@ -581,7 +581,7 @@ udata/tests/forms/test_uuid_field.py,sha256=256hFDZSWBeoRQuKIAF5RBt4hAKssSHFVAqM
|
|
|
581
581
|
udata/tests/frontend/__init__.py,sha256=mFRcaFV6kFGorzrBzfm5Idx9l94XWY41r6j8r4AkmWA,787
|
|
582
582
|
udata/tests/frontend/test_auth.py,sha256=JmqlrYcBzXIAEbaRc4-hiyF06TvOYbWg02bScTNl6cc,721
|
|
583
583
|
udata/tests/frontend/test_csv.py,sha256=m8u0_E32cYler8HwEllmIXgc70XqUntFBKBRHbgI6W8,11744
|
|
584
|
-
udata/tests/frontend/test_error_handlers.py,sha256=
|
|
584
|
+
udata/tests/frontend/test_error_handlers.py,sha256=xC5y8WCbSq7YwbzZwKYLtZ4U9gjTacPoGAePuZKkpMY,3097
|
|
585
585
|
udata/tests/frontend/test_hooks.py,sha256=rPDzxWDz6Ryv3RkRLm37F4Zp9xdcbgq0OyzCCInaG2I,4077
|
|
586
586
|
udata/tests/frontend/test_markdown.py,sha256=RKbSdQxQBgzxmG6KUXc1KcEo5aybp4uQQn1oDr-zKWU,13823
|
|
587
587
|
udata/tests/metrics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -618,23 +618,23 @@ udata/tests/workers/test_tasks_routing.py,sha256=m7Zu9X7GW3oKkSDcHM-dC20Vba3Fruu
|
|
|
618
618
|
udata/tests/workers/test_workers_api.py,sha256=x8EkULR9G5TKl5WwjdVwfFEttbudpiWIYN2umETrCzY,8805
|
|
619
619
|
udata/tests/workers/test_workers_helpers.py,sha256=_983ChRxas3gsjykaEpXWQUbk2qTMJgeFZpIAHTuhLk,647
|
|
620
620
|
udata/translations/udata.pot,sha256=zrIXqLMqI1bOfu8LI-7isMPdWJylcpq459pYmjgZOrY,43336
|
|
621
|
-
udata/translations/ar/LC_MESSAGES/udata.mo,sha256=
|
|
622
|
-
udata/translations/ar/LC_MESSAGES/udata.po,sha256=
|
|
623
|
-
udata/translations/de/LC_MESSAGES/udata.mo,sha256=
|
|
624
|
-
udata/translations/de/LC_MESSAGES/udata.po,sha256=
|
|
625
|
-
udata/translations/es/LC_MESSAGES/udata.mo,sha256=
|
|
626
|
-
udata/translations/es/LC_MESSAGES/udata.po,sha256=
|
|
627
|
-
udata/translations/fr/LC_MESSAGES/udata.mo,sha256=
|
|
628
|
-
udata/translations/fr/LC_MESSAGES/udata.po,sha256=
|
|
629
|
-
udata/translations/it/LC_MESSAGES/udata.mo,sha256
|
|
630
|
-
udata/translations/it/LC_MESSAGES/udata.po,sha256=
|
|
631
|
-
udata/translations/pt/LC_MESSAGES/udata.mo,sha256=
|
|
632
|
-
udata/translations/pt/LC_MESSAGES/udata.po,sha256=
|
|
633
|
-
udata/translations/sr/LC_MESSAGES/udata.mo,sha256=
|
|
634
|
-
udata/translations/sr/LC_MESSAGES/udata.po,sha256=
|
|
635
|
-
udata-12.0.2.
|
|
636
|
-
udata-12.0.2.
|
|
637
|
-
udata-12.0.2.
|
|
638
|
-
udata-12.0.2.
|
|
639
|
-
udata-12.0.2.
|
|
640
|
-
udata-12.0.2.
|
|
621
|
+
udata/translations/ar/LC_MESSAGES/udata.mo,sha256=H339I7zweMM6T8GK1OZprHwAs3wfGE2LVSCAyeL6DHw,11864
|
|
622
|
+
udata/translations/ar/LC_MESSAGES/udata.po,sha256=iLhSpbDnYJkqKGHoBj942Ws7corWRy11XBiM_t6R6l0,48371
|
|
623
|
+
udata/translations/de/LC_MESSAGES/udata.mo,sha256=sH3BVBpT32ZMcbcQyr5gtJXgnMp0gw1vXi1n1iJ6YII,14633
|
|
624
|
+
udata/translations/de/LC_MESSAGES/udata.po,sha256=_cDfq-cBCU7T_Lhkn8UYhnQT3FtB-h2cKjbeooSrdxM,48609
|
|
625
|
+
udata/translations/es/LC_MESSAGES/udata.mo,sha256=exzhyIGTb1H4pqTkE_7zxeZKHcjFh_kTcLmLoBh05u4,12269
|
|
626
|
+
udata/translations/es/LC_MESSAGES/udata.po,sha256=nwo8kRGCwmK5m1G7U3t-MlTBWfnvqGxJsKbrrecq6d4,47912
|
|
627
|
+
udata/translations/fr/LC_MESSAGES/udata.mo,sha256=Suon0aMSE5sVoZV9YWInwb4JSx7QV1cjBcttt2uH4pY,33576
|
|
628
|
+
udata/translations/fr/LC_MESSAGES/udata.po,sha256=2uQfe8HPzNdFY0b2nUs5iQi4bOGTZQTx9k7AKzynnpQ,57341
|
|
629
|
+
udata/translations/it/LC_MESSAGES/udata.mo,sha256=-9GMmWqqVv6qNq26pDqdo5ugcAskaByUjTPtdn7MiTI,15040
|
|
630
|
+
udata/translations/it/LC_MESSAGES/udata.po,sha256=4Ie7MbqlfMx6ClY8JUTUjacI3wCGqB5sofNltwZ3xcM,48701
|
|
631
|
+
udata/translations/pt/LC_MESSAGES/udata.mo,sha256=nv80xZLfIfUsSOMBcr29L268FDc_Gt8AtYb9GrqzQ38,20217
|
|
632
|
+
udata/translations/pt/LC_MESSAGES/udata.po,sha256=bUp-7Ray8t8ALgJk3Icw1jmiGIc9_pEJQHiGw_2EU2o,50989
|
|
633
|
+
udata/translations/sr/LC_MESSAGES/udata.mo,sha256=Y_XpUxD074wXc63oJTnoVOyOQ2lmBxl-MrgluZ0Qdw4,27961
|
|
634
|
+
udata/translations/sr/LC_MESSAGES/udata.po,sha256=qh8mrz9AFuVQtXYSSP4QWsXLM_Lv3EHVifHT1NflWXY,57529
|
|
635
|
+
udata-12.0.2.dev6.dist-info/licenses/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
|
|
636
|
+
udata-12.0.2.dev6.dist-info/METADATA,sha256=b3I4-DEckV8ye-iBbzD1XNo02o8f3_eUJTUbXwJesZw,5553
|
|
637
|
+
udata-12.0.2.dev6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
638
|
+
udata-12.0.2.dev6.dist-info/entry_points.txt,sha256=v2u12qO11i2lyLNIp136WmLJ-NHT-Kew3Duu8J-AXPM,614
|
|
639
|
+
udata-12.0.2.dev6.dist-info/top_level.txt,sha256=EF6CE6YSHd_og-8LCEA4q25ALUpWVe8D0okOLdMAE3A,6
|
|
640
|
+
udata-12.0.2.dev6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|