Releases: mxstack/mxdev
Releases · mxstack/mxdev
Feat for env GIT_CLONE_DEPTH and fixes
What's Changed
- Do not add package with capital names uncommented at the bottom by @petschki in #48
- Support environment variable GIT_CLONE_DEPTH. by @mauritsvanrees in #51
New Contributors
Full Changelog: v4.0.3...v4.1.0
Fix ignores/overrides with upper case names.
This release fixes #45 "Packages with capital names do not get ignored when checked out".
Migrate from pkg_resources to importlib_resources
- Fix #42: deprecated use of
pkg_resoures
to load entry points and parse requirements.
This enables mxdev to work on Python 3.12, wherepkg_resources
is no longer installed by default in virtual_envs.
Minor git revision fix
Alternative package installer support
-
Breaking: Remove
--pre
on sources from generatedrequirements-mxdev.txt
.
Usually it is not needed any longer, at least with pip 23.x.
This is a breaking change if you rely on the--pre
option being present in the generated file.
Now the--pre
option should be added topip install
when the generated file is used.
This change enables the use of the generated file with the alternative pip replacementuv
.
[jensens] -
Breaking: Drop official support for Python 3.7 (it is end of life).
[jensens] -
Document
mx.ini
sectionsvcs
setting.
[jensens]