Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
meta_package_manager-5.17.0-py3-none-any.whl | 2024-07-08 | 137.0 kB | |
meta_package_manager-5.17.0.tar.gz | 2024-07-08 | 130.1 kB | |
mpm-linux-x64.bin | 2024-07-08 | 33.4 MB | |
mpm-macos-arm64.bin | 2024-07-08 | 14.7 MB | |
mpm-macos-x64.bin | 2024-07-08 | 16.6 MB | |
mpm-windows-x64.exe | 2024-07-08 | 15.3 MB | |
README.md | 2024-07-08 | 1.0 kB | |
v5.17.0 source code.tar.gz | 2024-07-08 | 6.1 MB | |
v5.17.0 source code.zip | 2024-07-08 | 6.2 MB | |
Totals: 9 Items | 92.5 MB | 0 |
Changes
- [uv] Add support for
uv
package manager for Python. - [mpm] Add
--no-<manager-id>
negative selection flags for each single manager. Closes {issue}882
. - [mpm] Deprecate
-m
/--manager
and-e
/--exclude
options in favor of single--<manager-id>
/--no-<manager-id>
selectors. - [bar-plugin] Identify
uv
-based virtual envs to runmpm
executable. - [mpm] Stop CLI execution if manager selection parameters ends up with no managers being retained.
- [mpm] Switch from Poetry to
uv
. - [mpm] Drop support for Python 3.8.
- [mpm] Add dependency on
more-itertools
. - [mpm] Add metadata and icon to binaries produced by Nuitka.
- [mpm] Mark Python 3.13-dev tests as stable.
- [bar-plugin] Reactivate login shells invocation tests.
- [bar-plugin] Skip rendering tests on GitHub.
- [mpm] Remove
sys.path
cleaning hack in__main__
invocation. - [mpm] Reactivate config file test for
restore
subcommand.