ticket2pr 0.3.2__py2.py3-none-any.whl → 0.3.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.
- src/cli.py +3 -1
- {ticket2pr-0.3.2.dist-info → ticket2pr-0.3.3.dist-info}/METADATA +1 -1
- {ticket2pr-0.3.2.dist-info → ticket2pr-0.3.3.dist-info}/RECORD +7 -7
- {ticket2pr-0.3.2.dist-info → ticket2pr-0.3.3.dist-info}/WHEEL +0 -0
- {ticket2pr-0.3.2.dist-info → ticket2pr-0.3.3.dist-info}/entry_points.txt +0 -0
- {ticket2pr-0.3.2.dist-info → ticket2pr-0.3.3.dist-info}/licenses/LICENSE +0 -0
- {ticket2pr-0.3.2.dist-info → ticket2pr-0.3.3.dist-info}/top_level.txt +0 -0
src/cli.py
CHANGED
|
@@ -98,7 +98,9 @@ def _setup_workspace(
|
|
|
98
98
|
temp_dir: Path | None = None
|
|
99
99
|
try:
|
|
100
100
|
if workspace_path is None:
|
|
101
|
-
|
|
101
|
+
shared_temp_dir = Path(tempfile.gettempdir()) / "ticket2pr"
|
|
102
|
+
shared_temp_dir.mkdir(exist_ok=True)
|
|
103
|
+
temp_dir = Path(tempfile.mkdtemp(dir=shared_temp_dir))
|
|
102
104
|
logger.info(
|
|
103
105
|
"No workspace path provided, cloning repository to temp directory: %s", temp_dir
|
|
104
106
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
src/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
src/branch_creator.py,sha256=8KqlIjP-VDnB8_qd_1NjiyimAs6yn5xJdr0o9OMtzsw,2230
|
|
3
|
-
src/cli.py,sha256=
|
|
3
|
+
src/cli.py,sha256=g7DNIdEBkLsaHCzwmKpSSZGSWTuEE0cRAHq8YNqSIlk,7662
|
|
4
4
|
src/console_utils.py,sha256=TbVl_WhiGi1Kq7txk_WpCIfs7gvTJ3qPrSNVBOZ_ZiQ,6928
|
|
5
5
|
src/enhanced_git.py,sha256=X8zCEnjzgwRjv5iumFn2h8C69PGKXCwAsSKjD8-j4Cs,5259
|
|
6
6
|
src/exceptions.py,sha256=IsJvRAvQDj5cvVFSxzwMPgYRVXbmkFCAB3kR4aES40s,4604
|
|
@@ -28,9 +28,9 @@ tests/integration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
|
28
28
|
tests/integration/test_find_first_toml.py,sha256=Wq4rDReqcWLC0CsgcDBDX62wtMljcsm8UHUDTLr4-_A,902
|
|
29
29
|
tests/unit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
30
30
|
tests/unit/test_nothing.py,sha256=qRI0MSdLiBRklBNEsOAkr4jxfcrO2v2CuB2hHWePonU,103
|
|
31
|
-
ticket2pr-0.3.
|
|
32
|
-
ticket2pr-0.3.
|
|
33
|
-
ticket2pr-0.3.
|
|
34
|
-
ticket2pr-0.3.
|
|
35
|
-
ticket2pr-0.3.
|
|
36
|
-
ticket2pr-0.3.
|
|
31
|
+
ticket2pr-0.3.3.dist-info/licenses/LICENSE,sha256=omgsokA67LJXOOKpXtf1wNH71Bfs35NWEAuLowNUMyM,1066
|
|
32
|
+
ticket2pr-0.3.3.dist-info/METADATA,sha256=jkx5oZ9Cur8TFEfkiuLoXoIMNvH-iXvSAEMnv9y_xPo,3264
|
|
33
|
+
ticket2pr-0.3.3.dist-info/WHEEL,sha256=Mk1ST5gDzEO5il5kYREiBnzzM469m5sI8ESPl7TRhJY,110
|
|
34
|
+
ticket2pr-0.3.3.dist-info/entry_points.txt,sha256=DnWUjexpwtqVcRSICrpnveMIjGJA9_0K5IjZt10jVkM,47
|
|
35
|
+
ticket2pr-0.3.3.dist-info/top_level.txt,sha256=KW3xgkz9NLMTcmmzgKvW8RFpCFkRIQ085qzq2diFf68,10
|
|
36
|
+
ticket2pr-0.3.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|