#574 Update f39 to upstream release 0.49.0
Closed 5 months ago by nforro. Opened 5 months ago by packit-stg.
rpms/ packit-stg/python-ogr 0.49.0-f39-update-propose_downstream  into  f39

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

  /ogr-0.47.1.tar.gz

  /ogr-0.48.0.tar.gz

  /ogr-0.48.1.tar.gz

+ /ogr-0.49.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.87.1.post1.dev13+gdfbffa63.

+ The file was generated using packit 0.89.0.post1.dev8+ga3739216.

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

  Name:           python-ogr

- Version:        0.48.1

+ Version:        0.49.0

  Release:        1%{?dist}

  Summary:        One API for multiple git forges

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

  

  

  %changelog

+ * Fri Jan 26 2024 Packit <hello@packit.dev> - 0.49.0-1

+ - For Pagure there are 2 new methods available: one for getting users with specified access rights and one for getting members of a group. (#834)

+ 

  * 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.

  - Resolves rhbz#2257242

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

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

+ SHA512 (ogr-0.49.0.tar.gz) = b75b791e315dd6066ae15802254416fc7a70f78fd17c7e93794e511671b3d20bff3b292074accb9fec1b1cd19f9376a34342dbe3caa6eff748d2bac31b246764

Upstream tag: 0.49.0
Upstream commit: e977ec38


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.49.0-f39-update-propose_downstream
git push origin 0.49.0-f39-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.49.0-f39-update-propose_downstream
git checkout 0.49.0-f39-update-propose_downstream
git push packit 0.49.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

: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/59b9099be6cc4cbc8d529eb6ea0053a2

Pull-Request has been closed by nforro

5 months ago