Update to 1.5.0. Fixes rhbz#1919576
This commit is contained in:
parent
03d0382442
commit
a343627507
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@
|
||||
/pygit2-1.2.1.tar.gz
|
||||
/pygit2-1.3.0.tar.gz
|
||||
/pygit2-1.4.0.tar.gz
|
||||
/pygit2-1.5.0.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global pkgname pygit2
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 1.4.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Python bindings for libgit2
|
||||
|
||||
License: GPLv2 with linking exception
|
||||
@ -81,6 +81,9 @@ rm -f pygit2/__init__.py
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 28 2021 Kevin Fenzi <kevin@scrye.com> - 1.5.0-1
|
||||
- Update to 1.5.0. Fixes rhbz#1919576
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pygit2-1.4.0.tar.gz) = 732a307711a014c2d3677c1921bb72bb53d3701efa1af5be2795f622137cf395a138d4640a6278e35263e1f8cc25de4644dd4fb8622f8d78d9703cf1279b1d49
|
||||
SHA512 (pygit2-1.5.0.tar.gz) = fbf92cbcdfcc047a8946149ee542ce2d5d11bccdf37174133372de10a92d73a72ff2558bb5f32c574bf743fa75acd2c42500150ffd8e0b69de4a2a952a6dfc95
|
||||
|
Loading…
Reference in New Issue
Block a user