↵ Return to the main page of python3-packit
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2025-01-20 | Packit <hello at packit dot dev> - 1.0.0-1 | - Job type `build` removed after deprecation, is now `copr_build`. - Job type `production_build` removed after deprecation, is now `upstream_koji_build`. - Key `upstream_project_name` removed after deprecation, is now `upstream_package_name`. - Key `synced_files` removed after deprecation, is now `files_to_sync`. - Resolves: rhbz#2338988 |
2025-01-17 | Fedora Release Engineering <releng at fedoraproject dot org> - 0.106.0-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild |
2024-12-16 | Packit <hello at packit dot dev> - 0.106.0-1 | - We have added a `--resultdir` option for building in mock via our CLI (`packit build in-mock`). (#2475) - Resolves: rhbz#2332425 |
2024-12-06 | Packit <hello at packit dot dev> - 0.105.0-1 | - There is a new action/hook, `post-modifications`, that is executed after all modifications to the spec file are done and in case of syncing release after all remote sources are downloaded and before uploading to lookaside cache. You can use it for example to construct an additional source that depends on the primary source (that may not yet be available in other actions). (#2474) - Resolves: rhbz#2330760 |
2024-11-25 | Packit <hello at packit dot dev> - 0.104.1-1 | - Packit now uses the fedora-distro-aliases library to expand Fedora aliases. This is Packit's original code being improved and properly maintained by the Copr team. For further suggestions about aliases, use github.com/rpm-software-management/fedora-distro-aliases. - Resolves: rhbz#2328698 |
2024-11-15 | Packit <hello at packit dot dev> - 0.104.0-1 | - Packit configuration file can now have a placeholder top-level key `_` that is ignored when read. This is useful for storing yaml anchors in complex config files, e.g.: ```yaml _: base-test: &base-test job: tests fmf_path: .distro jobs: - <<: *base-test trigger: pull_request manual_trigger: true - <<: *internal-test trigger: commit use_internal_tf: true ``` (#2378) - You can now define `with_opts` and `without_opts` in target-specific configuration of `copr_build` job to build with `--with` and `--without` rpmbuild options. (#2463) - Resolves: rhbz#2325040 |
2024-11-10 | Packit <hello at packit dot dev> - 0.103.0-1 | - Packit now supports and defaults to `fast_forward_merge_into` syntax via `--dist-git-branches-mapping` in `dist-git init`. (#2456) |
2024-10-22 | Packit <hello at packit dot dev> - 0.102.2-1 | - Fixed passing list of resolved bugs when running `packit propose-downstream` or `packit pull-from-upstream`. (#2447) - Resolves: rhbz#2321004 |
2024-10-11 | Packit <hello at packit dot dev> - 0.102.1-1 | - We have fixed an issue that was introduced during the unification of the interface for passing resolved Bugzillas / Jira tickets to the `sync-release` or `bodhi_update` jobs. (#2442) - `packit validate-config` now checks for the existence of downstream package. (#2436) - Packit now allows building VM images via CLI without any Copr repository specified. (#2434) - Resolves: rhbz#2318003 |
2024-10-04 | Packit <hello at packit dot dev> - 0.102.0-1 | - Check for `upstream_project_url` presence in the configuration when `pull_from_upstream` job is configured was removed from `validate-config`, as this is no longer required. (#2423) - `packit init` now adds working directories that are used in `packit prepare-sources` into the `.gitignore` file in the same directory where Packit config resides. (#2431) - Previously, `create-update` command took `--resolve-bugzillas` option and `propose-downstream` command took `--resolve-bug` option. The options have been unified into `--resolve-bug` for better user experience. If you used `create-update` with `--resolve-bugzillas` you have to use `--resolve-bug` (or shorthand `-b`) now instead. (#2428) - Resolves: rhbz#2316445 |