workers-py 1.7.1__py3-none-any.whl → 1.7.2__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.
- pywrangler/sync.py +1 -1
- pywrangler/utils.py +1 -1
- {workers_py-1.7.1.dist-info → workers_py-1.7.2.dist-info}/METADATA +1 -1
- {workers_py-1.7.1.dist-info → workers_py-1.7.2.dist-info}/RECORD +6 -6
- {workers_py-1.7.1.dist-info → workers_py-1.7.2.dist-info}/WHEEL +0 -0
- {workers_py-1.7.1.dist-info → workers_py-1.7.2.dist-info}/entry_points.txt +0 -0
pywrangler/sync.py
CHANGED
|
@@ -242,7 +242,7 @@ def _install_requirements_to_vendor(requirements: list[str]) -> None:
|
|
|
242
242
|
def _log_installed_packages(venv_path: Path) -> None:
|
|
243
243
|
result = run_command(
|
|
244
244
|
["uv", "pip", "list", "--format=freeze"],
|
|
245
|
-
env=os.environ | {"VIRTUAL_ENV": venv_path},
|
|
245
|
+
env=os.environ | {"VIRTUAL_ENV": str(venv_path)},
|
|
246
246
|
capture_output=True,
|
|
247
247
|
check=False,
|
|
248
248
|
)
|
pywrangler/utils.py
CHANGED
|
@@ -122,7 +122,7 @@ def write_success(msg: str) -> None:
|
|
|
122
122
|
def run_command(
|
|
123
123
|
command: list[str],
|
|
124
124
|
cwd: Path | None = None,
|
|
125
|
-
env: Mapping[str, str
|
|
125
|
+
env: Mapping[str, str] | None = None,
|
|
126
126
|
check: bool = True,
|
|
127
127
|
capture_output: bool = False,
|
|
128
128
|
) -> subprocess.CompletedProcess[str]:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: workers-py
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.2
|
|
4
4
|
Summary: A set of libraries and tools for Python Workers
|
|
5
5
|
Project-URL: Homepage, https://github.com/cloudflare/workers-py
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/cloudflare/workers-py/issues
|
|
@@ -3,10 +3,10 @@ pywrangler/__main__.py,sha256=wcCrL4PjG51r5wVKqJhcoJPTLfHW0wNbD31DrUN0MWI,28
|
|
|
3
3
|
pywrangler/cli.py,sha256=61xV08_qsIAEG5RXrlkWQOM-OmpjocibM7H87jCae7Q,5594
|
|
4
4
|
pywrangler/metadata.py,sha256=ndh584ALzshSXwduTmqVczfF5Mpn7z0F9ztn3Dugf70,408
|
|
5
5
|
pywrangler/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
-
pywrangler/sync.py,sha256=
|
|
6
|
+
pywrangler/sync.py,sha256=Jrvm7yIjJBrHRfsAJDrqvAqB6CT425btjVJZGaWqwy4,12516
|
|
7
7
|
pywrangler/types.py,sha256=ZWupb2f_uLoWJcl_h6jW5lARH-ksUGwWMcDXS446-og,1225
|
|
8
|
-
pywrangler/utils.py,sha256
|
|
9
|
-
workers_py-1.7.
|
|
10
|
-
workers_py-1.7.
|
|
11
|
-
workers_py-1.7.
|
|
12
|
-
workers_py-1.7.
|
|
8
|
+
pywrangler/utils.py,sha256=7wAykiTiZJ9MRfvo2-L5nIRGRHSslxCRJzPhQMUiaEw,12879
|
|
9
|
+
workers_py-1.7.2.dist-info/METADATA,sha256=ZdAd-LIXCfifsGpvnPnkWyNLBPTYPqrbDcoFSwBzFn0,1774
|
|
10
|
+
workers_py-1.7.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
11
|
+
workers_py-1.7.2.dist-info/entry_points.txt,sha256=pt6X-Nv5-gSiKUwrnvLwzlSXs9yP37m7zdTAi8f6nAM,50
|
|
12
|
+
workers_py-1.7.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|