Update to 0.101.0 upstream release
- Resolves: rhbz#2310376 Upstream tag: 0.101.0 Upstream commit: 4bd2dc81 Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
parent
1a39643571
commit
0d4dfcfcc2
6 changed files with 13 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -48,3 +48,4 @@
|
|||
/packitos-0.100.1.tar.gz
|
||||
/packitos-0.100.2.tar.gz
|
||||
/packitos-0.100.3.tar.gz
|
||||
/packitos-0.101.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.100.3.post1.dev3+g24e0b4c8.
|
||||
The file was generated using packit 0.100.3.post1.dev28+g4bd2dc81.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
%endif
|
||||
|
||||
Name: packit
|
||||
Version: 0.100.3
|
||||
Version: 0.101.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for integrating upstream projects with Fedora operating system
|
||||
|
||||
|
|
@ -79,6 +79,13 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit
|
|||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Fri Sep 06 2024 Packit <hello@packit.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
|
||||
|
||||
* Sat Aug 24 2024 Packit <hello@packit.dev> - 0.100.3-1
|
||||
- `dist-git init` command now allows `upstream-git-url` not to be specified. (#2387)
|
||||
- Resolves: rhbz#2306481
|
||||
|
|
|
|||
|
|
@ -20,4 +20,4 @@ adjust:
|
|||
- how: install
|
||||
package: python3-pip
|
||||
- how: shell
|
||||
script: pip3 install build deepdiff
|
||||
script: pip3 install build 'deepdiff < 8.0.0' # version 8.0.0 depends on numpy
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ execute:
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/packit/packit.git
|
||||
ref: 4dd8600acee67e5cca2752a0441583611f454921
|
||||
ref: 4bd2dc81f9c1ff14790df0aac2ca1efa674cdfc8
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (packitos-0.100.3.tar.gz) = c2341cafca94fbe5280d21c6d144f64b00ed6f6a9b5705b46d288d42099e22f550e773e63e6b368b78108736dae97eeb5f4fea2c1d17a4de8ba92b5a287fa901
|
||||
SHA512 (packitos-0.101.0.tar.gz) = 8da5d04e71c33573a2643a6c893377f4d3f1d546ad19c90388d2808121337ff91a0b996e248b863c038210fc67ba347c702d0ac8f363ec24d4e59a39b043bf3b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue