#619 Update rawhide to upstream release 0.49.2
Merged 2 months ago by lbarczio. Opened 2 months ago by packit-stg.
rpms/ packit-stg/python-ogr 0.49.2-rawhide-update-pull_from_upstream  into  rawhide

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

  /ogr-0.48.1.tar.gz

  /ogr-0.49.0.tar.gz

  /ogr-0.49.1.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.91.0.post1.dev2+g269d9a5d.

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

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

  Name:           python-ogr

- Version:        0.49.1

+ Version:        0.49.2

  Release:        1%{?dist}

  Summary:        One API for multiple git forges

  
@@ -48,6 +48,10 @@ 

  

  

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

+ - Resolves rhbz#2268584

+ 

  * Mon Feb 12 2024 Packit <hello@packit.dev> - 0.49.1-1

  - Interface for labels was unified and `labels` property for PullRequest and Issue now return list of PRLabel and IssueLabel respectively. (#839)

  - Resolves rhbz#2260529

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

- SHA512 (ogr-0.49.1.tar.gz) = 38d6b5ce41bffe47cddee339564e1fa93d55ef521ad4f238077e73f19edc1746252d67d69211dd6edc00e4042b745c28ba7775ab7df240c3b5130bdddb2988f5

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

Upstream tag: 0.49.2
Upstream commit: 3d788682
Release monitoring project: 18832
Resolves rhbz#2268584


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-rawhide-update-pull_from_upstream
git push origin 0.49.2-rawhide-update-pull_from_upstream

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-rawhide-update-pull_from_upstream
git checkout 0.49.2-rawhide-update-pull_from_upstream
git push packit 0.49.2-rawhide-update-pull_from_upstream

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/a7c6472e9c554094b767cae73d3f628b

Pull-Request has been merged by lbarczio

2 months ago