zou 0.19.44__py3-none-any.whl → 0.19.45__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.
- zou/__init__.py +1 -1
- zou/app/blueprints/previews/resources.py +4 -0
- {zou-0.19.44.dist-info → zou-0.19.45.dist-info}/METADATA +6 -6
- {zou-0.19.44.dist-info → zou-0.19.45.dist-info}/RECORD +8 -8
- {zou-0.19.44.dist-info → zou-0.19.45.dist-info}/LICENSE +0 -0
- {zou-0.19.44.dist-info → zou-0.19.45.dist-info}/WHEEL +0 -0
- {zou-0.19.44.dist-info → zou-0.19.45.dist-info}/entry_points.txt +0 -0
- {zou-0.19.44.dist-info → zou-0.19.45.dist-info}/top_level.txt +0 -0
zou/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.19.
|
|
1
|
+
__version__ = "0.19.45"
|
|
@@ -670,6 +670,10 @@ class PreviewFileDownloadResource(PreviewFileResource):
|
|
|
670
670
|
return send_standard_file(
|
|
671
671
|
instance_id, extension, mimetype, as_attachment=True
|
|
672
672
|
)
|
|
673
|
+
if extension == "mp4":
|
|
674
|
+
return send_picture_file(
|
|
675
|
+
"original", instance_id, as_attachment=True
|
|
676
|
+
)
|
|
673
677
|
else:
|
|
674
678
|
return send_standard_file(
|
|
675
679
|
instance_id, extension, as_attachment=True
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: zou
|
|
3
|
-
Version: 0.19.
|
|
3
|
+
Version: 0.19.45
|
|
4
4
|
Summary: API to store and manage the data of your animation production
|
|
5
5
|
Home-page: https://zou.cg-wire.com
|
|
6
6
|
Author: CG Wire
|
|
@@ -52,10 +52,10 @@ Requires-Dist: matterhook ==0.2
|
|
|
52
52
|
Requires-Dist: meilisearch ==0.31.3
|
|
53
53
|
Requires-Dist: opencv-python ==4.10.0.84
|
|
54
54
|
Requires-Dist: OpenTimelineIO ==0.17.0
|
|
55
|
-
Requires-Dist: orjson ==3.10.
|
|
56
|
-
Requires-Dist: pillow ==10.
|
|
55
|
+
Requires-Dist: orjson ==3.10.6
|
|
56
|
+
Requires-Dist: pillow ==10.4.0
|
|
57
57
|
Requires-Dist: psutil ==6.0.0
|
|
58
|
-
Requires-Dist: psycopg[binary] ==3.1
|
|
58
|
+
Requires-Dist: psycopg[binary] ==3.2.1
|
|
59
59
|
Requires-Dist: pyotp ==2.9.0
|
|
60
60
|
Requires-Dist: python-nomad ==2.0.1
|
|
61
61
|
Requires-Dist: python-slugify ==8.0.4
|
|
@@ -80,12 +80,12 @@ Requires-Dist: pre-commit ==3.7.1 ; (python_version >= "3.9") and extra == 'lint
|
|
|
80
80
|
Provides-Extra: monitoring
|
|
81
81
|
Requires-Dist: prometheus-flask-exporter ==0.23.0 ; extra == 'monitoring'
|
|
82
82
|
Requires-Dist: pygelf ==0.4.2 ; extra == 'monitoring'
|
|
83
|
-
Requires-Dist: sentry-sdk ==2.
|
|
83
|
+
Requires-Dist: sentry-sdk ==2.8.0 ; extra == 'monitoring'
|
|
84
84
|
Provides-Extra: prod
|
|
85
85
|
Requires-Dist: gunicorn ; extra == 'prod'
|
|
86
86
|
Requires-Dist: gevent ; extra == 'prod'
|
|
87
87
|
Provides-Extra: test
|
|
88
|
-
Requires-Dist: fakeredis ==2.23.
|
|
88
|
+
Requires-Dist: fakeredis ==2.23.3 ; extra == 'test'
|
|
89
89
|
Requires-Dist: mixer ==7.2.2 ; extra == 'test'
|
|
90
90
|
Requires-Dist: pytest-cov ==5.0.0 ; extra == 'test'
|
|
91
91
|
Requires-Dist: pytest ==8.2.2 ; extra == 'test'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
zou/__init__.py,sha256=
|
|
1
|
+
zou/__init__.py,sha256=Tv6q0iYoqN9oDIxMPDw4V79Q7KHIfjKuzDdzglh8VUA,24
|
|
2
2
|
zou/cli.py,sha256=2cDkbEOqp_m9hzBQf5wpxc_h0WjoH8KtxQQMNuREYlc,18201
|
|
3
3
|
zou/debug.py,sha256=1fawPbkD4wn0Y9Gk0BiBFSa-CQe5agFi8R9uJYl2Uyk,520
|
|
4
4
|
zou/event_stream.py,sha256=zgob2dZKray2lxPa11hdRNmOg8XRlKDdRcGdF80ylwg,8245
|
|
@@ -91,7 +91,7 @@ zou/app/blueprints/persons/resources.py,sha256=-5J8ZswusYEBTNmX4I7fLFDZVMKyO0qhO
|
|
|
91
91
|
zou/app/blueprints/playlists/__init__.py,sha256=vuEk1F3hFHsmuKWhdepMoLyOzmNKDn1YrjjfcaIz0lQ,1596
|
|
92
92
|
zou/app/blueprints/playlists/resources.py,sha256=alRlMHypUFErXLsEYxpFK84cdjFJ3YWwamZtW0KcwLY,17211
|
|
93
93
|
zou/app/blueprints/previews/__init__.py,sha256=CazwYCIg-iGSLcOH2NYcgflH7zipHfCF9MD1fP93mOI,4363
|
|
94
|
-
zou/app/blueprints/previews/resources.py,sha256=
|
|
94
|
+
zou/app/blueprints/previews/resources.py,sha256=GTluK0FV_SG_bG33yOyJLjOsXgsDJjtnHbkm315E9RE,48346
|
|
95
95
|
zou/app/blueprints/projects/__init__.py,sha256=Pn3fA5bpNFEPBzxTKJ2foV6osZFflXXSM2l2uZh3ktM,3927
|
|
96
96
|
zou/app/blueprints/projects/resources.py,sha256=v9_TLh3mujL-p7QcGkfSOJnNojzoJA15jhqAHz5kEIc,31552
|
|
97
97
|
zou/app/blueprints/search/__init__.py,sha256=QCjQIY_85l_orhdEiqav_GifjReuwsjZggN3V0GeUVY,356
|
|
@@ -407,9 +407,9 @@ zou/remote/normalize_movie.py,sha256=zNfEY3N1UbAHZfddGONTg2Sff3ieLVWd4dfZa1dpnes
|
|
|
407
407
|
zou/remote/playlist.py,sha256=AsDo0bgYhDcd6DfNRV6r6Jj3URWwavE2ZN3VkKRPbLU,3293
|
|
408
408
|
zou/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
409
409
|
zou/utils/movie.py,sha256=u9LCEOvmkxwm-KiZ6jKNdB9LSC6XXUDwJpVx8LkDwJg,16416
|
|
410
|
-
zou-0.19.
|
|
411
|
-
zou-0.19.
|
|
412
|
-
zou-0.19.
|
|
413
|
-
zou-0.19.
|
|
414
|
-
zou-0.19.
|
|
415
|
-
zou-0.19.
|
|
410
|
+
zou-0.19.45.dist-info/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
|
|
411
|
+
zou-0.19.45.dist-info/METADATA,sha256=-qqX8Imqao6HziAEsLUxOo0HY66ob65LWyQFmthuY7U,6677
|
|
412
|
+
zou-0.19.45.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
|
|
413
|
+
zou-0.19.45.dist-info/entry_points.txt,sha256=PelQoIx3qhQ_Tmne7wrLY-1m2izuzgpwokoURwSohy4,130
|
|
414
|
+
zou-0.19.45.dist-info/top_level.txt,sha256=4S7G_jk4MzpToeDItHGjPhHx_fRdX52zJZWTD4SL54g,4
|
|
415
|
+
zou-0.19.45.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|