| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mpm-6.4.1-windows-x64.exe | 2026-05-04 | 23.1 MB | |
| mpm-6.4.1-windows-arm64.exe | 2026-05-04 | 20.6 MB | |
| attestation.json | 2026-05-04 | 10.7 kB | |
| mpm-6.4.1-linux-arm64.bin | 2026-05-04 | 26.6 MB | |
| mpm-6.4.1-linux-x64.bin | 2026-05-04 | 29.4 MB | |
| mpm-6.4.1-macos-arm64.bin | 2026-05-04 | 21.7 MB | |
| mpm-6.4.1-macos-x64.bin | 2026-05-04 | 24.9 MB | |
| meta_package_manager-6.4.1-py3-none-any.whl | 2026-05-04 | 206.2 kB | |
| meta_package_manager-6.4.1.tar.gz | 2026-05-04 | 156.1 kB | |
| README.md | 2026-05-04 | 5.1 kB | |
| v6.4.1 source code.tar.gz | 2026-05-04 | 1.3 MB | |
| v6.4.1 source code.zip | 2026-05-04 | 1.4 MB | |
| Totals: 12 Items | 149.5 MB | 3 | |
- [guix] Drop the
>=1.0.0version requirement and add a hex-hash regex variant. Guix is a rolling-release distribution:guix pull-managed installs and in-tree dev wrappers (./pre-inst-env guix,./scripts/guix) report a git commit hash as the "version", which the previous>=1.0.0specifier rejected as not satisfying the requirement and madempmskip the manager. The newversion_regexeschain accepts stable releases (1.4.0),git describe-style versions (1.4.0-7-gabc1234), and bare 7–40-char lowercase hex hashes, so any workingguixregisters as available. - [mpm] Add
PackageManager.unavailable_reasonand use it in the pool's "Skip" log line. Whenmpmdrops a manager from selection, the message now spells out why it was dropped:not supported on '<sysname>',no executable named '<names>' found in PATH,'<path>' is not executable,could not parse version from '<path>' output, orversion <X> does not satisfy '<spec>' requirement. Replaces the previous opaqueSkip unavailable <id> manager.line. - [mpm] Move
--covand--cov-report=termfrompyproject.toml[tool.pytest].addoptsinto the CI workflow. Removespytest-covas an unconditional test-time dependency for downstream packagers. - [mpm] Move
--numprocesses=auto,--dist=loadgroup, and--maxschedchunk=1frompyproject.toml[tool.pytest].addoptsinto the CI workflow. Removespytest-xdistas an unconditional test-time dependency for downstream packagers. - [zypper] Loosen
xmltodictfloor from>=1to>=0.12. Theparse()API I rely on inmanagers/zypper.pyhas been stable since 0.12, so the bump to 1.0 was cosmetic and forced downstream packagers to ship a newer release than necessary. - [mpm] Drop
more-itertoolsdependency. The singlepeekableuse site inpool.pyis replaced with anext(iterator, None)empty-check using stdlib only. Removes one transitive dependency for downstream packagers. - [choco] Move Chocolatey package files from
packaging/choco/intopackaging/choco/meta-package-manager/so the directory name matches the nuspec basename, as required by Chocolatey-AU'sUpdate-Package. Fixes the🍫 Chocolateyrelease job that was failing withNo nuspec file found in the package directory. - [mpm] Add
choco-source,nix-source, andguix-sourcejobs totests-install.yamlthat build and install from the in-repo packaging specs (packaging/choco/meta-package-manager/,packaging/nix/,packaging/guix/). The workflow now also triggers on pushes and pull requests touchingpackaging/{choco,nix,guix}/**, so changes to in-repo specs are validated before merge. - [mpm] Render the
chocolatey,guix, andnixrelease-PR bodies throughrepomatic pr-body --template-file .github/pr-templates/update-package-spec.md.noformat. PRs now include the standard<details>workflow-metadata block (trigger, actor, ref, commit, job, workflow, run links), the refresh-tip admonition pointing at the workflow's dispatch URL, and the attribution footer, matching every other PR opened by repomatic-driven jobs acrosskdeldycke/*repositories.
Full changelog: v6.4.0...v6.4.1
🛡️ VirusTotal scans
| Binary | Detections | Analysis |
|---|---|---|
mpm-6.4.1-linux-arm64.bin (github.com) |
0 / 62 | View scan |
mpm-6.4.1-linux-x64.bin (github.com) |
0 / 62 | View scan |
mpm-6.4.1-macos-arm64.bin (github.com) |
4 / 61 | View scan |
mpm-6.4.1-macos-x64.bin (github.com) |
1 / 62 | View scan |
mpm-6.4.1-windows-arm64.exe (github.com) |
2 / 68 | View scan |
mpm-6.4.1-windows-x64.exe (github.com) |
23 / 69 | View scan |