#549 Update f39 to upstream release 0.48.0
Merged 6 months ago by mmassari. Opened 6 months ago by packit-stg.
rpms/ packit-stg/python-ogr 0.48.0-f39-update-pull_from_upstream  into  f39

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

  /ogr-0.46.2.tar.gz

  /ogr-0.47.0.tar.gz

  /ogr-0.47.1.tar.gz

+ /ogr-0.48.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.83.0.post1.dev20+gaf7edc1f.

+ The file was generated using packit 0.87.1.post1.dev9+ge52a00d1.

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

  Name:           python-ogr

- Version:        0.47.1

+ Version:        0.48.0

  Release:        1%{?dist}

  Summary:        One API for multiple git forges

  
@@ -48,6 +48,11 @@ 

  

  

  %changelog

+ * 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)

+ - Resolves rhbz#2255524

+ 

  * Mon Oct 30 2023 Packit <hello@packit.dev> - 0.47.1-1

  - Fixed an issue where getting a list of GitLab merge requests using `.list()` would return only 20 items. (#819)

  - Resolves rhbz#2246994

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

- SHA512 (ogr-0.47.1.tar.gz) = 6a220ea2ce3df723abc2aed2d8c167a5fc703a57eaf03f436e6e66c1b535caa0fbb820b008ec8ccfef1d3d19c2914133c69d2e89f5b3754477b6db04871cecf7

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

Upstream tag: 0.48.0
Upstream commit: 99a8026b
Release monitoring project: 18832
Resolves rhbz#2255524


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.0-f39-update-pull_from_upstream
git push origin 0.48.0-f39-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.48.0-f39-update-pull_from_upstream
git checkout 0.48.0-f39-update-pull_from_upstream
git push packit 0.48.0-f39-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/65bde6c4a1564c9a9da60d56c606a2fd

Pull-Request has been merged by mmassari

6 months ago