relenv 0.19.0__py3-none-any.whl → 0.19.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.
- relenv/build/common.py +0 -1
- relenv/common.py +1 -1
- {relenv-0.19.0.dist-info → relenv-0.19.2.dist-info}/METADATA +3 -2
- {relenv-0.19.0.dist-info → relenv-0.19.2.dist-info}/RECORD +9 -9
- {relenv-0.19.0.dist-info → relenv-0.19.2.dist-info}/WHEEL +1 -1
- {relenv-0.19.0.dist-info → relenv-0.19.2.dist-info}/entry_points.txt +0 -0
- {relenv-0.19.0.dist-info → relenv-0.19.2.dist-info}/licenses/LICENSE.md +0 -0
- {relenv-0.19.0.dist-info → relenv-0.19.2.dist-info}/licenses/NOTICE +0 -0
- {relenv-0.19.0.dist-info → relenv-0.19.2.dist-info}/top_level.txt +0 -0
relenv/build/common.py
CHANGED
relenv/common.py
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: relenv
|
|
3
|
-
Version: 0.19.
|
|
3
|
+
Version: 0.19.2
|
|
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
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
License-File: LICENSE.md
|
|
9
9
|
License-File: NOTICE
|
|
10
|
-
|
|
10
|
+
Provides-Extra: toolchain
|
|
11
|
+
Requires-Dist: ppbt; extra == "toolchain"
|
|
11
12
|
Dynamic: license-file
|
|
12
13
|
|
|
13
14
|
Relenv
|
|
@@ -2,7 +2,7 @@ relenv/__init__.py,sha256=NyZyghiBF5up_Uq6iJhmBr5HUKzfDtP-yZlU1OS6lQM,101
|
|
|
2
2
|
relenv/__main__.py,sha256=otLGprkP5mrzRn-KI7hx3p61enpKdIxJq37iPjHgURY,1330
|
|
3
3
|
relenv/buildenv.py,sha256=GcctZxbH1lfShN8bsbqG-xtrnI4rjWv2PUktHLSYlRo,2946
|
|
4
4
|
relenv/check.py,sha256=AIGxq_2ZBVVIBO8QiJZHknGILyjmxLgN00TTHlFjNsY,951
|
|
5
|
-
relenv/common.py,sha256=
|
|
5
|
+
relenv/common.py,sha256=pC9uImG0Temd-sSx5XwqxbuEkZBVKb9s_nmiSLJD5xo,15216
|
|
6
6
|
relenv/create.py,sha256=DFKXtANcM4_axUCHF6Fg1Bhr3xWreLt9jxNYLXVZEsM,3930
|
|
7
7
|
relenv/fetch.py,sha256=1qQLQuPBpDqvRO7dkjnmeLfo-I0NSA8vFkcMd-Nqbrk,2388
|
|
8
8
|
relenv/relocate.py,sha256=P5l4s5H4bR8cYm1PEtwp9yJyVfZ5km44jLe0LvL8CL0,11797
|
|
@@ -14,12 +14,12 @@ relenv/_toolchain/aarch64/x86_64-linux-gnu-ct-ng.config,sha256=-CFXq0SLFCRkKhhME
|
|
|
14
14
|
relenv/_toolchain/x86_64/aarch64-linux-gnu-ct-ng.config,sha256=NnkGKF2oIfwOFFFIAQzVgpa-J1gfVM4eOm5VlkLnXqA,20672
|
|
15
15
|
relenv/_toolchain/x86_64/x86_64-linux-gnu-ct-ng.config,sha256=pCdwXWcd0wEV-dfAIccN_tkpJshRjSyx_RByfcdakF4,20791
|
|
16
16
|
relenv/build/__init__.py,sha256=Mk5Cn1W7C7ZGGbNxCCcQNMk4AHNvMByPSZ8akpnq9YI,5373
|
|
17
|
-
relenv/build/common.py,sha256=
|
|
17
|
+
relenv/build/common.py,sha256=Unbt2upTWGH3b0uYzDVaGiyD7233tPlR6-vmchcvQpg,49012
|
|
18
18
|
relenv/build/darwin.py,sha256=57riuVU12oydmVp5Mi3Tys4cqai55uHF0vHtdKxHXWc,3920
|
|
19
19
|
relenv/build/linux.py,sha256=TCI3NH_Yjzxizb8529qlO7pCxVleptRYcGtMzKUx7-0,19193
|
|
20
20
|
relenv/build/windows.py,sha256=yYm-8jziiUMJb6SVKGQZpHtP6wQmDK06BYC7HWgwzwA,6169
|
|
21
|
-
relenv-0.19.
|
|
22
|
-
relenv-0.19.
|
|
21
|
+
relenv-0.19.2.dist-info/licenses/LICENSE.md,sha256=T0SRk3vJM1YcAJjDz9vsX9gsCRatAVSBS7LeU0tklRM,9919
|
|
22
|
+
relenv-0.19.2.dist-info/licenses/NOTICE,sha256=Ns0AybPHBsgJKJJfjE6YnGgWEQQ9F7lQ6QNlYLlQT3E,548
|
|
23
23
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
24
|
tests/conftest.py,sha256=VfuB1T7Tjoy2mhKpwKUJNIoq9RX69sRvRXIxw_R09qU,2040
|
|
25
25
|
tests/test_build.py,sha256=vuUxCTGQa1FcoeS3ls-7e9v2ry9sgWJHzKWMYKKrwNo,1407
|
|
@@ -31,8 +31,8 @@ tests/test_relocate.py,sha256=_3Eb22qhzWvMnLIgPCqO-t_WZ-hklSMfy8GBTrdjCf0,8854
|
|
|
31
31
|
tests/test_runtime.py,sha256=n_gTiQqAgO_Vqk6Xf_2Hi3gIkBn_lhDqoovOiQ5fxG8,626
|
|
32
32
|
tests/test_toolchain.py,sha256=02ZxSj72fMTINVl-PHhBkS6eLGWKvwO3nweHYEt4SMQ,4379
|
|
33
33
|
tests/test_verify_build.py,sha256=b6aGdPUK-wHMRL1A5NDnJ2v5GjiletfFCe1oFPll-LU,41182
|
|
34
|
-
relenv-0.19.
|
|
35
|
-
relenv-0.19.
|
|
36
|
-
relenv-0.19.
|
|
37
|
-
relenv-0.19.
|
|
38
|
-
relenv-0.19.
|
|
34
|
+
relenv-0.19.2.dist-info/METADATA,sha256=Iu8nlarlFKYWu5P5HRZsGy-XPvVTGmgTNgxw-YXmgug,1360
|
|
35
|
+
relenv-0.19.2.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
|
|
36
|
+
relenv-0.19.2.dist-info/entry_points.txt,sha256=dO66nWPPWl8ALWWnZFlHKAo6mfPFuQid7purYWL2ddc,48
|
|
37
|
+
relenv-0.19.2.dist-info/top_level.txt,sha256=P4Ro6JLZE53ZdsQ76o2OzBcpb0MaVJmbfr0HAn9WF8M,13
|
|
38
|
+
relenv-0.19.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|