Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
autopkg-2.7.5.pkg | 2025-07-06 | 49.6 MB | |
AutoPkg 2.7.5 source code.tar.gz | 2025-07-06 | 194.6 kB | |
AutoPkg 2.7.5 source code.zip | 2025-07-06 | 282.8 kB | |
README.md | 2025-07-06 | 1.1 kB | |
Totals: 4 Items | 50.1 MB | 0 |
2.7.5 (July 6, 2025)
- Resolved an issue with automatic generation of processor documentation on the GitHub wiki
- Since AutoPkg's last release, @jannheider has created an impressive website at autopkgweb.com that includes recipe search. AutoPkg's
search
verb now suggests using this website as an alternative to the built-in search. Thanks very much to Jann for this excellent community resource. (The website autopkgweb.com is not affiliated with or maintained by the AutoPkg project.) - Development improvements: Updated pre-commit hooks, prepared for future code coverage automation, and continued adding type hinting to core code
- MunkiImporter: Always set
munki_repo_changed
toFalse
if we don't import an item - URLDownloader: Skip setting etag and last-modified headers if
CHECK_FILESIZE_ONLY
is true (#866, thanks to @MLBZ521) - URLDownloaderPython: Fix input variable descriptions (#969, thanks to @MScottBlake)
- MunkiCatalogBuilder is deprecated and now performs no action