Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
meta_package_manager-5.21.0-py3-none-any.whl | 2025-05-29 | 154.8 kB | |
meta_package_manager-5.21.0.tar.gz | 2025-05-29 | 149.6 kB | |
mpm-linux-arm64.bin | 2025-05-29 | 26.3 MB | |
mpm-linux-x64.bin | 2025-05-29 | 28.2 MB | |
mpm-macos-arm64.bin | 2025-05-29 | 21.0 MB | |
mpm-macos-x64.bin | 2025-05-29 | 24.0 MB | |
mpm-windows-x64.exe | 2025-05-29 | 22.3 MB | |
README.md | 2025-05-29 | 1.0 kB | |
v5.21.0 source code.tar.gz | 2025-05-29 | 6.2 MB | |
v5.21.0 source code.zip | 2025-05-29 | 6.3 MB | |
Totals: 10 Items | 134.5 MB | 2 |
Changes
- [mpm] Drop support for Python 3.10.
- [mpm] Fix parsing of package specifiers with multiple version separators.
- [npm] Fix retrieval of installed packages.
- [fwupd] Remove
--offline
parameter which has been silently disabled and has now been remove in v2.0.0 offwupd
. Refs {pr}1511
. - [bar-plugin] Bump minimal Python version to 3.9 to aligns it with macOS default.
- [bar-plugin] Check minimal version of SwiftBar is 2.1.2.
- [bar-plugin] Reduce size of error messages from 12 to 10.
- [mpm] Remove reference to
python3
command in documentation to reduce confusion. - [mpm] Build
arm64
binary for Linux. - [mpm] Try to build
arm64
binary for Windows but mark it as unstable. - [mpm] Use post-build binary test plans to check CLI behavior.
- [mpm] Run tests on
windows-2025
instead ofwindows-2022
. - [mpm] Reactivates concurrency limits on tests.
- [mpm] Uploads codecov test results.