sentry-devenv 1.15.0__tar.gz → 1.16.0__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.15.0 → sentry_devenv-1.16.0}/PKG-INFO +4 -1
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/README.md +3 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib/colima.py +5 -5
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib/limactl.py +15 -9
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/pyproject.toml +1 -1
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/sentry_devenv.egg-info/PKG-INFO +4 -1
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/ci/integration/repo/devenv/sync.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/__init__.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/__main__.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/bootstrap.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/checks/__init__.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/checks/credsStore.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/checks/test.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/colima.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/constants.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/doctor.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/fetch.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib/__init__.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib/archive.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib/brew.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib/config.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib/context.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib/direnv.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib/docker.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib/fs.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib/gcloud.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib/github.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib/modules.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib/node.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib/proc.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib/repository.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib/rosetta.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib/tenv.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib/venv.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib_check/__init__.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib_check/brew.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/lib_check/types.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/main.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/pin_gha.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/py.typed +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/pythons.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/sync.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/devenv/update.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/sentry_devenv.egg-info/SOURCES.txt +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/sentry_devenv.egg-info/dependency_links.txt +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/sentry_devenv.egg-info/entry_points.txt +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/sentry_devenv.egg-info/requires.txt +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/sentry_devenv.egg-info/top_level.txt +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/setup.cfg +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/__init__.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/checks/__init__.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/checks/test_credStore.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/conftest.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/doctor/__init__.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/doctor/devenv/checks/bad_check.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/doctor/devenv/checks/bad_fix.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/doctor/devenv/checks/broken_check.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/doctor/devenv/checks/broken_fix.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/doctor/devenv/checks/failing_check.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/doctor/devenv/checks/failing_check_with_msg.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/doctor/devenv/checks/no_check.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/doctor/devenv/checks/no_name.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/doctor/devenv/checks/no_tags.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/doctor/devenv/checks/passing_check.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/doctor/test_attempt_fix.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/doctor/test_filter_failing_checks.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/doctor/test_load_checks.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/doctor/test_prompt_for_fix.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/doctor/test_run_checks.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/lib/test_archive.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/lib/test_brew.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/lib/test_direnv.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/lib/test_fs.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/lib/test_github.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/lib/test_proc.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/lib/test_repository.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/lib/test_venv.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/test_main.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/test_pythons.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/test_sync.py +0 -0
- {sentry_devenv-1.15.0 → sentry_devenv-1.16.0}/tests/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: sentry_devenv
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.16.0
|
|
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
|
|
@@ -30,9 +30,12 @@ Otherwise, set the `SENTRY_EXTERNAL_CONTRIBUTOR` environment variable.
|
|
|
30
30
|
Download [this](https://raw.githubusercontent.com/getsentry/devenv/main/install-devenv.sh) and run it:
|
|
31
31
|
|
|
32
32
|
```
|
|
33
|
+
curl https://raw.githubusercontent.com/getsentry/devenv/main/install-devenv.sh > install-devenv.sh
|
|
33
34
|
bash install-devenv.sh
|
|
34
35
|
```
|
|
35
36
|
|
|
37
|
+
Make sure to call this file `install-devenv.sh` as the script calls itself when you run it.
|
|
38
|
+
|
|
36
39
|
This "global" devenv is installed to `~/.local/share/sentry-devenv/bin/devenv`.
|
|
37
40
|
|
|
38
41
|
To update this installation, run `devenv update`.
|
|
@@ -17,9 +17,12 @@ Otherwise, set the `SENTRY_EXTERNAL_CONTRIBUTOR` environment variable.
|
|
|
17
17
|
Download [this](https://raw.githubusercontent.com/getsentry/devenv/main/install-devenv.sh) and run it:
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
+
curl https://raw.githubusercontent.com/getsentry/devenv/main/install-devenv.sh > install-devenv.sh
|
|
20
21
|
bash install-devenv.sh
|
|
21
22
|
```
|
|
22
23
|
|
|
24
|
+
Make sure to call this file `install-devenv.sh` as the script calls itself when you run it.
|
|
25
|
+
|
|
23
26
|
This "global" devenv is installed to `~/.local/share/sentry-devenv/bin/devenv`.
|
|
24
27
|
|
|
25
28
|
To update this installation, run `devenv update`.
|
|
@@ -57,14 +57,14 @@ exec {binroot}/colima-bin "$@"
|
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
def install_global() -> None:
|
|
60
|
-
version = "v0.
|
|
60
|
+
version = "v0.8.1"
|
|
61
61
|
cfg = {
|
|
62
62
|
"darwin_x86_64": f"https://github.com/abiosoft/colima/releases/download/{version}/colima-Darwin-x86_64",
|
|
63
|
-
"darwin_x86_64_sha256": "
|
|
63
|
+
"darwin_x86_64_sha256": "791330c62c60389f70e5e1c33a56c35502a9e36e544a418daea0273e539acbf4",
|
|
64
64
|
"darwin_arm64": f"https://github.com/abiosoft/colima/releases/download/{version}/colima-Darwin-arm64",
|
|
65
|
-
"darwin_arm64_sha256": "
|
|
66
|
-
"linux_x86_64": "https://github.com/abiosoft/colima/releases/download/
|
|
67
|
-
"linux_x86_64_sha256": "
|
|
65
|
+
"darwin_arm64_sha256": "c266fcb272b39221ef6152d2093bb02a1ebadc26042233ad359e1ae52d5d5922",
|
|
66
|
+
"linux_x86_64": f"https://github.com/abiosoft/colima/releases/download/{version}/colima-Linux-x86_64",
|
|
67
|
+
"linux_x86_64_sha256": "f2d6664a79ff3aa35f0718aac2ba9f6b531772e1464f3b096c1ac2aab404943e",
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
binroot = f"{root}/bin"
|
|
@@ -62,17 +62,23 @@ def _install(url: str, sha256: str, into: str) -> None:
|
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
def install_global() -> None:
|
|
65
|
-
version = "0.
|
|
65
|
+
version = "1.0.3"
|
|
66
66
|
cfg = {
|
|
67
|
-
# upstream github releases aren't built for macOS 14, so
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
67
|
+
# upstream github releases aren't built for macOS 14, so for now
|
|
68
|
+
# we use homebrew binaries from https://formulae.brew.sh/api/formula/lima.json
|
|
69
|
+
# unfortunately there's no way to view previous versions of a formula
|
|
70
|
+
# so if we ever need to upgrade to a specific non-latest version we'll
|
|
71
|
+
# have to build it ourselves
|
|
72
|
+
# sonoma
|
|
73
|
+
"darwin_x86_64": "https://ghcr.io/v2/homebrew/core/lima/blobs/sha256:f675abee28d0f10f335f7a04dc6ad3de12434c83c2f0f32c913061204c137a94",
|
|
74
|
+
"darwin_x86_64_sha256": "f675abee28d0f10f335f7a04dc6ad3de12434c83c2f0f32c913061204c137a94",
|
|
75
|
+
# arm64_sonoma
|
|
76
|
+
"darwin_arm64": "https://ghcr.io/v2/homebrew/core/lima/blobs/sha256:8aeb0a3b7295f0c3e0c2a7a92a798a44397936e5bb732db825aee6da5e762d7a",
|
|
77
|
+
"darwin_arm64_sha256": "8aeb0a3b7295f0c3e0c2a7a92a798a44397936e5bb732db825aee6da5e762d7a",
|
|
72
78
|
# on linux we use github releases since most people are probably not using
|
|
73
|
-
# linuxbrew and the go binary in homebrew links to
|
|
74
|
-
"linux_x86_64": "https://github.com/lima-vm/lima/releases/download/
|
|
75
|
-
"linux_x86_64_sha256": "
|
|
79
|
+
# linuxbrew and the go binary in homebrew links to linuxbrew's ld.so
|
|
80
|
+
"linux_x86_64": f"https://github.com/lima-vm/lima/releases/download/v{version}/lima-{version}-Linux-x86_64.tar.gz",
|
|
81
|
+
"linux_x86_64_sha256": "b109cac29569a4aacab01c588f922ea6c7e2ef06ce9260bbc4c382e475bc3b98",
|
|
76
82
|
}
|
|
77
83
|
|
|
78
84
|
binroot = f"{root}/bin"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: sentry_devenv
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.16.0
|
|
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
|
|
@@ -30,9 +30,12 @@ Otherwise, set the `SENTRY_EXTERNAL_CONTRIBUTOR` environment variable.
|
|
|
30
30
|
Download [this](https://raw.githubusercontent.com/getsentry/devenv/main/install-devenv.sh) and run it:
|
|
31
31
|
|
|
32
32
|
```
|
|
33
|
+
curl https://raw.githubusercontent.com/getsentry/devenv/main/install-devenv.sh > install-devenv.sh
|
|
33
34
|
bash install-devenv.sh
|
|
34
35
|
```
|
|
35
36
|
|
|
37
|
+
Make sure to call this file `install-devenv.sh` as the script calls itself when you run it.
|
|
38
|
+
|
|
36
39
|
This "global" devenv is installed to `~/.local/share/sentry-devenv/bin/devenv`.
|
|
37
40
|
|
|
38
41
|
To update this installation, run `devenv update`.
|
|
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.15.0 → sentry_devenv-1.16.0}/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
|