gazu 0.10.24__py2.py3-none-any.whl → 0.10.26__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.
gazu/__version__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.10.24"
1
+ __version__ = "0.10.26"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: gazu
3
- Version: 0.10.24
3
+ Version: 0.10.26
4
4
  Summary: Gazu is a client for Zou, the API to store the data of your CG production.
5
5
  Home-page: https://gazu.cg-wire.com/
6
6
  Author: CG Wire
@@ -28,7 +28,7 @@ Requires-Python: >= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*, != 3.4.*, != 3.
28
28
  License-File: LICENSE
29
29
  Requires-Dist: python-socketio[client]<6,>=5.11.0; python_version != "2.7"
30
30
  Requires-Dist: requests>=2.25.1
31
- Requires-Dist: Deprecated==1.2.15
31
+ Requires-Dist: Deprecated==1.2.18
32
32
  Requires-Dist: pywin32>=308; sys_platform == "win32" and python_version != "2.7"
33
33
  Provides-Extra: dev
34
34
  Requires-Dist: wheel; extra == "dev"
@@ -39,8 +39,8 @@ Requires-Dist: requests_mock; extra == "test"
39
39
  Requires-Dist: multipart; python_version >= "3.13" and extra == "test"
40
40
  Provides-Extra: lint
41
41
  Requires-Dist: autoflake==2.3.1; python_version >= "3.8" and extra == "lint"
42
- Requires-Dist: black==24.10.0; python_version >= "3.9" and extra == "lint"
43
- Requires-Dist: pre-commit==4.0.1; python_version >= "3.9" and extra == "lint"
42
+ Requires-Dist: black==25.1.0; python_version >= "3.9" and extra == "lint"
43
+ Requires-Dist: pre-commit==4.1.0; python_version >= "3.9" and extra == "lint"
44
44
  Dynamic: requires-python
45
45
 
46
46
  .. figure:: https://zou.cg-wire.com/kitsu.png
@@ -1,5 +1,5 @@
1
1
  gazu/__init__.py,sha256=KPAVnFOSbzZnd24ItkZEOv7yQ5w0Pv7k1TFmL8saiqY,2594
2
- gazu/__version__.py,sha256=M7vSf7B_3j-dfm2d_e8odhD9vChzxTqI_8h4_vaudOs,24
2
+ gazu/__version__.py,sha256=Q1S9n7i95kNFVbGNiNda3PobCvhN6qY3ElB_2GWgXHg,24
3
3
  gazu/asset.py,sha256=ZAc8F-7GPQTU_nVcUpH_xSVf58k6TXudlP6XnFc_LJk,14686
4
4
  gazu/cache.py,sha256=MnxrnfYN7wHNTTL7qzkEpYCYzWcolT56fqQ0_RegMbE,5879
5
5
  gazu/casting.py,sha256=0LTdsHaCTHSKEflBWFeuraSaYNYetGkMHAIdg6Lv81U,5059
@@ -22,8 +22,8 @@ gazu/sorting.py,sha256=qSIO0pOHkj0Tl4gm9BJrYrcifWGGGmsW68Pl86zB_bg,266
22
22
  gazu/sync.py,sha256=3clThVFC9pSIQiCyVkNRPnlbYQDA2kfR-lxaWxHbeUk,21611
23
23
  gazu/task.py,sha256=_b30VF0ZooB-WTNoCYslJWzT0NI0RF8MZ31h8B4A218,38001
24
24
  gazu/user.py,sha256=GyJf6mrynHvLllw3Hsiv-6wjaYTHO_PBNkJzyJjJA1A,9556
25
- gazu-0.10.24.dist-info/LICENSE,sha256=2n6rt7r999OuXp8iOqW9we7ORaxWncIbOwN1ILRGR2g,7651
26
- gazu-0.10.24.dist-info/METADATA,sha256=bGlUtyA9O4HZBZ4xqO5IzJkNDxB2BrkRV6-X4thk4xM,5472
27
- gazu-0.10.24.dist-info/WHEEL,sha256=9Hm2OB-j1QcCUq9Jguht7ayGIIZBRTdOXD1qg9cCgPM,109
28
- gazu-0.10.24.dist-info/top_level.txt,sha256=nv7fRIVpYYyIlk_66hBmMyvWcSC7UU-r-GE8uC1u1Go,5
29
- gazu-0.10.24.dist-info/RECORD,,
25
+ gazu-0.10.26.dist-info/LICENSE,sha256=2n6rt7r999OuXp8iOqW9we7ORaxWncIbOwN1ILRGR2g,7651
26
+ gazu-0.10.26.dist-info/METADATA,sha256=qe_4qpfZzRwvAsDztt_la1H7Uw_FMOiiU5gKyN8TdBc,5471
27
+ gazu-0.10.26.dist-info/WHEEL,sha256=9Hm2OB-j1QcCUq9Jguht7ayGIIZBRTdOXD1qg9cCgPM,109
28
+ gazu-0.10.26.dist-info/top_level.txt,sha256=nv7fRIVpYYyIlk_66hBmMyvWcSC7UU-r-GE8uC1u1Go,5
29
+ gazu-0.10.26.dist-info/RECORD,,
File without changes