#32 Update epel9 to upstream release 0.7.5
Closed 8 months ago by mfocko. Opened 8 months ago by packit.
rpms/ packit/python-unidiff 0.7.5-epel9-update-pull_from_upstream  into  epel9

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

  /unidiff-0.5.5.tar.gz

  /unidiff-0.6.0.tar.gz

  /unidiff-0.7.3.tar.gz

+ /unidiff-0.7.5.tar.gz

file added
+3
@@ -0,0 +1,3 @@ 

+ This repository is maintained by packit.

+ https://packit.dev/

+ The file was generated using packit 0.80.0.post8+gf2b5fcbc.

file modified
+4 -1
@@ -2,7 +2,7 @@ 

  %global pypi_name unidiff

  

  Name:           python-%{modname}

- Version:        0.7.3

+ Version:        0.7.5

  Release:        1%{?dist}

  Summary:        Python library to parse and interact with unified diffs (patches)

  License:        MIT
@@ -48,6 +48,9 @@ 

  %{python3_sitelib}/%{modname}*.egg-info

  

  %changelog

+ * Wed Sep 13 2023 Packit <hello@packit.dev> - 0.7.5-1

+ - New upstream release 0.7.5

+ 

  * Fri May 06 2022 Matej Focko <mfocko@redhat.com> - 0.7.3-1

  - New upstream release 0.7.3

  

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

- SHA512 (unidiff-0.7.3.tar.gz) = 451bc765532329c0963961afd15e061e3bcbd85a16cb799310ae0fd34b534f6222514ed4825f90c5ae9ea1b3b0e11a8e169b7991ba9ed82c33325ccb3b10a3b0

+ SHA512 (unidiff-0.7.5.tar.gz) = bcb8c234643ecaf7d8227b57f90fbc546851b5e3abe84d74b33570bf3399b9be756b4dca9f1506b69e9401e724bfd9892c5deac515160685e5399bfe555716a3

sh: line 1: jq: command not found
Resolves BZ#


If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):

git fetch https://src.fedoraproject.org/forks/packit/rpms/python-unidiff.git refs/heads/*:refs/remotes/packit/*
git checkout packit/0.7.5-epel9-update-pull_from_upstream

Pull-Request has been closed by mfocko

8 months ago