Information for build packit-0.76.0-1.el9

ID2206276
Package Namepackit
Version0.76.0
Release1.el9
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/packit.git#33e27ae8bee52611d1a7a06eb8eac6fa50724a62
SummaryA tool for integrating upstream projects with Fedora operating system
DescriptionThis project provides tooling and automation to integrate upstream open source projects into Fedora operating system.
Built bypackit-stg
State complete
Volume DEFAULT
StartedFri, 26 May 2023 13:38:51 UTC
CompletedFri, 26 May 2023 13:40:17 UTC
Taskbuild (epel9-candidate, /rpms/packit.git:33e27ae8bee52611d1a7a06eb8eac6fa50724a62)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/packit.git#33e27ae8bee52611d1a7a06eb8eac6fa50724a62'}}
Tags No tags
RPMs
src
packit-0.76.0-1.el9.src.rpm (info) (download)
noarch
packit-0.76.0-1.el9.noarch.rpm (info) (download)
python3-packit-0.76.0-1.el9.noarch.rpm (info) (download)
Logs
noarch
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri May 26 2023 Packit <hello@packit.dev> - 0.76.0-1 - Unsuccessful Image Builder requests now provide error details so you can fix the Image configuration. (#1981) - Copr projects created by Packit will not follow the Fedora branching from now on. This decision has been made to lower the load on Copr from the temporary Copr projects created, mainly, for the PR builds. If you are releasing your packages to Copr, please use the new setting `follow_fedora_branching`. Already existing projects are not affected by this change and it is also not enforced with the custom Copr repositories. (#1970) * Fri Apr 28 2023 Packit <hello@packit.dev> - 0.75.0-1 - Detection of `%autorelease` usage in dist-git spec file during `propose-downstream` and `pull-from-upstream` has been improved and Packit will always preserve it. (#1949) - Changed build tool to hatchling and moved metadata to `pyproject.toml`. (PEP621) (#1913) - Respect `upstream_ref` for tags that start with "a", "b", "c", "e", "n", "r", "s". This was caused by an issue with a `branches` prefix being treated as a set of letters to remove. (#1943) - Reset `Release` field in dist-git spec file to `1` when the version in upstream spec file is not up-to-date with the release that triggered `propose_downstream`. (#1940) - Correctly catch the logs, if any of the user actions fail during the propose-downstream. (#1939) - `packit source-git` related commands can skip dist-git repos, where the git trailer is not found, when looking for the right dist-git dir where to work. (#1938) - More monorepo related fixes. (#1946, #1947, #1948) * Sun Apr 16 2023 Packit <hello@packit.dev> - 0.74.0-1 - Allow configuring tmt tests with fmf root outside of git root. (#1936) - Removed adding the "Signed-off-by" tag to commits created by Packit. (#1934) - Packit's source_git functionality installs/loads the `_packitpatch` script in a more reliable manner that doesn't rely on deprecated setuptools functionality. (#1926) * Thu Apr 06 2023 Packit <hello@packit.dev> - 0.73.0-1 - Packit now supports monorepo configuration in CLI (#1864) * Fri Mar 31 2023 Packit <hello@packit.dev> - 0.72.0-1 - Packit now preserves `autorelease` macro during `propose_downstream` and `pull_from_upstream`. (#1904) * Sat Mar 25 2023 Packit <hello@packit.dev> - 0.71.0-1 - `upstream_tag_template` is now also used when looking for the latest version tag in Git. This allows upstream repositories to mix different tag-patterns in the same repository, but consider only one to tell the latest version. (#1891) * Mon Mar 20 2023 Packit <hello@packit.dev> - 0.70.0-1 - Now packit uses the `get_current_version` action defined by the user to retrieve version before updating the specfile %setup macro (if any). (#1886) * Sun Mar 05 2023 Packit <hello@packit.dev> - 0.69.0-1 - `packit validate-config` now correctly checks glob-patterns in `files_to_sync`. (#1865) - Aliases logic was updated to account for the upcoming Fedora release (Bodhi now marks such release as `frozen`). (#1863) - Command `packit validate-config` now provides details about errors when it cannot parse the config file. (#1861) - Packit does fewer API calls when searching for the package configuration file in remote repositories. (#1846) - `--update-release`/`--no-update-release` now affects only `Release`, not `Version`. (#1857) - Packit now provides `PACKIT_PROJECT_VERSION` environment variable when running `changelog-entry` action. (#1853) * Mon Feb 20 2023 Packit <hello@packit.dev> - 0.68.0-1 - Packit now requires bodhi in version 7.0.0 at minimum. (#1844) - You can now use `--srpm` option with the `packit build locally` CLI command. (#1810) * Fri Feb 03 2023 Packit <hello@packit.dev> - 0.67.0-1 - Packit now sanitizes changelog messages in order not to break spec file parsing. (#1841) * Fri Jan 20 2023 Packit <hello@packit.dev> - 0.66.0-1 - When configuring Copr chroot (target in Packit terminology) specific configuration, make sure to specify `additional_modules` as a string containing module names separated with a comma, example: "httpd:2.4,python:4". (#1826) - Target-specific configuration for Copr builds can now be defined and Packit will set it for the appropriate Copr chroots. (#1822) - You can now specify `update_release: false` in the configuration to tell Packit not to change the `Version` and `Release` in the spec file. It works the same as `--no-update-release` (renamed from now deprecated `--no-bump`) in the CLI. (#1827) - Packit now supports setting `module_hotfixes` for Copr projects. (#1829) - All Copr projects created by Packit now default to `enable_net=False`. Our documentation stated this but it wasn't the case. This is now corrected. (#1825) * Wed Jan 04 2023 Packit <hello@packit.dev> - 0.65.2-1 - No changes. This is a fixup release for sake of Packit deployment. * Thu Dec 22 2022 Packit <hello@packit.dev> - 0.65.1-1 - Packit now puts the correct release number into the changelog when the `Release` tag is reset during `propose-downstream`. (#1816) * Fri Dec 09 2022 Packit <hello@packit.dev> - 0.65.0-1 - Packit now correctly handles a race condition when it tries to create bodhi updates for builds that are not yet tagged properly. CLI exprience was also improved for this case. (#1803) - Packit now resets the `Release` tag during `propose-downstream` if the version is updated and the `Release` tag has not explicitly been overridden in the upstream specfile. (#1801) * Fri Dec 02 2022 Packit <hello@packit.dev> - 0.64.0-1 - `packit propose-downstream` now uploads all remote sources (those specified as URLs) and the source specified by `spec_source_id` (whether remote or not) to lookaside. Previously, only Source0 was uploaded. Source0 is no longer treated specially, but as `spec_source_id` is `Source0` by default, Source0 is still being uploaded by default unless `spec_source_id` is overriden. (#1778) * Sat Nov 12 2022 Packit <hello@packit.dev> - 0.63.1-1 - Packit now correctly finds SRPM when rpmbuild reports warnings when it parses the spec file. (#1772) - When packit.yaml is present in the repo but is empty, Packit now produces a better error message instead of an internal Python exception. (#1769) * Fri Nov 04 2022 Packit <hello@packit.dev> - 0.63.0-1 - Fixed an issue due to which the repository was never searched for a specfile if 'specfile_path' was not specified, and 'specfile_path' was always set to '<repo_name>.spec'. (#1758) - Packit is now able to generate automatic Bodhi update notes including a changelog diff since the latest stable build of a package. (#1747) * Thu Oct 27 2022 Packit <hello@packit.dev> - 0.62.0-1 - Fixed an issue with version and release being updated even if `--no-bump` flag was specified. Also fixed an issue when `None` appeared in release instead of a number. (#1753) * Fri Oct 21 2022 Packit <hello@packit.dev> - 0.61.0-1 - Packit can now correctly authenticate with Bodhi 6 and therefore create Bodhi updates. 🚀 (#1746) - Packit now requires Python 3.9 or later. (#1745) * Fri Oct 07 2022 Packit <hello@packit.dev> - 0.60.0-1 - Propose downstream job now pushes changes even when it's not creating a new pull request. This allows updating already existing pull requests. (#1725) * Fri Sep 16 2022 Packit Team <hello@packit.dev> - 0.59.1-1 - New upstream release 0.59.1 * Thu Aug 25 2022 Nikola Forró <nforro@redhat.com> - 0.59.0-1 - New upstream release 0.59.0 * Thu Aug 18 2022 Laura Barcziova <lbarczio@redhat.com> - 0.58.0-1 - New upstream release 0.58.0 * Thu Aug 04 2022 Frantisek Lachman <flachman@redhat.com> - 0.57.0-1 - New upstream release 0.57.0 * Thu Jul 28 2022 Matej Focko <mfocko@redhat.com> - 0.56.0-1 - New upstream release 0.56.0 * Thu Jul 14 2022 František Nečas <fnecas@redhat.com> - 0.55.0-1 - New upstream release 0.55.0 * Wed Jun 29 2022 Tomas Tomecek <ttomecek@redhat.com> - 0.54.0-1 - New upstream release 0.54.0 * Wed Jun 22 2022 Nikola Forró <nforro@redhat.com> - 0.53.0-1 - New upstream release 0.53.0 * Wed Jun 08 2022 Maja Massarini <mmassari@redhat.com> - 0.52.1-1 - New upstream release 0.52.1 * Thu May 26 2022 Laura Barcziova <lbarczio@redhat.com> - 0.52.0-1 - New upstream release 0.52.0 * Thu May 12 2022 Tomas Tomecek <ttomecek@redhat.com> - 0.51.0-1 - New upstream release 0.51.0 * Thu May 05 2022 Matej Focko <mfocko@redhat.com> - 0.50.0-1 - New upstream release 0.50.0 * Tue Apr 12 2022 Jiri Popelka <jpopelka@redhat.com> - 0.49.0-1 - new upstream release 0.49.0 * Wed Mar 30 2022 Maja Massarini <mmassari@redhat.com> - 0.48.0-1 - new upstream release 0.48.0 * Wed Mar 16 2022 Frantisek Lachman <flachman@redhat.com> - 0.47.1-1 - new upstream release 0.47.1 * Tue Mar 08 2022 Jiří Kyjovský <jkyjovsk@redhat.com> - 0.47.0-1 - new upstream release 0.47.0 * Wed Feb 16 2022 Tomas Tomecek <ttomecek@redhat.com> - 0.46.0-1 - new upstream release 0.46.0 * Fri Feb 04 2022 Matej Focko <mfocko@redhat.com> - 0.45.0-1 - new upstream release 0.45.0 * Thu Jan 20 2022 Hunor Csomortáni <csomh@redhat.com> - 0.44.0-1 - new upstream release 0.44.0 * Wed Dec 08 2021 Tomas Tomecek <ttomecek@redhat.com> - 0.43.0-1 - 0.43.0 upstream release * Wed Nov 24 2021 Laura Barcziova <lbarczio@redhat.com> - 0.42.0-1 - new upstream release 0.42.0 * Thu Nov 11 2021 Hunor Csomortáni <csomh@redhat.com> - 0.41.0-1 - new upstream release 0.41.0 * Tue Oct 26 2021 Frantisek Lachman <flachman@redhat.com> - 0.40.0-1 - new upstream release 0.40.0 * Thu Oct 14 2021 Jiri Kyjovsky <jkyjovsk@redhat.com> - 0.39.0-1 - new upstream release 0.39.0 * Thu Sep 30 2021 Hunor Csomortáni <csomh@redhat.com> - 0.38.0-1 - new upstream release 0.38.0 * Fri Sep 17 2021 Matej Focko <mfocko@redhat.com> - 0.37.0-1 - new upstream release 0.37.0 * Wed Sep 01 2021 Jiri Popelka <jpopelka@redhat.com> - 0.36.0-1 - new upstream release 0.36.0 * Thu Aug 05 2021 Tomas Tomecek <ttomecek@redhat.com> - 0.35.0-1 - new upstream release 0.35.0 * Thu Jul 08 2021 Laura Barcziova <lbarczio@redhat.com> - 0.34.0-1 - new upstream release 0.34.0 * Thu Jun 24 2021 Ben Crocker <bcrocker@redhat.com> - 0.33.1-1 - new upstream release 0.33.1 * Wed Jun 09 2021 Matej Mužila <mmuzila@redhat.com> - 0.32.0-1 - new upstream release 0.32.0 * Thu May 27 2021 Frantisek Lachman <flachman@redhat.com> - 0.31.0-1 - new upstream release 0.31.0