udata 10.1.1.dev33997__py2.py3-none-any.whl → 10.1.1.dev34012__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/csv.py +3 -1
- {udata-10.1.1.dev33997.dist-info → udata-10.1.1.dev34012.dist-info}/METADATA +2 -2
- {udata-10.1.1.dev33997.dist-info → udata-10.1.1.dev34012.dist-info}/RECORD +7 -7
- {udata-10.1.1.dev33997.dist-info → udata-10.1.1.dev34012.dist-info}/LICENSE +0 -0
- {udata-10.1.1.dev33997.dist-info → udata-10.1.1.dev34012.dist-info}/WHEEL +0 -0
- {udata-10.1.1.dev33997.dist-info → udata-10.1.1.dev34012.dist-info}/entry_points.txt +0 -0
- {udata-10.1.1.dev33997.dist-info → udata-10.1.1.dev34012.dist-info}/top_level.txt +0 -0
udata/core/dataset/csv.py
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
# for backwards compatibility (see https://github.com/opendatateam/udata/pull/3152)
|
|
2
|
+
import json
|
|
3
|
+
|
|
2
4
|
from udata.core.discussions.csv import DiscussionCsvAdapter # noqa: F401
|
|
3
5
|
from udata.frontend import csv
|
|
4
6
|
|
|
@@ -91,6 +93,6 @@ class ResourcesCsvAdapter(csv.NestedAdapter):
|
|
|
91
93
|
("schema_name", "schema.name"),
|
|
92
94
|
("schema_version", "schema.version"),
|
|
93
95
|
("preview_url", lambda o: o.preview_url or None),
|
|
94
|
-
("extras", lambda o: o.extras),
|
|
96
|
+
("extras", lambda o: json.dumps(o.extras)),
|
|
95
97
|
)
|
|
96
98
|
attribute = "resources"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: udata
|
|
3
|
-
Version: 10.1.1.
|
|
3
|
+
Version: 10.1.1.dev34012
|
|
4
4
|
Summary: Open data portal
|
|
5
5
|
Home-page: https://github.com/opendatateam/udata
|
|
6
6
|
Author: Opendata Team
|
|
@@ -140,7 +140,7 @@ It is collectively taken care of by members of the
|
|
|
140
140
|
|
|
141
141
|
## Current (in progress)
|
|
142
142
|
|
|
143
|
-
-
|
|
143
|
+
- The `extras` column in the resource catalog is now dumped as json [#3272](https://github.com/opendatateam/udata/pull/3272)
|
|
144
144
|
|
|
145
145
|
## 10.1.0 (2025-02-20)
|
|
146
146
|
|
|
@@ -97,7 +97,7 @@ udata/core/dataset/api_fields.py,sha256=pTgV100tQBhkqio16SZK-9PsdA202o-pOAMdLGqi
|
|
|
97
97
|
udata/core/dataset/apiv2.py,sha256=B-5lNDm8tjgNs1cx-v227AaKg6L9BMdjB4uV7Brwtts,16951
|
|
98
98
|
udata/core/dataset/commands.py,sha256=__hPAk_6iHtgMnEG51ux0vbNWJHxUjXhi1ukH4hF5jY,3714
|
|
99
99
|
udata/core/dataset/constants.py,sha256=44uFvmL7xRF73Kag3rdaVli6CIP-3ZN8obhmsqHYJIM,2918
|
|
100
|
-
udata/core/dataset/csv.py,sha256=
|
|
100
|
+
udata/core/dataset/csv.py,sha256=aD8UPPNkUuTRyn4238ShKv6DEz4UD1sPBWbb4JpBwhg,3624
|
|
101
101
|
udata/core/dataset/events.py,sha256=bSM0nFEX14r4JHc-bAM-7OOuD3JAxUIpw9GgXbOsUyw,4078
|
|
102
102
|
udata/core/dataset/exceptions.py,sha256=uKiayLSpSzsnLvClObS6hOO0qXEqvURKN7_w8eimQNU,498
|
|
103
103
|
udata/core/dataset/factories.py,sha256=fRDWDlybR_ud4pDs1-ntWuYHKtV9LMHeBOBp2SmTT6M,9006
|
|
@@ -712,9 +712,9 @@ udata/translations/pt/LC_MESSAGES/udata.mo,sha256=la3r9RfO2YaMB0d08RN1Q5PinPJ-2O
|
|
|
712
712
|
udata/translations/pt/LC_MESSAGES/udata.po,sha256=ulvjehujnC0o5Ne7h5rGcgZOC2th6VrXmCKuF8VsPBQ,45374
|
|
713
713
|
udata/translations/sr/LC_MESSAGES/udata.mo,sha256=6SvkI34FzFuEfihx6kWbCS6PdL2Zd6i_-fsuY8wG3U8,29169
|
|
714
714
|
udata/translations/sr/LC_MESSAGES/udata.po,sha256=ISzXelZSWZ9BwN6ij7QA7T-2nFKUD4mqs9AgM1Xg4nk,52349
|
|
715
|
-
udata-10.1.1.
|
|
716
|
-
udata-10.1.1.
|
|
717
|
-
udata-10.1.1.
|
|
718
|
-
udata-10.1.1.
|
|
719
|
-
udata-10.1.1.
|
|
720
|
-
udata-10.1.1.
|
|
715
|
+
udata-10.1.1.dev34012.dist-info/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
|
|
716
|
+
udata-10.1.1.dev34012.dist-info/METADATA,sha256=dRPB5DiT41dMi2B6Li4WLhpl16KxAW9ctOcFLPHZcew,140888
|
|
717
|
+
udata-10.1.1.dev34012.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
718
|
+
udata-10.1.1.dev34012.dist-info/entry_points.txt,sha256=3SKiqVy4HUqxf6iWspgMqH8d88Htk6KoLbG1BU-UddQ,451
|
|
719
|
+
udata-10.1.1.dev34012.dist-info/top_level.txt,sha256=39OCg-VWFWOq4gCKnjKNu-s3OwFlZIu_dVH8Gl6ndHw,12
|
|
720
|
+
udata-10.1.1.dev34012.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|