Update to 1.4.0
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
d29a8f5f95
commit
360b200530
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
||||
/pygit2-1.2.0.tar.gz
|
||||
/pygit2-1.2.1.tar.gz
|
||||
/pygit2-1.3.0.tar.gz
|
||||
/pygit2-1.4.0.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global pkgname pygit2
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 1.3.0
|
||||
Version: 1.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Python bindings for libgit2
|
||||
|
||||
@ -10,7 +10,7 @@ URL: https://www.pygit2.org/
|
||||
Source0: https://github.com/libgit2/%{pkgname}/archive/v%{version}/%{pkgname}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: (libgit2-devel >= 1.0.0 with libgit2-devel < 2.0.0)
|
||||
BuildRequires: (libgit2-devel >= 1.1.0 with libgit2-devel < 2.0.0)
|
||||
|
||||
%description
|
||||
pygit2 is a set of Python bindings to the libgit2 library, which implements
|
||||
@ -80,6 +80,9 @@ rm -f pygit2/__init__.py
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 28 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.4.0-1
|
||||
- Update to 1.4.0
|
||||
|
||||
* Sat Sep 19 2020 Pete Walter <pwalter@fedoraproject.org> - 1.3.0-1
|
||||
- Update to 1.3.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pygit2-1.3.0.tar.gz) = 6bfe19704b10bfa6c085d8876dc9c87b46d5167e4e6426b25fedf309f5ad8022d9d094998d84ba804d495bede0b051056405f0270eadbe547a7eb643fecfd156
|
||||
SHA512 (pygit2-1.4.0.tar.gz) = 732a307711a014c2d3677c1921bb72bb53d3701efa1af5be2795f622137cf395a138d4640a6278e35263e1f8cc25de4644dd4fb8622f8d78d9703cf1279b1d49
|
||||
|
Loading…
Reference in New Issue
Block a user