zou 0.19.72__py3-none-any.whl → 0.19.73__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 CHANGED
@@ -1 +1 @@
1
- __version__ = "0.19.72"
1
+ __version__ = "0.19.73"
@@ -101,7 +101,7 @@ def get_preview_file_fps(project, entity=None):
101
101
  if entity is not None:
102
102
  entity_data = entity.get("data", {}) or {}
103
103
  if entity_data.get("fps", None) is not None:
104
- fps = entity_data["fps"].replace(",", ".")
104
+ fps = str(entity_data["fps"]).replace(",", ".")
105
105
 
106
106
  return "%.3f" % float(fps)
107
107
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: zou
3
- Version: 0.19.72
3
+ Version: 0.19.73
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
@@ -39,7 +39,7 @@ Requires-Dist: flask_sqlalchemy==3.1.1
39
39
  Requires-Dist: flask-fs2[s3,swift]==0.7.27
40
40
  Requires-Dist: flask-jwt-extended==4.7.1
41
41
  Requires-Dist: flask-migrate==4.0.7
42
- Requires-Dist: flask-socketio==5.4.1
42
+ Requires-Dist: flask-socketio==5.5.0
43
43
  Requires-Dist: flask==3.1.0
44
44
  Requires-Dist: gazu==0.10.21
45
45
  Requires-Dist: gevent-websocket==0.10.1
@@ -64,7 +64,7 @@ Requires-Dist: pyotp==2.9.0
64
64
  Requires-Dist: pysaml2==7.5.0
65
65
  Requires-Dist: python-nomad==2.0.1
66
66
  Requires-Dist: python-slugify==8.0.4
67
- Requires-Dist: python-socketio==5.11.4
67
+ Requires-Dist: python-socketio==5.12.0
68
68
  Requires-Dist: pytz==2024.2
69
69
  Requires-Dist: redis==5.2.1
70
70
  Requires-Dist: requests==2.32.3
@@ -80,7 +80,7 @@ Requires-Dist: gevent; extra == "prod"
80
80
  Provides-Extra: dev
81
81
  Requires-Dist: wheel; extra == "dev"
82
82
  Provides-Extra: test
83
- Requires-Dist: fakeredis==2.26.1; extra == "test"
83
+ Requires-Dist: fakeredis==2.26.2; extra == "test"
84
84
  Requires-Dist: mixer==7.2.2; extra == "test"
85
85
  Requires-Dist: pytest-cov==6.0.0; extra == "test"
86
86
  Requires-Dist: pytest==8.3.4; extra == "test"
@@ -1,4 +1,4 @@
1
- zou/__init__.py,sha256=CPFprArWhbpq749PlmUM3mriSrDP6hk-FGm8mJapuzw,24
1
+ zou/__init__.py,sha256=M6ALs2PeYmQOAQ6coLHDGdE1e6rv6jkR9GrKmXwx6E8,24
2
2
  zou/cli.py,sha256=H18Wg-wqQOsv4F5_bZRDlxskjO-TRwaV1NmQMTH9mdg,18869
3
3
  zou/debug.py,sha256=1fawPbkD4wn0Y9Gk0BiBFSa-CQe5agFi8R9uJYl2Uyk,520
4
4
  zou/event_stream.py,sha256=_tue9Ry3aqCniZpKGhWJaY1Eo_fd6zOAfnzPvh_mJzU,8489
@@ -202,7 +202,7 @@ zou/app/services/news_service.py,sha256=eOXkvLhOcgncI2NrgiJEccV28oxZX5CsZVqaE-l4
202
202
  zou/app/services/notifications_service.py,sha256=7GDRio_mGaRYV5BHOAdpxBZjA_LLYUfVpbwZqy1n9pI,15685
203
203
  zou/app/services/persons_service.py,sha256=ccPP1_anu2J4zH54LKeP7dt1VyVpiYvzfgOS1xXhLrQ,16564
204
204
  zou/app/services/playlists_service.py,sha256=pAlPHET4jNdST5jsmJrFUkf1SVhfSoML9zdNpZ_88l4,32439
205
- zou/app/services/preview_files_service.py,sha256=LEBZbLBJOLDLB7syKql5B8a_p1HFHToMi7nKaUxOCb8,35881
205
+ zou/app/services/preview_files_service.py,sha256=TKuUQ15kmf28ZcT2Ra08upGli-5flfLlvh-VTPV_rC0,35886
206
206
  zou/app/services/projects_service.py,sha256=aIbYaFomy7OX2Pxvkf9w5qauDvkjuc9ummSGNYIpQMY,21249
207
207
  zou/app/services/scenes_service.py,sha256=iXN19HU4njPF5VtZXuUrVJ-W23ZQuQNPC3ADXltbWtU,992
208
208
  zou/app/services/schedule_service.py,sha256=E99HKYsXgnK2sw58fw-NNHXWBgVJiA60upztjkNSCaM,6989
@@ -413,9 +413,9 @@ zou/remote/normalize_movie.py,sha256=zNfEY3N1UbAHZfddGONTg2Sff3ieLVWd4dfZa1dpnes
413
413
  zou/remote/playlist.py,sha256=AsDo0bgYhDcd6DfNRV6r6Jj3URWwavE2ZN3VkKRPbLU,3293
414
414
  zou/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
415
415
  zou/utils/movie.py,sha256=d67fIL9dVBKt-E_qCGXRbNNdbJaJR5sHvZeX3hf8ldE,16559
416
- zou-0.19.72.dist-info/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
417
- zou-0.19.72.dist-info/METADATA,sha256=zVeTwIAANWIsuWTx88LjzVhKM4qhuQADG2jF_FVbEdg,6709
418
- zou-0.19.72.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
419
- zou-0.19.72.dist-info/entry_points.txt,sha256=PelQoIx3qhQ_Tmne7wrLY-1m2izuzgpwokoURwSohy4,130
420
- zou-0.19.72.dist-info/top_level.txt,sha256=4S7G_jk4MzpToeDItHGjPhHx_fRdX52zJZWTD4SL54g,4
421
- zou-0.19.72.dist-info/RECORD,,
416
+ zou-0.19.73.dist-info/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
417
+ zou-0.19.73.dist-info/METADATA,sha256=3zy4ytjhhVcZm1eMzoGCcSKbiAXvYEdgJIDYyHcW3SQ,6709
418
+ zou-0.19.73.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
419
+ zou-0.19.73.dist-info/entry_points.txt,sha256=PelQoIx3qhQ_Tmne7wrLY-1m2izuzgpwokoURwSohy4,130
420
+ zou-0.19.73.dist-info/top_level.txt,sha256=4S7G_jk4MzpToeDItHGjPhHx_fRdX52zJZWTD4SL54g,4
421
+ zou-0.19.73.dist-info/RECORD,,
File without changes
File without changes