#1017 Update f39 to upstream release 0.93.0
Merged 2 months ago by mmassari. Opened 3 months ago by packit-stg.
rpms/ packit-stg/packit 0.93.0-f39-update-propose_downstream  into  f39

file modified
+1
@@ -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

file modified
+1 -1
@@ -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.

file modified
+4 -1
@@ -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 @@ 

  %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)

file modified
+3
@@ -1,5 +1,8 @@ 

  #!/usr/bin/python

  

+ # Copyright Contributors to the Packit project.

+ # SPDX-License-Identifier: MIT

+ 

  import subprocess

  from pathlib import Path

  

file modified
+1 -1
@@ -3,4 +3,4 @@ 

  discover:

      how: fmf

      url: https://github.com/packit/packit.git

-     ref: 5279d01ed714877e644aee6288490b2d12e8d622

+     ref: 90bcee102c0d719383a7e25492caa304dcf3427b

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (packitos-0.92.0.tar.gz) = 1c0bca2acacf0294afecaf113ba836cd2b82f2409765e3a401b8ef943836f99d5d0313cd688759696272ce21d2c4464173d3783b53af64e8f268867d059d6dc2

+ SHA512 (packitos-0.93.0.tar.gz) = e6cdcfe7d305093fe6c523c30f59c3dc70e8b9e5df8c909de30b99a1390b4911426a24653623d63f663c77191d392489e2e00b776035173f0785ce9027172156

Upstream tag: 0.93.0
Upstream commit: 90bcee10


If you need to do any change in this pull request, you can clone Packit's fork and push directly to the source branch of this PR (provided you have commit access to this repository):

git clone ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit-stg/rpms/packit.git
cd packit
git checkout 0.93.0-f39-update-propose_downstream
git push origin 0.93.0-f39-update-propose_downstream

Alternatively, if you already have the package repository cloned, you can just fetch the Packit's fork:

cd packit
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit-stg/rpms/packit.git
git fetch packit refs/heads/0.93.0-f39-update-propose_downstream
git checkout 0.93.0-f39-update-propose_downstream
git push packit 0.93.0-f39-update-propose_downstream

If you have the koji_build job configured as well, make sure to configure the allowed_pr_authors and/or allowed_committers (see the docs) since by default, Packit reacts only to its own PRs.


Before pushing builds/updates, please remember to check the new version against the packaging guidelines.

For example, please:

  • check that the new sources only contain permissible content
  • check that the license of the new version has not changed
  • check for any API/ABI and other changes that may break dependent packages
  • check the autogenerated changelog

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/1c0a77e9bf1a4398b49cbc6a576bee57

Pull-Request has been merged by mmassari

2 months ago