rbx.cp 0.5.26__py3-none-any.whl → 0.5.27__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.
- rbx/box/solutions.py +2 -1
- {rbx_cp-0.5.26.dist-info → rbx_cp-0.5.27.dist-info}/METADATA +1 -1
- {rbx_cp-0.5.26.dist-info → rbx_cp-0.5.27.dist-info}/RECORD +6 -6
- {rbx_cp-0.5.26.dist-info → rbx_cp-0.5.27.dist-info}/LICENSE +0 -0
- {rbx_cp-0.5.26.dist-info → rbx_cp-0.5.27.dist-info}/WHEEL +0 -0
- {rbx_cp-0.5.26.dist-info → rbx_cp-0.5.27.dist-info}/entry_points.txt +0 -0
rbx/box/solutions.py
CHANGED
@@ -549,9 +549,10 @@ async def run_and_print_interactive_solutions(
|
|
549
549
|
|
550
550
|
|
551
551
|
def _get_solution_repr(sol: Solution) -> List[Tuple[str, str]]:
|
552
|
+
fg_color = sol.outcome.style().replace('lnumber', 'cyan')
|
552
553
|
return [
|
553
554
|
('', f'{str(sol.path)} '),
|
554
|
-
(f'fg:{
|
555
|
+
(f'fg:{fg_color}', sol.outcome.name),
|
555
556
|
]
|
556
557
|
|
557
558
|
|
@@ -39,7 +39,7 @@ rbx/box/presets/schema.py,sha256=mZmSPkQsw7eQM0lQN6er1MO_LiW1ObwwAZFDK0F5fxE,196
|
|
39
39
|
rbx/box/sanitizers/warning_stack.py,sha256=RI97_GJgdjTKIXY_r0EKp5h0qQQSDSdNDh5K7zINrqs,2861
|
40
40
|
rbx/box/schema.py,sha256=mPEOchzoGDwk_S9wUw1DKqwJWJ0S5GTxQnZIlm9BFwo,13709
|
41
41
|
rbx/box/setter_config.py,sha256=6nGTPMvnJ7y1sM-EBuI493NSZOIiOZ1DTypSXrL-HRY,3686
|
42
|
-
rbx/box/solutions.py,sha256=
|
42
|
+
rbx/box/solutions.py,sha256=KnF8f_bPGPvYBH_jdud9obziDIO8jEMOjjEHYrLIoT4,38065
|
43
43
|
rbx/box/solutions_test.py,sha256=Cx7Goon_0sz_PaUcD8qa8gmjgzOVub6VHss3CB0GaA0,1524
|
44
44
|
rbx/box/statements/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
45
45
|
rbx/box/statements/build_statements.py,sha256=upsMT-cAnSvbmKgtijdFc0OxPcyeBxRG92hY6dN-ZOk,11920
|
@@ -162,8 +162,8 @@ rbx/testdata/caching/executable.py,sha256=WKRHNf_fprFJd1Fq1ubmQtR3mZzTYVNwKPLWuZ
|
|
162
162
|
rbx/testdata/compatible,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
163
163
|
rbx/testing_utils.py,sha256=ZZLKMUHlZ4HwsuNY50jqSBJ9HhpnFdba7opjDsvXE1U,2084
|
164
164
|
rbx/utils.py,sha256=WlmnF4whc0-6ksVZoOhmom2bR2spT6zETFHjnpJOCsA,4383
|
165
|
-
rbx_cp-0.5.
|
166
|
-
rbx_cp-0.5.
|
167
|
-
rbx_cp-0.5.
|
168
|
-
rbx_cp-0.5.
|
169
|
-
rbx_cp-0.5.
|
165
|
+
rbx_cp-0.5.27.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
166
|
+
rbx_cp-0.5.27.dist-info/METADATA,sha256=8jFwdPKGFjf2KdKy6qhCDaRf0UJvVlG9e140Lz9ZDuc,3290
|
167
|
+
rbx_cp-0.5.27.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
168
|
+
rbx_cp-0.5.27.dist-info/entry_points.txt,sha256=qBTLBOeifT1F00LWaEewRRE_jQPgvH7BUdJfZ-dYsFU,57
|
169
|
+
rbx_cp-0.5.27.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|