Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Packit
34fcb6811c Update to 1.16.3 upstream release
- Resolves: rhbz#2528471

Upstream tag: 1.16.3
Upstream commit: 868f8f6b

Commit authored by Packit automation (https://packit.dev/)
2026-09-04 11:06:17 +00:00
Packit
7f9f1b684c Update to 1.16.2 upstream release
- Resolves: rhbz#2502899

Upstream tag: 1.16.2
Upstream commit: 33bc381e

Commit authored by Packit automation (https://packit.dev/)
2026-07-20 17:25:37 +00:00
Fedora Release Engineering
4d95c3e9b8 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-16 10:42:59 +00:00
Packit
9a9b1ed8e0 Update to 1.16.1 upstream release
- Resolves: rhbz#2488767

Upstream tag: 1.16.1
Upstream commit: 6e09edce

Commit authored by Packit automation (https://packit.dev/)
2026-06-14 18:08:01 +00:00
Python Maint
2af9d43fbf Rebuilt for Python 3.15 2026-06-05 13:21:31 +02:00
Packit
7fc713a2cc Update to 1.16.0 upstream release
- Resolves: rhbz#2461103

Upstream tag: 1.16.0
Upstream commit: 3824aae5

Commit authored by Packit automation (https://packit.dev/)
2026-04-24 08:52:57 +00:00
Packit
4d3ab9df47 Update to 1.15.3 upstream release
- Resolves: rhbz#2453842

Upstream tag: 1.15.3
Upstream commit: e0ba48ac

Commit authored by Packit automation (https://packit.dev/)
2026-04-01 13:48:15 +00:00
Packit
ab83dee839 Update to 1.15.2 upstream release
- Resolves: rhbz#2450841

Upstream tag: 1.15.2
Upstream commit: b7382833

Commit authored by Packit automation (https://packit.dev/)
2026-03-24 17:55:12 +00:00
6 changed files with 49 additions and 4 deletions

6
.gitignore vendored
View file

@ -145,3 +145,9 @@
/packitos-1.14.0.tar.gz
/packitos-1.15.0.tar.gz
/packitos-1.15.1.tar.gz
/packitos-1.15.2.tar.gz
/packitos-1.15.3.tar.gz
/packitos-1.16.0.tar.gz
/packitos-1.16.1.tar.gz
/packitos-1.16.2.tar.gz
/packitos-1.16.3.tar.gz

View file

@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 1.15.0.post1.dev8+gd88d89df5.
The file was generated using packit 1.16.2.post1.dev18+g099fa292c.

View file

@ -6,7 +6,7 @@
%endif
Name: packit
Version: 1.15.1
Version: 1.16.3
Release: 1%{?dist}
Summary: A tool for integrating upstream projects with Fedora operating system
@ -78,6 +78,38 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit
%doc README.md
%changelog
* Fri Sep 04 2026 Packit <hello@packit.dev> - 1.16.3-1
- Packit now retries when it encounters connection errors during authentication when attempting to create a Bodhi update. (#2749)
- Fixed an issue where a relative `--dist-git-path` (e.g. `.`) could cause packit to incorrectly identify a dist-git directory as an upstream repository. (#2736)
- Resolves: rhbz#2528471
* Mon Jul 20 2026 Packit <hello@packit.dev> - 1.16.2-1
- Add HTTP timeouts and make `get_monitoring_metadata()` unauthenticated which should improve the UX of `packit validate`. (#2730)
- Resolves: rhbz#2502899
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Sun Jun 14 2026 Packit <hello@packit.dev> - 1.16.1-1
- Fixed a couple of Copr-related issues. (#2721, #2727)
- Resolves: rhbz#2488767
* Fri Jun 05 2026 Python Maint <python-maint@redhat.com> - 1.16.0-2
- Rebuilt for Python 3.15
* Fri Apr 24 2026 Packit <hello@packit.dev> - 1.16.0-1
- Packit CLI has a new option `--[no-]update-release` that, by default, follows the value of the option set in the config, and also allows you to override manually, if necessary. (#2713)
- In addition to `version_update_mask`, users can now use a new `version_update_specifiers` configuration option to control the upstream versions allowed to be release-synced. The option accepts [PEP440 version specifier sets](https://packaging.pypa.io/en/stable/specifiers.html), for example `version_update_specifiers: >=1.0,~=1.0`. (#2710)
- Resolves: rhbz#2461103
* Wed Apr 01 2026 Packit <hello@packit.dev> - 1.15.3-1
- We've fixed the formatting of the strings Packit appends to the changelog. Now there will be at most one blank line before or after the Packit comment. (#2707)
- Resolves: rhbz#2453842
* Tue Mar 24 2026 Packit <hello@packit.dev> - 1.15.2-1
- Packit now uses the specfile library's sanitization when parsing spec files.
- Resolves: rhbz#2450841
* Fri Mar 06 2026 Packit <hello@packit.dev> - 1.15.1-1
- We have fixed a bug that prevented running `sync_release()` on a `PackitAPI` instance initialized with `non_git_upstream=True` repeatedly due to an improper clean-up. (#2691)
- Resolves: rhbz#2445195

View file

@ -3,6 +3,13 @@ summary: Unit, integration & functional tests.
discover+:
filter: tag:full
# marshmallow-jsonschema has no Fedora/EPEL package, install it from PyPI
prepare:
- how: install
package: python3-pip
- how: shell
script: pip3 install marshmallow-jsonschema
adjust:
- when: "initiator == packit"
because: "have the latest builds of ogr and specfile available for upstream test jobs"

View file

@ -1,6 +1,6 @@
discover:
how: fmf
url: https://github.com/packit/packit.git
ref: 460154b02830ae01f957e84142b9abb707d1ca7f
ref: 868f8f6b5f04b0dfc5f4e42aa466721ffc0e4b15
execute:
how: tmt

View file

@ -1 +1 @@
SHA512 (packitos-1.15.1.tar.gz) = 180a91f2612df66f170eac9d01ca4f3debfff01b37a44a4aab0bb53512e27dbdaed8ab301552c87649996de9b7fa5a544908568d78a262dce1bbc784f0a1b973
SHA512 (packitos-1.16.3.tar.gz) = 0bf3d8a574f09d78261044e6b66447363e6c1d14f77c610b73773565aeac696aac952a2fc777aafc769023c211436ac18a84dce935f0da006fec02f981313758