gazu 0.10.12__tar.gz → 0.10.13__tar.gz

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.
Files changed (55) hide show
  1. {gazu-0.10.12 → gazu-0.10.13}/PKG-INFO +2 -2
  2. gazu-0.10.13/gazu/__version__.py +1 -0
  3. {gazu-0.10.12 → gazu-0.10.13}/gazu/shot.py +2 -1
  4. {gazu-0.10.12 → gazu-0.10.13}/gazu.egg-info/PKG-INFO +2 -2
  5. {gazu-0.10.12 → gazu-0.10.13}/gazu.egg-info/requires.txt +1 -1
  6. {gazu-0.10.12 → gazu-0.10.13}/setup.cfg +1 -1
  7. gazu-0.10.12/gazu/__version__.py +0 -1
  8. {gazu-0.10.12 → gazu-0.10.13}/LICENSE +0 -0
  9. {gazu-0.10.12 → gazu-0.10.13}/README.rst +0 -0
  10. {gazu-0.10.12 → gazu-0.10.13}/gazu/__init__.py +0 -0
  11. {gazu-0.10.12 → gazu-0.10.13}/gazu/asset.py +0 -0
  12. {gazu-0.10.12 → gazu-0.10.13}/gazu/cache.py +0 -0
  13. {gazu-0.10.12 → gazu-0.10.13}/gazu/casting.py +0 -0
  14. {gazu-0.10.12 → gazu-0.10.13}/gazu/client.py +0 -0
  15. {gazu-0.10.12 → gazu-0.10.13}/gazu/concept.py +0 -0
  16. {gazu-0.10.12 → gazu-0.10.13}/gazu/context.py +0 -0
  17. {gazu-0.10.12 → gazu-0.10.13}/gazu/edit.py +0 -0
  18. {gazu-0.10.12 → gazu-0.10.13}/gazu/encoder.py +0 -0
  19. {gazu-0.10.12 → gazu-0.10.13}/gazu/entity.py +0 -0
  20. {gazu-0.10.12 → gazu-0.10.13}/gazu/events.py +0 -0
  21. {gazu-0.10.12 → gazu-0.10.13}/gazu/exception.py +0 -0
  22. {gazu-0.10.12 → gazu-0.10.13}/gazu/files.py +0 -0
  23. {gazu-0.10.12 → gazu-0.10.13}/gazu/helpers.py +0 -0
  24. {gazu-0.10.12 → gazu-0.10.13}/gazu/person.py +0 -0
  25. {gazu-0.10.12 → gazu-0.10.13}/gazu/playlist.py +0 -0
  26. {gazu-0.10.12 → gazu-0.10.13}/gazu/project.py +0 -0
  27. {gazu-0.10.12 → gazu-0.10.13}/gazu/scene.py +0 -0
  28. {gazu-0.10.12 → gazu-0.10.13}/gazu/sorting.py +0 -0
  29. {gazu-0.10.12 → gazu-0.10.13}/gazu/sync.py +0 -0
  30. {gazu-0.10.12 → gazu-0.10.13}/gazu/task.py +0 -0
  31. {gazu-0.10.12 → gazu-0.10.13}/gazu/user.py +0 -0
  32. {gazu-0.10.12 → gazu-0.10.13}/gazu.egg-info/SOURCES.txt +0 -0
  33. {gazu-0.10.12 → gazu-0.10.13}/gazu.egg-info/dependency_links.txt +0 -0
  34. {gazu-0.10.12 → gazu-0.10.13}/gazu.egg-info/not-zip-safe +0 -0
  35. {gazu-0.10.12 → gazu-0.10.13}/gazu.egg-info/top_level.txt +0 -0
  36. {gazu-0.10.12 → gazu-0.10.13}/pyproject.toml +0 -0
  37. {gazu-0.10.12 → gazu-0.10.13}/setup.py +0 -0
  38. {gazu-0.10.12 → gazu-0.10.13}/tests/test_asset.py +0 -0
  39. {gazu-0.10.12 → gazu-0.10.13}/tests/test_cache.py +0 -0
  40. {gazu-0.10.12 → gazu-0.10.13}/tests/test_casting.py +0 -0
  41. {gazu-0.10.12 → gazu-0.10.13}/tests/test_client.py +0 -0
  42. {gazu-0.10.12 → gazu-0.10.13}/tests/test_concept.py +0 -0
  43. {gazu-0.10.12 → gazu-0.10.13}/tests/test_context.py +0 -0
  44. {gazu-0.10.12 → gazu-0.10.13}/tests/test_edit.py +0 -0
  45. {gazu-0.10.12 → gazu-0.10.13}/tests/test_entity.py +0 -0
  46. {gazu-0.10.12 → gazu-0.10.13}/tests/test_files.py +0 -0
  47. {gazu-0.10.12 → gazu-0.10.13}/tests/test_helpers.py +0 -0
  48. {gazu-0.10.12 → gazu-0.10.13}/tests/test_person.py +0 -0
  49. {gazu-0.10.12 → gazu-0.10.13}/tests/test_playlist.py +0 -0
  50. {gazu-0.10.12 → gazu-0.10.13}/tests/test_project.py +0 -0
  51. {gazu-0.10.12 → gazu-0.10.13}/tests/test_scene.py +0 -0
  52. {gazu-0.10.12 → gazu-0.10.13}/tests/test_shot.py +0 -0
  53. {gazu-0.10.12 → gazu-0.10.13}/tests/test_sync.py +0 -0
  54. {gazu-0.10.12 → gazu-0.10.13}/tests/test_task.py +0 -0
  55. {gazu-0.10.12 → gazu-0.10.13}/tests/test_user.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gazu
