↵ Return to the main page of python3-packit
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
| Date | Author | Change |
|---|---|---|
| 2022-06-22 | Packit <hello at packit dot dev> - 0.53.0-1 | - Packit now works with Bodhi 5 and Bodhi 6 authentication mechanism. (#1629) - Git ref name that Packit works with during `propose-downstream` is now made more obvious in logs. (#1626) - Packit now correctly handles creation of custom archives in root while a specfile is in a subdirectory. (#1622) - Creation of a Bodhi update will not timeout anymore as Packit is now using a more efficient way of obtaining the latest build in a release. (#1612) |
| 2022-06-21 | Python Maint <python dash maint at redhat dot com> - 0.52.1-2 | - Rebuilt for Python 3.11 |
| 2022-06-08 | Packit <hello at packit dot dev> - 0.52.1-1 | - Fixed a regression where string values for the `targets` and `dist_git_branches` configuration keys were not accepted. (#1608) |
| 2022-05-26 | Packit <hello at packit dot dev> - 0.52.0-1 | - Packit will not raise exceptions anymore when creating an SRPM with dangling symlinks. (#1592) - `packit validate-config` now checks the paths in the package config (path of the specfile, paths of the files to be synced) relative to the project path (#1596) - The name of the temporary branch in `_packitpatch` was normalized which fixed applying the patches during `packit source-git init` (#1593) |
| 2022-05-13 | Packit <hello at packit dot dev> - 0.51.0-1 | - We have decided to deprecate `metadata` section for job configurations. All metadata-specific configuration values can be placed on the same level as the job definition. For now we are in a backward-compatible period, please move your settings from the `metadata` section. (#1569) - Packit now correctly removes patches during `packit source-git init` when the preamble does not contain blank lines. (#1582) - `packit source-git` commands learnt to replace Git-trailers in commit messages if they already exist. (#1577) - Packit now supports `--release-suffix` parameter in all of the related CLI commands. Also we have added a support for the `release_suffix` option from configuration to the CLI. With regards to that we have introduced a new CLI switch `--default-release-suffix` that allows you to override the configuration option to Packit-generated default option that ensures correct NVR ordering of the RPMs. (#1586) |
| 2022-05-05 | Packit <hello at packit dot dev> - 0.50.0-1 | - When initializing source-git repos, the author of downstream commits created from patch files which are not in a git-am format is set to the original author of the patch-file in dist-git, instead of using the locally configured Git author. (#1575) - Packit now supports `release_suffix` configuration option that allows you to override the long release string provided by Packit that is used to ensure correct ordering and uniqueness of RPMs built in Copr. (#1568) - From the security perspective, we have to decided to disable the `create_pr` option for our service, from now on Packit will unconditionally create PRs when running `propose-downstream`. We have also updated the `propose-downstream` CLI such that it is possible to use `create_pr` from configuration or override it via `--pr`/`--no-pr` options. (#1563) - The `source-git update-*` commands now check whether the target repository is pristine and in case not raise an error. (#1562) |
| 2022-04-13 | Packit <hello at packit dot dev> - 0.49.0-1 | - A new configuration option `downstream_branch_name` has been added, which is meant to be used in source-git projects and allow users to customize the name of the branch in dist-git which corresponds to the current source-git branch. (#1555) - Introduced two new build and test target aliases: `fedora-latest-stable` resolves to the latest stable Fedora Linux release, while `fedora-branched` resolves to all branched releases (all Fedora Linux release, except `rawhide`). (#1546) - When using `post_upstream_clone` to generate your spec-file, Packit now correctly checkouts the release before the action is run. (#1542) |
| 2022-03-30 | Packit <hello at packit dot dev> - 0.48.0-1 | - `packit source-git update-dist-git` and `packit source-git update-source-git` now check the synchronization of source-git and dist-git repositories prior to doing the update. If the update can't be done, for example, because the histories have diverged, the command provides instructions on how to synchronize the repositories. A `--force` option is available to try to update the destination repository anyway. - Downstream synchronization of the Packit configuration file (aka `packit.yaml`) should be fixed. (#1532) - Packit will no longer error out when trying to create a new Copr repository when it is already present (caused by a race condition). (#1527) - Interactions with Bodhi should be now more reliable when creating Bodhi updates. (#1528) |
| 2022-03-17 | Packit Service <user dash cont dash team+packit dash service at redhat dot com> - 0.47.1-1 | - When using Packit CLI for creating Bodhi updates, you can now set `fas_username` and `fas_password` in your Packit user config to not be asked about that when the command is executed. (#1517) |
| 2022-03-08 | Packit Service <user dash cont dash team+packit dash service at redhat dot com> - 0.47.0-1 | - When specfile is being generated, and both `specfile_path` and `downstream_package_name` are not set, Packit now correctly resolves this situation and sets `specfile_path` to the name of the upstream repo suffixed with ".spec". (#1499) - We are now building SRPMs for Packit's own PRs in Copr. For more info see #1490 and https://packit.dev/docs/configuration/#srpm_build_deps (#1490) - All source-git-commands were updated to append a `From-source-git-commit` or `From-dist-git-commit` Git-trailer to the commit messages they create in dist-git or source-git, in order to save the hash of the commits from which these commits were created. This information is going to be used to tell whether a source-git repository is in sync with the corresponding dist-git repository. (#1488) - Spec file and configuration file are no more automatically added to the list of files to sync when the `new files_to_sync` option is used. The old `synced_files` option is deprecated. (#1483) - We have added a new configuration option for Copr builds `enable_net` that allows you to disable network access during Copr builds. It is also complemented by `--enable-net/--disable-net` CLI options if you use Packit locally. (#1504) |