relenv 0.20.5__tar.gz → 0.20.6__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.
Files changed (42) hide show
  1. {relenv-0.20.5/relenv.egg-info → relenv-0.20.6}/PKG-INFO +1 -1
  2. {relenv-0.20.5 → relenv-0.20.6}/relenv/build/common.py +1 -1
  3. {relenv-0.20.5 → relenv-0.20.6}/relenv/build/linux.py +2 -2
  4. {relenv-0.20.5 → relenv-0.20.6}/relenv/common.py +1 -1
  5. {relenv-0.20.5 → relenv-0.20.6}/relenv/runtime.py +3 -7
  6. {relenv-0.20.5 → relenv-0.20.6/relenv.egg-info}/PKG-INFO +1 -1
  7. {relenv-0.20.5 → relenv-0.20.6}/LICENSE.md +0 -0
  8. {relenv-0.20.5 → relenv-0.20.6}/MANIFEST.in +0 -0
  9. {relenv-0.20.5 → relenv-0.20.6}/NOTICE +0 -0
  10. {relenv-0.20.5 → relenv-0.20.6}/README.md +0 -0
  11. {relenv-0.20.5 → relenv-0.20.6}/pyproject.toml +0 -0
  12. {relenv-0.20.5 → relenv-0.20.6}/relenv/__init__.py +0 -0
  13. {relenv-0.20.5 → relenv-0.20.6}/relenv/__main__.py +0 -0
  14. {relenv-0.20.5 → relenv-0.20.6}/relenv/_scripts/install_vc_build.ps1 +0 -0
  15. {relenv-0.20.5 → relenv-0.20.6}/relenv/build/__init__.py +0 -0
  16. {relenv-0.20.5 → relenv-0.20.6}/relenv/build/darwin.py +0 -0
  17. {relenv-0.20.5 → relenv-0.20.6}/relenv/build/windows.py +0 -0
  18. {relenv-0.20.5 → relenv-0.20.6}/relenv/buildenv.py +0 -0
  19. {relenv-0.20.5 → relenv-0.20.6}/relenv/check.py +0 -0
  20. {relenv-0.20.5 → relenv-0.20.6}/relenv/create.py +0 -0
  21. {relenv-0.20.5 → relenv-0.20.6}/relenv/fetch.py +0 -0
  22. {relenv-0.20.5 → relenv-0.20.6}/relenv/manifest.py +0 -0
  23. {relenv-0.20.5 → relenv-0.20.6}/relenv/pyversions.py +0 -0
  24. {relenv-0.20.5 → relenv-0.20.6}/relenv/relocate.py +0 -0
  25. {relenv-0.20.5 → relenv-0.20.6}/relenv/toolchain.py +0 -0
  26. {relenv-0.20.5 → relenv-0.20.6}/relenv.egg-info/SOURCES.txt +0 -0
  27. {relenv-0.20.5 → relenv-0.20.6}/relenv.egg-info/dependency_links.txt +0 -0
  28. {relenv-0.20.5 → relenv-0.20.6}/relenv.egg-info/entry_points.txt +0 -0
  29. {relenv-0.20.5 → relenv-0.20.6}/relenv.egg-info/requires.txt +0 -0
  30. {relenv-0.20.5 → relenv-0.20.6}/relenv.egg-info/top_level.txt +0 -0
  31. {relenv-0.20.5 → relenv-0.20.6}/setup.cfg +0 -0
  32. {relenv-0.20.5 → relenv-0.20.6}/setup.py +0 -0
  33. {relenv-0.20.5 → relenv-0.20.6}/tests/__init__.py +0 -0
  34. {relenv-0.20.5 → relenv-0.20.6}/tests/conftest.py +0 -0
  35. {relenv-0.20.5 → relenv-0.20.6}/tests/test_build.py +0 -0
  36. {relenv-0.20.5 → relenv-0.20.6}/tests/test_common.py +0 -0
  37. {relenv-0.20.5 → relenv-0.20.6}/tests/test_create.py +0 -0
  38. {relenv-0.20.5 → relenv-0.20.6}/tests/test_downloads.py +0 -0
  39. {relenv-0.20.5 → relenv-0.20.6}/tests/test_fips_photon.py +0 -0
  40. {relenv-0.20.5 → relenv-0.20.6}/tests/test_relocate.py +0 -0
  41. {relenv-0.20.5 → relenv-0.20.6}/tests/test_runtime.py +0 -0
  42. {relenv-0.20.5 → relenv-0.20.6}/tests/test_verify_build.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: relenv
3
- Version: 0.20.5
3
+ Version: 0.20.6
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
@@ -1251,7 +1251,7 @@ class Builder:
1251
1251
  steps = self.recipies
1252
1252
 
1253
1253
  failures = self.check_prereqs()
1254
- if failures:
1254
+ if not download_only and failures:
1255
1255
  for _ in failures:
1256
1256
  sys.stderr.write(f"{_}\n")
1257
1257
  sys.stderr.flush()
@@ -466,8 +466,8 @@ build.add(
466
466
  wait_on=["openssl"],
467
467
  download={
468
468
  "url": "https://www.openssl.org/source/openssl-{version}.tar.gz",
469
- "version": "3.0.8",
470
- "checksum": "580d8a7232327fe1fa6e7db54ac060d4321f40ab",
469
+ "version": "3.1.2",
470
+ "checksum": "206036c21264e53f0196f715d81d905742e6245b",
471
471
  "checkfunc": tarball_version,
472
472
  "checkurl": "https://www.openssl.org/source/",
473
473
  },
@@ -18,7 +18,7 @@ import threading
18
18
  import time
19
19
 
20
20
  # relenv package version
21
- __version__ = "0.20.5"
21
+ __version__ = "0.20.6"
22
22
 
23
23
  MODULE_DIR = pathlib.Path(__file__).resolve().parent
24
24
 
@@ -613,7 +613,7 @@ def wrap_pip_build_wheel(name):
613
613
  return func(*args, **kwargs)
614
614
  base_dir = common().DATA_DIR / "toolchain"
615
615
  toolchain = base_dir / common().get_triplet()
616
- cargo_home = install_cargo_config.tmpdir.name
616
+ cargo_home = str(common().DATA_DIR / "cargo")
617
617
  if not toolchain.exists():
618
618
  debug("Unable to set CARGO_HOME no toolchain exists")
619
619
  else:
@@ -844,13 +844,9 @@ def install_cargo_config():
844
844
  # We need this as a late import for python < 3.12 becuase importing it will
845
845
  # load the ssl module. Causing out setup_openssl method to fail to load
846
846
  # fips module.
847
- import tempfile
848
-
849
- install_cargo_config.tmpdir = tempfile.TemporaryDirectory(prefix="relenvcargo")
850
- cargo_home = pathlib.Path(install_cargo_config.tmpdir.name)
851
-
847
+ dirs = common().work_dirs()
852
848
  triplet = common().get_triplet()
853
- # dirs = common().work_dirs()
849
+ cargo_home = dirs.data / "cargo"
854
850
 
855
851
  toolchain = common().get_toolchain()
856
852
  if not toolchain:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: relenv
3
- Version: 0.20.5
3
+ Version: 0.20.6
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
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