udata 10.5.1.dev35978__py2.py3-none-any.whl → 10.5.1.dev36004__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/api.py +1 -1
- {udata-10.5.1.dev35978.dist-info → udata-10.5.1.dev36004.dist-info}/METADATA +3 -1
- {udata-10.5.1.dev35978.dist-info → udata-10.5.1.dev36004.dist-info}/RECORD +7 -7
- {udata-10.5.1.dev35978.dist-info → udata-10.5.1.dev36004.dist-info}/LICENSE +0 -0
- {udata-10.5.1.dev35978.dist-info → udata-10.5.1.dev36004.dist-info}/WHEEL +0 -0
- {udata-10.5.1.dev35978.dist-info → udata-10.5.1.dev36004.dist-info}/entry_points.txt +0 -0
- {udata-10.5.1.dev35978.dist-info → udata-10.5.1.dev36004.dist-info}/top_level.txt +0 -0
udata/core/dataset/api.py
CHANGED
|
@@ -889,7 +889,7 @@ class AllowedExtensionsAPI(API):
|
|
|
889
889
|
@api.response(200, "Success", [str])
|
|
890
890
|
def get(self):
|
|
891
891
|
"""List all allowed resources extensions"""
|
|
892
|
-
return current_app.config["ALLOWED_RESOURCES_EXTENSIONS"]
|
|
892
|
+
return sorted(current_app.config["ALLOWED_RESOURCES_EXTENSIONS"])
|
|
893
893
|
|
|
894
894
|
|
|
895
895
|
@ns.route(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: udata
|
|
3
|
-
Version: 10.5.1.
|
|
3
|
+
Version: 10.5.1.dev36004
|
|
4
4
|
Summary: Open data portal
|
|
5
5
|
Home-page: https://github.com/opendatateam/udata
|
|
6
6
|
Author: Opendata Team
|
|
@@ -144,6 +144,8 @@ It is collectively taken care of by members of the
|
|
|
144
144
|
|
|
145
145
|
- Fix invalid resource format from harvested RDF records [#3354](https://github.com/opendatateam/udata/pull/3354)
|
|
146
146
|
- Expose `dataset_id` for CommunityResource in /dataset/resource/id [#3258](https://github.com/opendatateam/udata/pull/3258)
|
|
147
|
+
- Add a CI job to create a release on Sentry [#3266](https://github.com/opendatateam/udata/pull/3266)
|
|
148
|
+
- Sort extensions in `/api/1/datasets/extensions/` response alphabetically [#3358](https://github.com/opendatateam/udata/pull/3358)
|
|
147
149
|
|
|
148
150
|
## 10.5.0 (2025-07-02)
|
|
149
151
|
|
|
@@ -95,7 +95,7 @@ udata/core/dataservices/tasks.py,sha256=d2tG1l6u8-eUKUYBOgnCsQLbLmLgJXU-DOzZWhhL
|
|
|
95
95
|
udata/core/dataset/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
96
96
|
udata/core/dataset/actions.py,sha256=mX6xox0PiMrbcAPZ3VZsI26rfM-ciYfEXxN6sqqImKA,1222
|
|
97
97
|
udata/core/dataset/activities.py,sha256=RtY06G6FiEMr8NY26kaYKCXwGdcGtBJv2U8kWgFTRxE,3048
|
|
98
|
-
udata/core/dataset/api.py,sha256=
|
|
98
|
+
udata/core/dataset/api.py,sha256=Qaxg8SI1DPDZ1NdHb6WT0ECkGfeYfoeUIuQJBk0r73w,35442
|
|
99
99
|
udata/core/dataset/api_fields.py,sha256=scDu5BUkD0QMoQEARtk5yMjA0h_O-lgu0AjW396qV4k,18090
|
|
100
100
|
udata/core/dataset/apiv2.py,sha256=2PWGDTelPQntMqmj8GtiFoTGW3bIBHMr3xQJdihVsYg,20921
|
|
101
101
|
udata/core/dataset/commands.py,sha256=__hPAk_6iHtgMnEG51ux0vbNWJHxUjXhi1ukH4hF5jY,3714
|
|
@@ -731,9 +731,9 @@ udata/translations/pt/LC_MESSAGES/udata.mo,sha256=9sCd1MUKvtVP_sOXvK-G5v4PfWkkdA
|
|
|
731
731
|
udata/translations/pt/LC_MESSAGES/udata.po,sha256=-eJptz9s63rjkdm-3HJi_2t70pyv3-8EuXBn-B2qI_4,48419
|
|
732
732
|
udata/translations/sr/LC_MESSAGES/udata.mo,sha256=qduXntHWe__KaUxJ4JwwyGG3eSgYb1auGdNax0lS49c,29169
|
|
733
733
|
udata/translations/sr/LC_MESSAGES/udata.po,sha256=6QCuLMCRjgyAvu9U7i0P19ae8fm_uStfmxHLqUO9EoY,55394
|
|
734
|
-
udata-10.5.1.
|
|
735
|
-
udata-10.5.1.
|
|
736
|
-
udata-10.5.1.
|
|
737
|
-
udata-10.5.1.
|
|
738
|
-
udata-10.5.1.
|
|
739
|
-
udata-10.5.1.
|
|
734
|
+
udata-10.5.1.dev36004.dist-info/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
|
|
735
|
+
udata-10.5.1.dev36004.dist-info/METADATA,sha256=lCv9FEK_awPJBvIeunzYP6FofHZYJ53_DDWanH6FgBk,149326
|
|
736
|
+
udata-10.5.1.dev36004.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
737
|
+
udata-10.5.1.dev36004.dist-info/entry_points.txt,sha256=ETvkR4r6G1duBsh_V_fGWENQy17GTFuobi95MYBAl1A,498
|
|
738
|
+
udata-10.5.1.dev36004.dist-info/top_level.txt,sha256=39OCg-VWFWOq4gCKnjKNu-s3OwFlZIu_dVH8Gl6ndHw,12
|
|
739
|
+
udata-10.5.1.dev36004.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|