portable-python 1.8.6__tar.gz → 1.8.7__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.
- {portable-python-1.8.6/src/portable_python.egg-info → portable-python-1.8.7}/PKG-INFO +1 -1
- {portable-python-1.8.6 → portable-python-1.8.7}/src/portable_python/external/xcpython.py +2 -4
- {portable-python-1.8.6 → portable-python-1.8.7/src/portable_python.egg-info}/PKG-INFO +1 -1
- {portable-python-1.8.6 → portable-python-1.8.7}/DEVELOP.md +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/LICENSE +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/MANIFEST.in +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/README.rst +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/SECURITY.md +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/pyproject.toml +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/requirements.txt +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/setup.cfg +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/setup.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/src/portable_python/__init__.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/src/portable_python/__main__.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/src/portable_python/cli.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/src/portable_python/config.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/src/portable_python/cpython.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/src/portable_python/external/__init__.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/src/portable_python/external/_inspect.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/src/portable_python/external/tkinter.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/src/portable_python/inspector.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/src/portable_python/tracking.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/src/portable_python/versions.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/src/portable_python.egg-info/SOURCES.txt +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/src/portable_python.egg-info/dependency_links.txt +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/src/portable_python.egg-info/entry_points.txt +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/src/portable_python.egg-info/requires.txt +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/src/portable_python.egg-info/top_level.txt +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/tests/test_build.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/tests/test_cleanup.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/tests/test_failed.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/tests/test_inspector.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/tests/test_invoker.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/tests/test_list.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/tests/test_prefix.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/tests/test_recompress.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/tests/test_report.py +0 -0
- {portable-python-1.8.6 → portable-python-1.8.7}/tests/test_setup.py +0 -0
|
@@ -147,10 +147,8 @@ class Openssl(ModuleBuilder):
|
|
|
147
147
|
|
|
148
148
|
@property
|
|
149
149
|
def version(self):
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
return self.cfg_version("1.1.1w")
|
|
153
|
-
|
|
150
|
+
# See https://endoflife.date/openssl
|
|
151
|
+
# This default here picks the most conservative longest supported version
|
|
154
152
|
return self.cfg_version("3.0.13")
|
|
155
153
|
|
|
156
154
|
def c_configure_args(self):
|
|
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
|
{portable-python-1.8.6 → portable-python-1.8.7}/src/portable_python.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{portable-python-1.8.6 → portable-python-1.8.7}/src/portable_python.egg-info/entry_points.txt
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
|