With this release, ypkg defaults to using eopkg.py3
for ypkg-install-deps
, but can be made to use e.g. eopkg.bin
when called from solbuild
, which in turn serves to make builds more robust in the face of CPython 3.x interpreter upgrades.
What's Changed
- ypkg2: Replace old domain by @davidjharder in #95
- ypkg-install-deps: Add -e/--eopkg-cmd argument by @ermo in #96
New Contributors
- @davidjharder made their first contribution in #95
Full Changelog: v33...v34