gitbolt 0.0.0.dev9__tar.gz → 0.0.0.dev10__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 (36) hide show
  1. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/PKG-INFO +3 -2
  2. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/pyproject.toml +3 -2
  3. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/impl/simple.py +3 -1
  4. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt.egg-info/PKG-INFO +3 -2
  5. gitbolt-0.0.0.dev10/src/gitbolt.egg-info/requires.txt +8 -0
  6. gitbolt-0.0.0.dev9/src/gitbolt.egg-info/requires.txt +0 -7
  7. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/LICENSE +0 -0
  8. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/README.md +0 -0
  9. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/setup.cfg +0 -0
  10. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/__init__.py +0 -0
  11. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/_internal_init.py +0 -0
  12. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/add.py +0 -0
  13. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/base.py +0 -0
  14. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/constants.py +0 -0
  15. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/exceptions.py +0 -0
  16. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/__init__.py +0 -0
  17. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/_internal_init.py +0 -0
  18. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/add.py +0 -0
  19. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/base.py +0 -0
  20. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/constants.py +0 -0
  21. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/exceptions.py +0 -0
  22. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/impl/__init__.py +0 -0
  23. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/ls_tree.py +0 -0
  24. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/runner/__init__.py +0 -0
  25. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/runner/base.py +0 -0
  26. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/runner/simple_impl.py +0 -0
  27. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/utils.py +0 -0
  28. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/ls_tree.py +0 -0
  29. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/models.py +0 -0
  30. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/py.typed +0 -0
  31. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/pytest_plugin.py +0 -0
  32. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/utils.py +0 -0
  33. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt.egg-info/SOURCES.txt +0 -0
  34. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt.egg-info/dependency_links.txt +0 -0
  35. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt.egg-info/entry_points.txt +0 -0
  36. {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gitbolt
3
- Version: 0.0.0.dev9
3
+ Version: 0.0.0.dev10
4
4
  Summary: Fast, flexible and type-safe Git commands in Python.
5
5
  Author-email: Suhas Krishna Srivastava <suhas.srivastava@vaastav.tech>
6
6
  Maintainer-email: Suhas Krishna Srivastava <suhas.srivastava@vaastav.tech>
@@ -26,7 +26,8 @@ Classifier: Typing :: Typed
26
26
  Requires-Python: >=3.12
27
27
  Description-Content-Type: text/markdown
28
28
  License-File: LICENSE
29
- Requires-Dist: vt-err-hndlr>=0.0.0dev1
29
+ Requires-Dist: vt-err-hndlr>=0.0.0dev3
30
+ Requires-Dist: vt-commons>=0.0.1.dev4
30
31
  Provides-Extra: pygit2
31
32
  Requires-Dist: pygit2; extra == "pygit2"
32
33
  Provides-Extra: test
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "gitbolt"
3
- version = "0.0.0dev9"
3
+ version = "0.0.0dev10"
4
4
  description = "Fast, flexible and type-safe Git commands in Python."
5
5
  requires-python = ">=3.12"
6
6
  readme = "README.md"
@@ -36,7 +36,8 @@ classifiers = [
36
36
  "Typing :: Typed"
37
37
  ]
38
38
  dependencies = [
39
- "vt-err-hndlr >= 0.0.0dev1"
39
+ "vt-err-hndlr >= 0.0.0dev3",
40
+ "vt-commons >= 0.0.1.dev4",
40
41
  ]
41
42
 
42
43
  [project.optional-dependencies]
@@ -168,7 +168,9 @@ class SimpleGitCommand(GitCommand, RootDirOp):
168
168
  self._version_subcmd = version_subcmd or VersionCommandImpl(self)
169
169
  self._ls_tree = ls_tree_subcmd or LsTreeCommandImpl(self.root_dir, self)
170
170
  self._add_subcmd = add_subcmd or AddCommandImpl(self.root_dir, self)
171
- self._subcmd_unchecked = subcmd_unchecked or UncheckedSubcmdImpl(self.root_dir, self)
171
+ self._subcmd_unchecked = subcmd_unchecked or UncheckedSubcmdImpl(
172
+ self.root_dir, self
173
+ )
172
174
 
173
175
  @override
174
176
  @property
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gitbolt
3
- Version: 0.0.0.dev9
3
+ Version: 0.0.0.dev10
4
4
  Summary: Fast, flexible and type-safe Git commands in Python.
5
5
  Author-email: Suhas Krishna Srivastava <suhas.srivastava@vaastav.tech>
6
6
  Maintainer-email: Suhas Krishna Srivastava <suhas.srivastava@vaastav.tech>
@@ -26,7 +26,8 @@ Classifier: Typing :: Typed
26
26
  Requires-Python: >=3.12
27
27
  Description-Content-Type: text/markdown
28
28
  License-File: LICENSE
29
- Requires-Dist: vt-err-hndlr>=0.0.0dev1
29
+ Requires-Dist: vt-err-hndlr>=0.0.0dev3
30
+ Requires-Dist: vt-commons>=0.0.1.dev4
30
31
  Provides-Extra: pygit2
31
32
  Requires-Dist: pygit2; extra == "pygit2"
32
33
  Provides-Extra: test
@@ -0,0 +1,8 @@
1
+ vt-err-hndlr>=0.0.0dev3
2
+ vt-commons>=0.0.1.dev4
3
+
4
+ [pygit2]
5
+ pygit2
6
+
7
+ [test]
8
+ pytest
@@ -1,7 +0,0 @@
1
- vt-err-hndlr>=0.0.0dev1
2
-
3
- [pygit2]
4
- pygit2
5
-
6
- [test]
7
- pytest
File without changes
File without changes
File without changes