Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pip-run
From: Adam Ciarcinski
Date: 2024-01-27 19:35:25
Message id: 20240127183526.17656FA42@cvs.NetBSD.org
Log Message:
py-pip-run: updated to 12.5.0
v12.5.0
Features
- Add support for script dependencies in a TOML block per PEP 723.
v12.4.0
Features
- Ensure requirements with a URL are not detected as installed.
v12.3.1
Bugfixes
- Removed Python 3.7 compatibility code.
v12.3.0
Features
- Renamed PIP_RUN_MODE variable to PIP_RUN_RETENTION_STRATEGY. Also renamed the \
default value of 'ephemeral' to 'destroy'. If PIP_RUN_MODE is used, a warning is \
emitted.
v12.2.2
Bugfixes
- Made pydragon example portable to Windows
v12.2.1
Bugfixes
- Refreshed README
v12.2.0
Features
- Presence of Python script parameters now honors files with a shebang even if \
no Python extension is present.
v12.1.0
Features
- Require Python 3.8 or later.
Bugfixes
- Fixed EncodingWarning in scripts module.
v12.0.1
Bugfixes
- Fix IndexError when no parameters are supplied.
v12.0.0
Features
- The executable parameters now accept a ``!`` prefix, indicating to run a \
separate executable instead of Python in the context.
Deprecations and Removals
- ``pip_run.launch.with_path`` now expects the literal command to be passed and \
no longer injects the ``sys.executable``. For compatibility, pass the executable \
in the params or wrap the params in something like ``pip_run.launch.infer_cmd``.
Files: