#559 Update epel9 to upstream release 0.48.1
Closed 2 months ago by lbarczio. Opened 4 months ago by packit-stg.
rpms/ packit-stg/python-ogr 0.48.1-epel9-update-propose_downstream  into  epel9

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

  /ogr-0.47.0.tar.gz

  /ogr-0.47.1.tar.gz

  /ogr-0.48.0.tar.gz

+ /ogr-0.48.1.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.87.1.post1.dev9+ge52a00d1.

+ The file was generated using packit 0.87.1.post1.dev13+gdfbffa63.

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

  Name:           python-ogr

- Version:        0.48.0

+ Version:        0.48.1

  Release:        1%{?dist}

  Summary:        One API for multiple git forges

  
@@ -48,6 +48,9 @@ 

  

  

  %changelog

+ * Mon Jan 08 2024 Packit <hello@packit.dev> - 0.48.1-1

+ - Fix log level and wording when Pagure returns an error while retrieving Pagure PR diffstats.

+ 

  * Thu Dec 21 2023 Packit <hello@packit.dev> - 0.48.0-1

  - There is a new get_pr_files_diff method supported for Pagure. (#826)

  - We have fixed a bug that GithubRelease.url returned an API URL. (#824)

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

- SHA512 (ogr-0.48.0.tar.gz) = 91c458e15cbddd767691fde76bb4155fcc3ad4312274fc91262662367fb25b5f254401f1c0adbdb8c6bae51f8e8a65052e5d940646cf29b833c9072240985db4

+ SHA512 (ogr-0.48.1.tar.gz) = 4a17f50398e6360f9255fae0fd11d5b15b8a652873bbe8fb3943b41eced96709fb84700bf062ec46bdfb6481242af29127dd41aa49c80701376891ffb47f6fc7

Upstream tag: 0.48.1
Upstream commit: b0bd4970


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/python-ogr.git
cd python-ogr
git checkout 0.48.1-epel9-update-propose_downstream
git push origin 0.48.1-epel9-update-propose_downstream

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

cd python-ogr
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit-stg/rpms/python-ogr.git
git fetch packit refs/heads/0.48.1-epel9-update-propose_downstream
git checkout 0.48.1-epel9-update-propose_downstream
git push packit 0.48.1-epel9-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

:warning: Changed behaviour of loading the Packit configuration for koji_build and bodhi_update jobs

We would like to bring to your attention a recent update regarding the loading of Packit configuration for koji_build and bodhi_update jobs. Going forward, the configuration for these jobs will be loaded from the default repository branch (rawhide) instead of the respective branches. This aligns with the behavior of the pull-from-upstream job. We believe this adjustment will simplify the onboarding process and enhance the overall user experience.

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

Pull-Request has been closed by lbarczio

2 months ago