#4 New upstream release 3.1.10
Merged 3 years ago by athoscr. Opened 3 years ago by athoscr.
rpms/ athoscr/GitPython openshift-compat  into  master

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

  /GitPython-*.tar.gz

+ /GitPython-3.1.10-1.fc34.src.rpm

file modified
+7 -3
@@ -2,13 +2,13 @@ 

  %global srcname GitPython

  

  Name:           %{srcname}

- Version:        3.1.0

- Release:        3%{?dist}

+ Version:        3.1.10

+ Release:        1%{?dist}

  Summary:        Python Git Library

  

  License:        BSD

  URL:            https://github.com/gitpython-developers/GitPython

- Source0:        %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz

+ Source0:        %pypi_source

  

  BuildArch:      noarch

  
@@ -55,6 +55,10 @@ 

  %{python3_sitelib}/%{modname}/

  

  %changelog

+ * Fri Oct 23 2020 Athos Ribeiro <athoscr@fedoraproject.org> - 3.1.10-1

+ - New upstream release 3.1.10

+ - Use sources from PyPI

+ 

  * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

  

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

- SHA512 (GitPython-3.1.0.tar.gz) = a151eb8402be6b39ab97b9a2b09d8fe86f8e981842bf4703c3b6be96deed4148969b777675ca2db796e810844ef6e15fba3b38eb7f36e13d303d2712968ad7b3

+ SHA512 (GitPython-3.1.10-1.fc34.src.rpm) = cd2617bd79c331dd91732b249379611e4a21375e34ba90250b8df2aab3dc6170f633c7f72c76935b20962bb8ceb4e503c543c3216c45c06eb3e1a96f8792c640

This patch also changes the package to use pristine sources from PyPI. This was needed because the upstream project did not push the new tag to the github repository. See https://github.com/gitpython-developers/GitPython/pull/1072

Pull-Request has been merged by athoscr

3 years ago