zou 0.19.47__py3-none-any.whl → 0.19.48__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.47"
1
+ __version__ = "0.19.48"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: zou
3
- Version: 0.19.47
3
+ Version: 0.19.48
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
@@ -71,7 +71,7 @@ Requires-Dist: sqlalchemy ==2.0.31
71
71
  Requires-Dist: ua-parser ==0.18.0
72
72
  Requires-Dist: werkzeug ==3.0.3
73
73
  Requires-Dist: numpy ==1.24.4 ; python_version == "3.8"
74
- Requires-Dist: numpy ==2.0.0 ; python_version >= "3.9"
74
+ Requires-Dist: numpy ==2.0.1 ; python_version >= "3.9"
75
75
  Provides-Extra: dev
76
76
  Requires-Dist: wheel ; extra == 'dev'
77
77
  Provides-Extra: lint
@@ -89,7 +89,7 @@ Provides-Extra: test
89
89
  Requires-Dist: fakeredis ==2.23.3 ; extra == 'test'
90
90
  Requires-Dist: mixer ==7.2.2 ; extra == 'test'
91
91
  Requires-Dist: pytest-cov ==5.0.0 ; extra == 'test'
92
- Requires-Dist: pytest ==8.2.2 ; extra == 'test'
92
+ Requires-Dist: pytest ==8.3.1 ; extra == 'test'
93
93
 
94
94
  .. figure:: https://zou.cg-wire.com/kitsu.png
95
95
  :alt: Kitsu Logo
@@ -1,4 +1,4 @@
1
- zou/__init__.py,sha256=63wiU79B4fTMnEP5X5faQDDk5_7C1AbAa4PkU1j3tGg,24
1
+ zou/__init__.py,sha256=UqE6NTTLYFAIm4eEbzfIb6fa4GOIKkSgT4bob7C4OsQ,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
@@ -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.47.dist-info/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
411
- zou-0.19.47.dist-info/METADATA,sha256=SATF4GA5kYKo1-waJHtsylYRNspz_qCFLxX3R3E5MqA,6725
412
- zou-0.19.47.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
413
- zou-0.19.47.dist-info/entry_points.txt,sha256=PelQoIx3qhQ_Tmne7wrLY-1m2izuzgpwokoURwSohy4,130
414
- zou-0.19.47.dist-info/top_level.txt,sha256=4S7G_jk4MzpToeDItHGjPhHx_fRdX52zJZWTD4SL54g,4
415
- zou-0.19.47.dist-info/RECORD,,
410
+ zou-0.19.48.dist-info/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
411
+ zou-0.19.48.dist-info/METADATA,sha256=f9e2kAoECSKBCRjpIPUVerRJK6wmTEqlwXGYCVhEbIo,6725
412
+ zou-0.19.48.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
413
+ zou-0.19.48.dist-info/entry_points.txt,sha256=PelQoIx3qhQ_Tmne7wrLY-1m2izuzgpwokoURwSohy4,130
414
+ zou-0.19.48.dist-info/top_level.txt,sha256=4S7G_jk4MzpToeDItHGjPhHx_fRdX52zJZWTD4SL54g,4
415
+ zou-0.19.48.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (70.3.0)
2
+ Generator: setuptools (71.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
File without changes