relenv 0.17.4__py3-none-any.whl → 0.17.40000000__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.
- relenv/common.py +6 -2
- relenv/toolchain.py +6 -1
- {relenv-0.17.4.dist-info → relenv-0.17.40000000.dist-info}/METADATA +1 -1
- {relenv-0.17.4.dist-info → relenv-0.17.40000000.dist-info}/RECORD +9 -9
- {relenv-0.17.4.dist-info → relenv-0.17.40000000.dist-info}/LICENSE.md +0 -0
- {relenv-0.17.4.dist-info → relenv-0.17.40000000.dist-info}/NOTICE +0 -0
- {relenv-0.17.4.dist-info → relenv-0.17.40000000.dist-info}/WHEEL +0 -0
- {relenv-0.17.4.dist-info → relenv-0.17.40000000.dist-info}/entry_points.txt +0 -0
- {relenv-0.17.4.dist-info → relenv-0.17.40000000.dist-info}/top_level.txt +0 -0
relenv/common.py
CHANGED
|
@@ -18,7 +18,7 @@ import threading
|
|
|
18
18
|
import time
|
|
19
19
|
|
|
20
20
|
# relenv package version
|
|
21
|
-
__version__ = "0.17.
|
|
21
|
+
__version__ = "0.17.40000000"
|
|
22
22
|
|
|
23
23
|
MODULE_DIR = pathlib.Path(__file__).resolve().parent
|
|
24
24
|
|
|
@@ -28,7 +28,11 @@ DARWIN = "darwin"
|
|
|
28
28
|
|
|
29
29
|
MACOS_DEVELOPMENT_TARGET = "10.15"
|
|
30
30
|
|
|
31
|
-
CHECK_HOSTS = (
|
|
31
|
+
CHECK_HOSTS = (
|
|
32
|
+
"packages.broadcom.com/artifactory/saltproject-generic",
|
|
33
|
+
"repo.saltproject.io",
|
|
34
|
+
"woz.io",
|
|
35
|
+
)
|
|
32
36
|
|
|
33
37
|
arches = {
|
|
34
38
|
LINUX: (
|
relenv/toolchain.py
CHANGED
|
@@ -30,6 +30,8 @@ CT_URL = "http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-{version}.t
|
|
|
30
30
|
TC_URL = "https://{hostname}/relenv/{version}/toolchain/{host}/{triplet}.tar.xz"
|
|
31
31
|
CICD = "CI" in os.environ
|
|
32
32
|
|
|
33
|
+
LAST_RELENV_W_TOOLCHAIN = "0.17.4"
|
|
34
|
+
|
|
33
35
|
|
|
34
36
|
def setup_parser(subparsers):
|
|
35
37
|
"""
|
|
@@ -91,7 +93,10 @@ def fetch(arch, toolchain, clean=False, version=__version__):
|
|
|
91
93
|
check_hosts = [os.environ["RELENV_FETCH_HOST"]]
|
|
92
94
|
for host in check_hosts:
|
|
93
95
|
url = TC_URL.format(
|
|
94
|
-
hostname=host,
|
|
96
|
+
hostname=host,
|
|
97
|
+
version=LAST_RELENV_W_TOOLCHAIN,
|
|
98
|
+
host=platform.machine(),
|
|
99
|
+
triplet=triplet,
|
|
95
100
|
)
|
|
96
101
|
if check_url(url, timeout=5):
|
|
97
102
|
break
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: relenv
|
|
3
|
-
Version: 0.17.
|
|
3
|
+
Version: 0.17.40000000
|
|
4
4
|
Project-URL: Source Code, https://github.com/saltstack/relative-environment-for-python
|
|
5
5
|
Project-URL: Documentation, https://relenv.readthedocs.io/en/latest/
|
|
6
6
|
Project-URL: Changelog, https://relenv.readthedocs.io/en/latest/changelog.html
|
|
@@ -2,12 +2,12 @@ relenv/__init__.py,sha256=ygb7oLHbR0nrXNZALc50YsVoLE2D-rIh0dyUCMR7jP4,109
|
|
|
2
2
|
relenv/__main__.py,sha256=EGXGdMXmWtwxqBDocs2FN9HqjxfGlnAK95J3VRLSqYw,1333
|
|
3
3
|
relenv/buildenv.py,sha256=iyWpP0C1tU-pdvlxP6hub-JeDhoePrK_cfqOyZdzeRE,2976
|
|
4
4
|
relenv/check.py,sha256=iYtscg9LV_WPy1b_m8TulljFXoaWhT8fLH-vTFnZJ0w,959
|
|
5
|
-
relenv/common.py,sha256=
|
|
5
|
+
relenv/common.py,sha256=jT36YEaAjBuh73yVOtkcMYi89dsfYHLSr8HHS4ek9k8,14908
|
|
6
6
|
relenv/create.py,sha256=41qHFodgJ4UV668DFg5vKC45YGIKuIX7rZ-hbir7Nuo,3933
|
|
7
7
|
relenv/fetch.py,sha256=HsvsMDeY5PIdQ4MAS-YOTUTfyAJ8FL-KVyJfoNT8gHc,2154
|
|
8
8
|
relenv/relocate.py,sha256=maOQ4mgpkykdZK5ZdRQeMDfmJ1edQyphnhJjfILZaWI,11800
|
|
9
9
|
relenv/runtime.py,sha256=faeLG3RlJM-cPiIlm8wDKRV85gUIghlwzXxSPsTtkUE,30536
|
|
10
|
-
relenv/toolchain.py,sha256=
|
|
10
|
+
relenv/toolchain.py,sha256=ck4dT1DD-Ge2hnnkP4vHnoQsaeN9uvL6oJ3r8NDLgmw,5861
|
|
11
11
|
relenv/build/__init__.py,sha256=ecP-61QYgb6EEIiVzIvhKNDZVAO7jvCsVCGnlbR06sc,5160
|
|
12
12
|
relenv/build/common.py,sha256=dt-1k1syXZH2pmupq4s3GuTij3ajRZmCURhEXvOkdRw,48800
|
|
13
13
|
relenv/build/darwin.py,sha256=X-GdQE4qtoPTpUAkZ4q6aroC63NJSRs8qgFZJi806aA,4010
|
|
@@ -24,10 +24,10 @@ tests/test_relocate.py,sha256=BlCJFYC_B_XqtRKOhFIdfm10wkXWVDw82-ZXBm5gx3I,8857
|
|
|
24
24
|
tests/test_runtime.py,sha256=T_OQHUPAt5eIizZiF4ZyGpwI1NvFauBvga8aklnuO88,629
|
|
25
25
|
tests/test_toolchain.py,sha256=xb5i-swlRVE9KVevYnAMmD9ZPm7EM6OFt5FmSYZrlMU,4382
|
|
26
26
|
tests/test_verify_build.py,sha256=7PKeWGcyhny7OGEMMM82jeEYRD0d1qBCgKiV-5Fj9DM,39430
|
|
27
|
-
relenv-0.17.
|
|
28
|
-
relenv-0.17.
|
|
29
|
-
relenv-0.17.
|
|
30
|
-
relenv-0.17.
|
|
31
|
-
relenv-0.17.
|
|
32
|
-
relenv-0.17.
|
|
33
|
-
relenv-0.17.
|
|
27
|
+
relenv-0.17.40000000.dist-info/LICENSE.md,sha256=T0SRk3vJM1YcAJjDz9vsX9gsCRatAVSBS7LeU0tklRM,9919
|
|
28
|
+
relenv-0.17.40000000.dist-info/METADATA,sha256=5VtJIdqRUXKY3SoFCacio_34zErl0Hhg1SAokqI6E7M,1322
|
|
29
|
+
relenv-0.17.40000000.dist-info/NOTICE,sha256=Ns0AybPHBsgJKJJfjE6YnGgWEQQ9F7lQ6QNlYLlQT3E,548
|
|
30
|
+
relenv-0.17.40000000.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
|
31
|
+
relenv-0.17.40000000.dist-info/entry_points.txt,sha256=dO66nWPPWl8ALWWnZFlHKAo6mfPFuQid7purYWL2ddc,48
|
|
32
|
+
relenv-0.17.40000000.dist-info/top_level.txt,sha256=P4Ro6JLZE53ZdsQ76o2OzBcpb0MaVJmbfr0HAn9WF8M,13
|
|
33
|
+
relenv-0.17.40000000.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|