gazu 0.10.34__py2.py3-none-any.whl → 0.10.35__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.34"
1
+ __version__ = "0.10.35"
gazu/edit.py CHANGED
@@ -111,10 +111,11 @@ def new_edit(
111
111
  Created edit.
112
112
  """
113
113
  project = normalize_model_parameter(project)
114
+ data = {"name": name, "data": data}
115
+
114
116
  if episode is not None:
115
117
  episode = normalize_model_parameter(episode)
116
-
117
- data = {"name": name, "data": data, "parent_id": episode["id"]}
118
+ data["parent_id"] = episode["id"]
118
119
 
119
120
  if description is not None:
120
121
  data["description"] = description
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gazu
3
- Version: 0.10.34
3
+ Version: 0.10.35
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
@@ -40,7 +40,7 @@ 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
42
  Requires-Dist: black==25.1.0; python_version >= "3.9" and extra == "lint"
43
- Requires-Dist: pre-commit==4.2.0; python_version >= "3.9" and extra == "lint"
43
+ Requires-Dist: pre-commit==4.3.0; python_version >= "3.9" and extra == "lint"
44
44
  Dynamic: license-file
45
45
  Dynamic: requires-python
46
46
 
@@ -1,12 +1,12 @@
1
1
  gazu/__init__.py,sha256=KPAVnFOSbzZnd24ItkZEOv7yQ5w0Pv7k1TFmL8saiqY,2594
2
- gazu/__version__.py,sha256=r3sfJgiK3D8Kb_H-xhTpNMAyFVRnh-_KVu0yPxDIoqU,24
2
+ gazu/__version__.py,sha256=6jZBhvrZuxfgLx9q-0mR09wQwKLclOneL6r8AcXLo3I,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
6
6
  gazu/client.py,sha256=TNxUOy_kVKnMSLxQFC-fFPqPPE8BaIvL37ExeW2TI5k,22162
7
7
  gazu/concept.py,sha256=GcOPEmkbtZcSwlX8tnUj9Q5DTPBprSxtmXhlq7ioPwk,3727
8
8
  gazu/context.py,sha256=iUyug8EUz3kkF-kmYlH5JuLp66TUqR3uhAq7CouVd_U,4349
9
- gazu/edit.py,sha256=sPSsnzykGr1Htl6ceKulUSVHGhoQLGLeWDni3Pul7BE,4609
9
+ gazu/edit.py,sha256=v6Zqbk2tiZlwjHhlzPPbR8GJwfWn7X3GU9LzN-cpHSw,4623
10
10
  gazu/encoder.py,sha256=dj8U5mlGVy0GeaA7HIIdPSRdKswUQ8h4DzjFKLhwvR0,394
11
11
  gazu/entity.py,sha256=Pbc_sbgo8RhQV88nksP1whHyWL4hVyHR3CZ0sVplPY4,3670
12
12
  gazu/events.py,sha256=4j8wbF4K-f5Kyu_jI4bklS12huzAN0cjCdY4hcKyhuk,2221
@@ -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=CsWS5II9b4Pbe4fcLt3HmUTvUD1hvZw7Uulqcp4W2_Y,38645
24
24
  gazu/user.py,sha256=wu99hYgrv6ZbE7EgIku2fZP-IX_sVoXxSj0hXqzEZS0,9557
25
- gazu-0.10.34.dist-info/licenses/LICENSE,sha256=2n6rt7r999OuXp8iOqW9we7ORaxWncIbOwN1ILRGR2g,7651
26
- gazu-0.10.34.dist-info/METADATA,sha256=O5JIenkZInIacliljuBvvsdMvqEf05-NDV1p2kQ3vVM,5493
27
- gazu-0.10.34.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
28
- gazu-0.10.34.dist-info/top_level.txt,sha256=nv7fRIVpYYyIlk_66hBmMyvWcSC7UU-r-GE8uC1u1Go,5
29
- gazu-0.10.34.dist-info/RECORD,,
25
+ gazu-0.10.35.dist-info/licenses/LICENSE,sha256=2n6rt7r999OuXp8iOqW9we7ORaxWncIbOwN1ILRGR2g,7651
26
+ gazu-0.10.35.dist-info/METADATA,sha256=kLk38Z9bDhYAzfZHx7igZARSJizU0-FojTyMaKb7G8Y,5493
27
+ gazu-0.10.35.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
28
+ gazu-0.10.35.dist-info/top_level.txt,sha256=nv7fRIVpYYyIlk_66hBmMyvWcSC7UU-r-GE8uC1u1Go,5
29
+ gazu-0.10.35.dist-info/RECORD,,
File without changes