↵ Return to the main page of python3-packit
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
| Date | Author | Change |
|---|---|---|
| 2025-12-09 | Packit <hello at packit dot dev> - 1.13.0-1 | - `packit init` now automatically retrieves the latest version of the pre-commit hook to be added to the user's pre-commit configuration file. (#2651) - Resolves: rhbz#2420553 |
| 2025-09-19 | Packit <hello at packit dot dev> - 1.12.0-1 | - Packit now automatically invokes an rpm build in mock when no rpm test is passed using `--rpm_paths` before running local tests with `packit test`. (#2636) - Fixed an issue where the upstream spec file was synchronized without applying packit's patches. (#2637) This happened when syncing a folder that contains the specfile, e.g.: ```yaml files_to_sync: - src: distro/ dest: ./ specfile_path: distro/my_pkg.spec ``` - `packit init` now automatically adds a packit-specific pre-commit hook to user's pre-commit configuration file if present. Two new flags were added, which modify this behavior. (#2641) - Resolves: rhbz#2396659 |
| 2025-09-19 | Python Maint <python dash maint at redhat dot com> - 1.11.0-3 | - Rebuilt for Python 3.14.0rc3 bytecode |
| 2025-08-15 | Python Maint <python dash maint at redhat dot com> - 1.11.0-2 | - Rebuilt for Python 3.14.0rc2 bytecode |
| 2025-07-28 | Packit <hello at packit dot dev> - 1.11.0-1 | - `packit test` now supports running and validating TMT tests locally without requiring a PR or a release, including result parsing and basic failure reporting. (#2632) - Resolves: rhbz#2383891 |
| 2025-07-24 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.10.0-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild |
| 2025-07-11 | Packit <hello at packit dot dev> - 1.10.0-1 | - We have fixed a minor bug caused by adding the `PACKIT_SPECFILE_PATH` to the environment of Packit actions. (#2627) - We have added a support for ELN aliases in Packit. (#2630) - Resolves: rhbz#2372314 |
| 2025-06-22 | Python Maint <python dash maint at redhat dot com> - 1.8.0-2 | - Rebuilt for Python 3.14 |
| 2025-06-11 | Packit <hello at packit dot dev> - 1.9.0-1 | - Packit now exposes `specfile_path` as the environment variable `PACKIT_SPECFILE_PATH` for all Packit action hooks to reference from the config. (#2589) - We have added a support for passing `upstream_package_name` to the `upstream_tag_template` option. (#2604) - Resolves: rhbz#2372314 |
| 2025-05-09 | Packit <hello at packit dot dev> - 1.8.0-1 | - You can now validate a Packit config passed to the Packit CLI via a path, e.g., `packit config validate -c /tmp/my-custom-packit-config.yml`. (#2556) - The `--resultdir` argument in `build_in_mock` now defaults to the current directory (`"."`), preventing loss of build artifacts when not explicitly set. (#2567) - Resolves: rhbz#2365298 |