#524 Update f39 to upstream release 0.47.1
Closed 8 months ago by mfocko. Opened 8 months ago by packit.
rpms/ packit/python-ogr 0.47.1-f39-update-propose_downstream  into  f39

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

  /ogr-0.46.0.tar.gz

  /ogr-0.46.2.tar.gz

  /ogr-0.47.0.tar.gz

+ /ogr-0.47.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.83.0.post1.dev9+g2e0ea06c.

+ The file was generated using packit 0.84.0.

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

  Name:           python-ogr

- Version:        0.47.0

+ Version:        0.47.1

  Release:        1%{?dist}

  Summary:        One API for multiple git forges

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

  

  

  %changelog

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

+ 

  * Wed Oct 11 2023 Packit <hello@packit.dev> - 0.47.0-1

  - Added support for removing users/groups from a project and possibility to check for groups with permissions to modify a PR. (#815)

  - Resolves rhbz#2125279

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

- SHA512 (ogr-0.47.0.tar.gz) = a65e1af7a40f5ce29eb47cb36c957f49e3d418120b3a640371e56fb5becb6b43794cc026d36642867595870df3e1605814acd8999fb4516d01c4eb95fee4e452

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

Upstream tag: 0.47.1
Upstream commit: 035d4a4c


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/rpms/python-ogr.git
cd python-ogr
git checkout 0.47.1-f39-update-propose_downstream

Alternatively, you can locally fetch the source branch of this PR from Packit's fork and push it (with a fix) to your fork:

git fetch https://src.fedoraproject.org/forks/packit/rpms/python-ogr.git refs/heads/*:refs/remotes/packit/*
git checkout packit/0.47.1-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

Logs and details of the syncing: Packit dashboard

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

Pull-Request has been closed by mfocko

8 months ago