udata 10.4.2.dev35220__py2.py3-none-any.whl → 10.4.2.dev35266__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/models.py +6 -1
- {udata-10.4.2.dev35220.dist-info → udata-10.4.2.dev35266.dist-info}/METADATA +2 -2
- {udata-10.4.2.dev35220.dist-info → udata-10.4.2.dev35266.dist-info}/RECORD +7 -7
- {udata-10.4.2.dev35220.dist-info → udata-10.4.2.dev35266.dist-info}/LICENSE +0 -0
- {udata-10.4.2.dev35220.dist-info → udata-10.4.2.dev35266.dist-info}/WHEEL +0 -0
- {udata-10.4.2.dev35220.dist-info → udata-10.4.2.dev35266.dist-info}/entry_points.txt +0 -0
- {udata-10.4.2.dev35220.dist-info → udata-10.4.2.dev35266.dist-info}/top_level.txt +0 -0
udata/core/dataset/models.py
CHANGED
|
@@ -973,7 +973,12 @@ class Dataset(WithMetrics, DatasetBadgeMixin, Owned, db.Document):
|
|
|
973
973
|
def remove_resource(self, resource):
|
|
974
974
|
# Deletes resource's file from file storage
|
|
975
975
|
if resource.fs_filename is not None:
|
|
976
|
-
|
|
976
|
+
try:
|
|
977
|
+
storages.resources.delete(resource.fs_filename)
|
|
978
|
+
except FileNotFoundError as e:
|
|
979
|
+
log.error(
|
|
980
|
+
f"File not found while deleting resource #{resource.id} in dataset {self.id}: {e}"
|
|
981
|
+
)
|
|
977
982
|
|
|
978
983
|
self.resources.remove(resource)
|
|
979
984
|
self.on_resource_removed.send(self.__class__, document=self, resource_id=resource.id)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: udata
|
|
3
|
-
Version: 10.4.2.
|
|
3
|
+
Version: 10.4.2.dev35266
|
|
4
4
|
Summary: Open data portal
|
|
5
5
|
Home-page: https://github.com/opendatateam/udata
|
|
6
6
|
Author: Opendata Team
|
|
@@ -141,7 +141,7 @@ It is collectively taken care of by members of the
|
|
|
141
141
|
|
|
142
142
|
## Current (in progress)
|
|
143
143
|
|
|
144
|
-
-
|
|
144
|
+
- Do not crash if file doesn't exists during resource deletion [#3323](https://github.com/opendatateam/udata/pull/3323)
|
|
145
145
|
|
|
146
146
|
## 10.4.1 (2025-05-20)
|
|
147
147
|
|
|
@@ -104,7 +104,7 @@ udata/core/dataset/events.py,sha256=bSM0nFEX14r4JHc-bAM-7OOuD3JAxUIpw9GgXbOsUyw,
|
|
|
104
104
|
udata/core/dataset/exceptions.py,sha256=uKiayLSpSzsnLvClObS6hOO0qXEqvURKN7_w8eimQNU,498
|
|
105
105
|
udata/core/dataset/factories.py,sha256=fRDWDlybR_ud4pDs1-ntWuYHKtV9LMHeBOBp2SmTT6M,9006
|
|
106
106
|
udata/core/dataset/forms.py,sha256=7KUxuFcEGT0MUe0cZCiZtsnZhvGgvEd68pe13NgeSMI,6292
|
|
107
|
-
udata/core/dataset/models.py,sha256=
|
|
107
|
+
udata/core/dataset/models.py,sha256=5f1ZNIMXbD1LuXyR2uNcGM-wgR67EkzhxcXSwUjrfrQ,40922
|
|
108
108
|
udata/core/dataset/permissions.py,sha256=zXQ6kU-Ni3Pl5tDtat-ZPupug9InsNeCN7xRLc2Vcrc,1097
|
|
109
109
|
udata/core/dataset/preview.py,sha256=IwCqiNTjjXbtA_SSKF52pwnzKKEz0GyYM95QNn2Dkog,2561
|
|
110
110
|
udata/core/dataset/rdf.py,sha256=HkjzcWgq9AfPvUGMRI7-ufRrgnlfBmP8crbgRhg6Lz4,31789
|
|
@@ -726,9 +726,9 @@ udata/translations/pt/LC_MESSAGES/udata.mo,sha256=ViV14tUmjSydHS0TWG_mFikKQfyUaT
|
|
|
726
726
|
udata/translations/pt/LC_MESSAGES/udata.po,sha256=rzAD_MVoV54TmN3w1ECz3H2Ru5pM7hWMVH03SkY28Q8,47250
|
|
727
727
|
udata/translations/sr/LC_MESSAGES/udata.mo,sha256=EHX1_D-Uglj38832G7BrA0QC5IuY3p8dKqi9T0DgPmE,29169
|
|
728
728
|
udata/translations/sr/LC_MESSAGES/udata.po,sha256=3PMnbVhKVJh6Q8ABi1ZTZ8Dcf-sMjngLJZqLbonJoec,54225
|
|
729
|
-
udata-10.4.2.
|
|
730
|
-
udata-10.4.2.
|
|
731
|
-
udata-10.4.2.
|
|
732
|
-
udata-10.4.2.
|
|
733
|
-
udata-10.4.2.
|
|
734
|
-
udata-10.4.2.
|
|
729
|
+
udata-10.4.2.dev35266.dist-info/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
|
|
730
|
+
udata-10.4.2.dev35266.dist-info/METADATA,sha256=G4V-wqR_tpcGXgvECSiRjzpXB9xUPvkUABDA6JwUmrw,146603
|
|
731
|
+
udata-10.4.2.dev35266.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
732
|
+
udata-10.4.2.dev35266.dist-info/entry_points.txt,sha256=ETvkR4r6G1duBsh_V_fGWENQy17GTFuobi95MYBAl1A,498
|
|
733
|
+
udata-10.4.2.dev35266.dist-info/top_level.txt,sha256=39OCg-VWFWOq4gCKnjKNu-s3OwFlZIu_dVH8Gl6ndHw,12
|
|
734
|
+
udata-10.4.2.dev35266.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|