sentry-devenv 1.22.0__tar.gz → 1.22.1__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.
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/PKG-INFO +5 -2
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/README.md +4 -1
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/update.py +1 -1
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/pyproject.toml +1 -1
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/sentry_devenv.egg-info/PKG-INFO +5 -2
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/ci/integration/repo/devenv/sync.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/__init__.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/__main__.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/bootstrap.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/checks/__init__.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/checks/dockerConfig.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/checks/dockerDesktop.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/checks/limaDns.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/checks/test.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/colima.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/constants.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/doctor.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/fetch.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib/__init__.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib/archive.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib/brew.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib/colima.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib/config.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib/context.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib/direnv.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib/docker.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib/fs.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib/gcloud.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib/github.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib/limactl.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib/modules.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib/node.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib/proc.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib/repository.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib/rosetta.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib/tenv.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib/uv.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib/venv.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib_check/__init__.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib_check/brew.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/lib_check/types.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/main.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/pin_gha.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/py.typed +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/pythons.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/devenv/sync.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/sentry_devenv.egg-info/SOURCES.txt +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/sentry_devenv.egg-info/dependency_links.txt +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/sentry_devenv.egg-info/entry_points.txt +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/sentry_devenv.egg-info/requires.txt +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/sentry_devenv.egg-info/top_level.txt +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/setup.cfg +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/__init__.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/checks/__init__.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/checks/test_dockerConfig.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/conftest.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/doctor/__init__.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/doctor/devenv/checks/bad_check.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/doctor/devenv/checks/bad_fix.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/doctor/devenv/checks/broken_check.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/doctor/devenv/checks/broken_fix.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/doctor/devenv/checks/failing_check.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/doctor/devenv/checks/failing_check_with_msg.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/doctor/devenv/checks/no_check.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/doctor/devenv/checks/no_name.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/doctor/devenv/checks/no_tags.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/doctor/devenv/checks/passing_check.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/doctor/test_attempt_fix.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/doctor/test_filter_failing_checks.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/doctor/test_load_checks.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/doctor/test_prompt_for_fix.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/doctor/test_run_checks.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/lib/test_archive.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/lib/test_brew.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/lib/test_direnv.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/lib/test_fs.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/lib/test_github.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/lib/test_proc.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/lib/test_repository.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/lib/test_venv.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/test_main.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/test_pythons.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/test_sync.py +0 -0
- {sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sentry_devenv
|
|
3
|
-
Version: 1.22.
|
|
3
|
+
Version: 1.22.1
|
|
4
4
|
Summary: Utilities for setting up a Sentry development environment
|
|
5
5
|
Author-email: Joshua Li <joshua.li@sentry.io>, Ian Woodard <ian.woodard@sentry.io>, Buck Evan <buck.evan@sentry.io>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -170,7 +170,7 @@ if using uv:
|
|
|
170
170
|
|
|
171
171
|
`[reporoot]/devenv/sync.py`
|
|
172
172
|
```py
|
|
173
|
-
from devenv.lib import uv
|
|
173
|
+
from devenv.lib import config, uv
|
|
174
174
|
|
|
175
175
|
def main(context: dict[str, str]) -> int:
|
|
176
176
|
reporoot = context["reporoot"]
|
|
@@ -192,6 +192,9 @@ def main(context: dict[str, str]) -> int:
|
|
|
192
192
|
|
|
193
193
|
`[reporoot]/devenv/config.ini`
|
|
194
194
|
```ini
|
|
195
|
+
[devenv]
|
|
196
|
+
minimum_version = 1.22.1
|
|
197
|
+
|
|
195
198
|
[uv]
|
|
196
199
|
darwin_arm64 = https://github.com/astral-sh/uv/releases/download/0.7.21/uv-aarch64-apple-darwin.tar.gz
|
|
197
200
|
darwin_arm64_sha256 = c73af7a4e0bcea9b5b593a0c7e5c025ee78d8be3f7cd60bfeadc8614a16c92ef
|
|
@@ -157,7 +157,7 @@ if using uv:
|
|
|
157
157
|
|
|
158
158
|
`[reporoot]/devenv/sync.py`
|
|
159
159
|
```py
|
|
160
|
-
from devenv.lib import uv
|
|
160
|
+
from devenv.lib import config, uv
|
|
161
161
|
|
|
162
162
|
def main(context: dict[str, str]) -> int:
|
|
163
163
|
reporoot = context["reporoot"]
|
|
@@ -179,6 +179,9 @@ def main(context: dict[str, str]) -> int:
|
|
|
179
179
|
|
|
180
180
|
`[reporoot]/devenv/config.ini`
|
|
181
181
|
```ini
|
|
182
|
+
[devenv]
|
|
183
|
+
minimum_version = 1.22.1
|
|
184
|
+
|
|
182
185
|
[uv]
|
|
183
186
|
darwin_arm64 = https://github.com/astral-sh/uv/releases/download/0.7.21/uv-aarch64-apple-darwin.tar.gz
|
|
184
187
|
darwin_arm64_sha256 = c73af7a4e0bcea9b5b593a0c7e5c025ee78d8be3f7cd60bfeadc8614a16c92ef
|
|
@@ -55,7 +55,7 @@ Updating global tools (at {constants.root}/bin).
|
|
|
55
55
|
if args.version is None:
|
|
56
56
|
version = "sentry-devenv"
|
|
57
57
|
else:
|
|
58
|
-
version = "sentry-devenv=={args.version}"
|
|
58
|
+
version = f"sentry-devenv=={args.version}"
|
|
59
59
|
|
|
60
60
|
proc.run(
|
|
61
61
|
(f"{constants.root}/venv/bin/pip", "install", "-U", version),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sentry_devenv
|
|
3
|
-
Version: 1.22.
|
|
3
|
+
Version: 1.22.1
|
|
4
4
|
Summary: Utilities for setting up a Sentry development environment
|
|
5
5
|
Author-email: Joshua Li <joshua.li@sentry.io>, Ian Woodard <ian.woodard@sentry.io>, Buck Evan <buck.evan@sentry.io>
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -170,7 +170,7 @@ if using uv:
|
|
|
170
170
|
|
|
171
171
|
`[reporoot]/devenv/sync.py`
|
|
172
172
|
```py
|
|
173
|
-
from devenv.lib import uv
|
|
173
|
+
from devenv.lib import config, uv
|
|
174
174
|
|
|
175
175
|
def main(context: dict[str, str]) -> int:
|
|
176
176
|
reporoot = context["reporoot"]
|
|
@@ -192,6 +192,9 @@ def main(context: dict[str, str]) -> int:
|
|
|
192
192
|
|
|
193
193
|
`[reporoot]/devenv/config.ini`
|
|
194
194
|
```ini
|
|
195
|
+
[devenv]
|
|
196
|
+
minimum_version = 1.22.1
|
|
197
|
+
|
|
195
198
|
[uv]
|
|
196
199
|
darwin_arm64 = https://github.com/astral-sh/uv/releases/download/0.7.21/uv-aarch64-apple-darwin.tar.gz
|
|
197
200
|
darwin_arm64_sha256 = c73af7a4e0bcea9b5b593a0c7e5c025ee78d8be3f7cd60bfeadc8614a16c92ef
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sentry_devenv-1.22.0 → sentry_devenv-1.22.1}/tests/doctor/devenv/checks/failing_check_with_msg.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|