[packit] 0.93.0 upstream release
Upstream tag: 0.93.0 Upstream commit: 90bcee10
This commit is contained in:
parent
5b6fe7d921
commit
a09edb00a0
6 changed files with 11 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -101,3 +101,4 @@
|
|||
/packitos-0.90.0.tar.gz
|
||||
/packitos-0.91.0.tar.gz
|
||||
/packitos-0.92.0.tar.gz
|
||||
/packitos-0.93.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.91.0.post1.dev4+ge6fd4a25.
|
||||
The file was generated using packit 0.92.0.post1.dev10+g0644d63d.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
%endif
|
||||
|
||||
Name: packit
|
||||
Version: 0.92.0
|
||||
Version: 0.93.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for integrating upstream projects with Fedora operating system
|
||||
|
||||
|
|
@ -77,6 +77,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit
|
|||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Mon Feb 26 2024 Packit <hello@packit.dev> - 0.93.0-1
|
||||
- Packit now checks the version to propose against the version in specfile and doesn't create downgrade PRs. (#2239)
|
||||
|
||||
* Mon Feb 19 2024 Packit <hello@packit.dev> - 0.92.0-1
|
||||
- Packit now supports `trigger: ignore` which can be used for templating by using the YAML. (#2234)
|
||||
- Packit now searches for bugzilla about new release created by Upstream Release Monitoring to reference each time it syncs the release downstream. (#2229)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
# Copyright Contributors to the Packit project.
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import subprocess
|
||||
from pathlib import Path
|
||||
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ execute:
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/packit/packit.git
|
||||
ref: 5279d01ed714877e644aee6288490b2d12e8d622
|
||||
ref: 90bcee102c0d719383a7e25492caa304dcf3427b
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (packitos-0.92.0.tar.gz) = 1c0bca2acacf0294afecaf113ba836cd2b82f2409765e3a401b8ef943836f99d5d0313cd688759696272ce21d2c4464173d3783b53af64e8f268867d059d6dc2
|
||||
SHA512 (packitos-0.93.0.tar.gz) = e6cdcfe7d305093fe6c523c30f59c3dc70e8b9e5df8c909de30b99a1390b4911426a24653623d63f663c77191d392489e2e00b776035173f0785ce9027172156
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue