gazu 1.1.2__py2.py3-none-any.whl → 1.1.3__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__ = "1.1.2"
1
+ __version__ = "1.1.3"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gazu
3
- Version: 1.1.2
3
+ Version: 1.1.3
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
@@ -29,7 +29,7 @@ Requires-Dist: python-socketio[client]<6,>=5.11.0
29
29
  Requires-Dist: requests>=2.25.1
30
30
  Requires-Dist: Deprecated==1.3.1
31
31
  Requires-Dist: pywin32>=308; sys_platform == "win32"
32
- Requires-Dist: typing_extensions==4.7.1
32
+ Requires-Dist: typing_extensions>=4
33
33
  Provides-Extra: dev
34
34
  Requires-Dist: wheel; extra == "dev"
35
35
  Provides-Extra: test
@@ -1,5 +1,5 @@
1
1
  gazu/__init__.py,sha256=KPAVnFOSbzZnd24ItkZEOv7yQ5w0Pv7k1TFmL8saiqY,2594
2
- gazu/__version__.py,sha256=5SgGjThsHu_ITn8V83BvCziqCwxdXxTQqcC3KQMHPfM,22
2
+ gazu/__version__.py,sha256=u9ExJqoMv3fQc8WmLTw4I2FnQo6u4xRrBc6DLy6G1IE,22
3
3
  gazu/asset.py,sha256=dTTv4_VE043eLPezFAvJUesCScMOhu9BC8SvBx1Z8H8,17995
4
4
  gazu/cache.py,sha256=6CR_1gYVPrGDGYaFQLlPQFIQSeS_PCC37euYow5U7vk,6306
5
5
  gazu/casting.py,sha256=BiY2ASFvpWP80LnJT3C-XgM7U3ScT8wbLtB51V47dZ4,10529
@@ -24,8 +24,8 @@ gazu/sorting.py,sha256=NccSw_ENDAGfWSqVi2GPMg5SIh7IBhMY3F0tkalBdMU,329
24
24
  gazu/sync.py,sha256=iwZX4Ec5qA-ICLp5LhZ-3yglDgz47nb07Mw3qYyWWLQ,23773
25
25
  gazu/task.py,sha256=_-0KCkHP5RNIy2BlsTnRgjgBES7A8g_pN83Yg1mXmho,57705
26
26
  gazu/user.py,sha256=4hTzYnrON_KlQLak6R6HsD46LEW-t8V1WLwsvk1_sF8,18394
27
- gazu-1.1.2.dist-info/licenses/LICENSE,sha256=2n6rt7r999OuXp8iOqW9we7ORaxWncIbOwN1ILRGR2g,7651
28
- gazu-1.1.2.dist-info/METADATA,sha256=BCDEh7psBpOKjkfnotOYxUjhOQYYATiC5DtkbH5YFnA,5350
29
- gazu-1.1.2.dist-info/WHEEL,sha256=Mk1ST5gDzEO5il5kYREiBnzzM469m5sI8ESPl7TRhJY,110
30
- gazu-1.1.2.dist-info/top_level.txt,sha256=nv7fRIVpYYyIlk_66hBmMyvWcSC7UU-r-GE8uC1u1Go,5
31
- gazu-1.1.2.dist-info/RECORD,,
27
+ gazu-1.1.3.dist-info/licenses/LICENSE,sha256=2n6rt7r999OuXp8iOqW9we7ORaxWncIbOwN1ILRGR2g,7651
28
+ gazu-1.1.3.dist-info/METADATA,sha256=3JENUlBuTVLd6wwdo0RwV7UsY5xfbsdJO81MaeSjhUs,5346
29
+ gazu-1.1.3.dist-info/WHEEL,sha256=Mk1ST5gDzEO5il5kYREiBnzzM469m5sI8ESPl7TRhJY,110
30
+ gazu-1.1.3.dist-info/top_level.txt,sha256=nv7fRIVpYYyIlk_66hBmMyvWcSC7UU-r-GE8uC1u1Go,5
31
+ gazu-1.1.3.dist-info/RECORD,,
File without changes