#609 Update f40 to upstream release 0.49.2
Closed 2 months ago by lbarczio. Opened 2 months ago by packit-stg.
rpms/ packit-stg/python-ogr 0.49.2-f40-update-propose_downstream  into  f40

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

  /ogr-0.48.0.tar.gz

  /ogr-0.48.1.tar.gz

  /ogr-0.49.0.tar.gz

+ /ogr-0.49.2.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.89.0.post1.dev8+ga3739216.

+ The file was generated using packit 0.93.0.post1.dev5+g0048024e.

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

  Name:           python-ogr

- Version:        0.49.0

+ Version:        0.49.2

  Release:        1%{?dist}

  Summary:        One API for multiple git forges

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

  

  

  %changelog

+ * Fri Mar 08 2024 Packit <hello@packit.dev> - 0.49.2-1

+ - `GitLabProject.get_file_content` can now correctly handle file paths starting with `./`. (#844)

+ 

  * Sat Jan 27 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)

  

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

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

+ SHA512 (ogr-0.49.2.tar.gz) = dd250e0894ac4c3ad501b75703027748a294063dbf465beb902eacaa752f887742314cf1d504b531e4c2f6b734f9dccbda954fa668b76beeb1a4c0c5e5fea8d2

Upstream tag: 0.49.2
Upstream commit: 3d788682


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.2-f40-update-propose_downstream
git push origin 0.49.2-f40-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.2-f40-update-propose_downstream
git checkout 0.49.2-f40-update-propose_downstream
git push packit 0.49.2-f40-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/8edce00828d04bd9a68469533e8bd021

Pull-Request has been closed by lbarczio

2 months ago