Update to 1.6.1. Fixes rhbz#1966590
This commit is contained in:
parent
351dcaa20d
commit
e67f1126e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@
|
||||
/pygit2-1.3.0.tar.gz
|
||||
/pygit2-1.4.0.tar.gz
|
||||
/pygit2-1.5.0.tar.gz
|
||||
/pygit2-1.6.1.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global pkgname pygit2
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 1.5.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.6.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Python bindings for libgit2
|
||||
|
||||
License: GPLv2 with linking exception
|
||||
@ -81,6 +81,9 @@ rm -f pygit2/__init__.py
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Aug 08 2021 Kevin Fenzi <kevin@scrye.com> - 1.6.1-1
|
||||
- Update to 1.6.1. Fixes rhbz#1966590
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pygit2-1.5.0.tar.gz) = fbf92cbcdfcc047a8946149ee542ce2d5d11bccdf37174133372de10a92d73a72ff2558bb5f32c574bf743fa75acd2c42500150ffd8e0b69de4a2a952a6dfc95
|
||||
SHA512 (pygit2-1.6.1.tar.gz) = b4c3deef6259cf9aec9763831d66364744f7a93b6773b57402e5c04e56cfb920eedaa4f212b6127ce682a7a64808397d483c93d4a9ec40390951a517dabba421
|
||||
|
Loading…
Reference in New Issue
Block a user