pytaskwarrior 2.0.1__tar.gz → 2.0.2__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 (34) hide show
  1. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/PKG-INFO +1 -1
  2. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/pyproject.toml +1 -1
  3. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/pytaskwarrior.egg-info/PKG-INFO +1 -1
  4. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/services/uda_service.py +2 -1
  5. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/LICENSE +0 -0
  6. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/PYPI_README.md +0 -0
  7. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/README.md +0 -0
  8. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/setup.cfg +0 -0
  9. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/__init__.py +0 -0
  10. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/pytaskwarrior.egg-info/SOURCES.txt +0 -0
  11. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/pytaskwarrior.egg-info/dependency_links.txt +0 -0
  12. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/pytaskwarrior.egg-info/requires.txt +0 -0
  13. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/pytaskwarrior.egg-info/top_level.txt +0 -0
  14. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/__init__.py +0 -0
  15. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/adapters/__init__.py +0 -0
  16. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/adapters/taskwarrior_adapter.py +0 -0
  17. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/config/config_store.py +0 -0
  18. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/config/uda_parser.py +0 -0
  19. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/dto/__init__.py +0 -0
  20. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/dto/annotation_dto.py +0 -0
  21. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/dto/context_dto.py +0 -0
  22. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/dto/task_dto.py +0 -0
  23. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/dto/uda_dto.py +0 -0
  24. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/enums.py +0 -0
  25. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/exceptions.py +0 -0
  26. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/main.py +0 -0
  27. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/py.typed +0 -0
  28. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/registry/__init__.py +0 -0
  29. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/registry/uda_registry.py +0 -0
  30. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/services/__init__.py +0 -0
  31. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/services/context_service.py +0 -0
  32. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/utils/__init__.py +0 -0
  33. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/utils/conversions.py +0 -0
  34. {pytaskwarrior-2.0.1 → pytaskwarrior-2.0.2}/src/taskwarrior/utils/dto_converter.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytaskwarrior
3
- Version: 2.0.1
3
+ Version: 2.0.2
4
4
  Summary: Taskwarrior wrapper python module
5
5
  Author-email: sznicolas <sznicolas@users.noreply.github.com>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pytaskwarrior"
3
- version = "2.0.1"
3
+ version = "2.0.2"
4
4
  description = "Taskwarrior wrapper python module"
5
5
  readme = "PYPI_README.md"
6
6
  requires-python = ">=3.12"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytaskwarrior
3
- Version: 2.0.1
3
+ Version: 2.0.2
4
4
  Summary: Taskwarrior wrapper python module
5
5
  Author-email: sznicolas <sznicolas@users.noreply.github.com>
6
6
  License-Expression: MIT
@@ -69,7 +69,8 @@ class UdaService:
69
69
  for field_name in field_names:
70
70
  value = getattr(uda, field_name)
71
71
  if value is not None and value != "":
72
- commands.append(["config", f"uda.{uda.name}.{field_name}", str(value)])
72
+ value_str = ",".join(map(str, value)) if field_name == "values" else str(value)
73
+ commands.append(["config", f"uda.{uda.name}.{field_name}", value_str])
73
74
 
74
75
  # Execute commands via adapter; if any fail, raise and do not modify registry
75
76
  for cmd in commands:
File without changes
File without changes
File without changes