3
- Version: 0.10.12
3
+ Version: 0.10.13
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
@@ -36,7 +36,7 @@ Requires-Dist: pytest-cov; extra == "test"
36
36
  Requires-Dist: requests_mock; extra == "test"
37
37
  Provides-Extra: lint
38
38
  Requires-Dist: black==24.4.2; python_version >= "3.8" and extra == "lint"
39
- Requires-Dist: pre-commit==3.7.1; python_version >= "3.9" and extra == "lint"
39
+ Requires-Dist: pre-commit==3.8.0; python_version >= "3.9" and extra == "lint"
40
40
 
41
41
  .. figure:: https://zou.cg-wire.com/kitsu.png
42
42
  :alt: Kitsu Logo
@@ -0,0 +1 @@
1
+ __version__ = "0.10.13"
@@ -404,7 +404,8 @@ def update_shot_data(shot, data={}, client=default):
404
404
  """
405
405
  shot = normalize_model_parameter(shot)
406
406
  current_shot = get_shot(shot["id"], client=client)
407
- updated_shot = {"id": current_shot["id"], "data": current_shot["data"]}
407
+ current_data = current_shot["data"] if current_shot["data"] is not None else {}
408
+ updated_shot = {"id": current_shot["id"], "data": current_data}
408
409
  updated_shot["data"].update(data)
409
410
  return update_shot(updated_shot, client=client)
410
411
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gazu
3
- Version: 0.10.12
3
+ Version: 0.10.13
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
@@ -36,7 +36,7 @@ Requires-Dist: pytest-cov; extra == "test"
36
36
  Requires-Dist: requests_mock; extra == "test"
37
37
  Provides-Extra: lint
38
38
  Requires-Dist: black==24.4.2; python_version >= "3.8" and extra == "lint"
39
- Requires-Dist: pre-commit==3.7.1; python_version >= "3.9" and extra == "lint"
39
+ Requires-Dist: pre-commit==3.8.0; python_version >= "3.9" and extra == "lint"
40
40
 
41
41
  .. figure:: https://zou.cg-wire.com/kitsu.png
42
42
  :alt: Kitsu Logo
@@ -13,7 +13,7 @@ wheel
13
13
  black==24.4.2
14
14
 
15
15
  [lint:python_version >= "3.9"]
16
- pre-commit==3.7.1
16
+ pre-commit==3.8.0
17
17
 
18
18
  [test]
19
19
  pytest
@@ -46,7 +46,7 @@ test =
46
46
  requests_mock
47
47
  lint =
48
48
  black==24.4.2; python_version >= '3.8'
49
- pre-commit==3.7.1; python_version >= '3.9'
49
+ pre-commit==3.8.0; python_version >= '3.9'
50
50
 
51
51
  [bdist_wheel]
52
52
  universal = 1
@@ -1 +0,0 @@
1
- __version__ = "0.10.12"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes