Compare commits
No commits in common. "rawhide" and "f42" have entirely different histories.
6 changed files with 4 additions and 33 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -148,6 +148,3 @@
|
|||
/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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.16.2.post1.dev18+g099fa292c.
|
||||
The file was generated using packit 1.15.3.post1.dev4+g553394da5.
|
||||
|
|
|
|||
21
packit.spec
21
packit.spec
|
|
@ -6,7 +6,7 @@
|
|||
%endif
|
||||
|
||||
Name: packit
|
||||
Version: 1.16.3
|
||||
Version: 1.16.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for integrating upstream projects with Fedora operating system
|
||||
|
||||
|
|
@ -78,25 +78,6 @@ 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)
|
||||
|
|
|
|||
|
|
@ -3,13 +3,6 @@ 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"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/packit/packit.git
|
||||
ref: 868f8f6b5f04b0dfc5f4e42aa466721ffc0e4b15
|
||||
ref: 3824aae58b21d6a38bbcb49a9fe53484143a4569
|
||||
execute:
|
||||
how: tmt
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (packitos-1.16.3.tar.gz) = 0bf3d8a574f09d78261044e6b66447363e6c1d14f77c610b73773565aeac696aac952a2fc777aafc769023c211436ac18a84dce935f0da006fec02f981313758
|
||||
SHA512 (packitos-1.16.0.tar.gz) = cb9edfa23a5153439739f13e82da13e3017d97f43d2fdfdf8c1afd6e7de7b31f64c29c006c5f0dbda353fa4a12f1a7761935353ef87b306f71d109abf09bc802
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue