↵ Return to the main page of python3-packit
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
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 |
2024-09-18 | Packit <hello at packit dot dev> - 0.101.1-1 | - In the user configuration file, it's possible to set `default_parse_time_macros`, e.g. might be helpful in situations like [packit/packit-service#2514](https://github.com/packit/packit-service/issues/2514). (#2408) - Packit now allows to configure mock bootstrap feature setup of Copr projects with a new `bootstrap` configuration option. (#2411) - Resolves: rhbz#2313250 |
2024-09-06 | Packit <hello at packit dot dev> - 0.101.0-1 | - Packit now supports passing custom arguments to various static analyzers through `--csmock-args` CLI option and `csmock_args` configuration. (#2402) - When synching a new release Packit is now able to fast forward a specified merge to a configured list of branches. Use the `dist_git_branches` new syntax as in this example: `{"rawhide": {"fast_forward_merge_into": ["f40"]}, "fedora-stable": {}}` (#2363) - Resolves: rhbz#2310376 |
2024-08-24 | Packit <hello at packit dot dev> - 0.100.3-1 | - `dist-git init` command now allows `upstream-git-url` not to be specified. (#2387) - Resolves: rhbz#2306481 |
2024-08-15 | Packit <hello at packit dot dev> - 0.100.2-1 | - Update to version 0.100.2 - Resolves: rhbz#2300464 |
2024-08-01 | Packit <hello at packit dot dev> - 0.100.1-1 | - Dummy release to test the "build in side tags" new feature! - Resolves: rhbz#2300464 |