Update to 1.2.0
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
5adc81e9d5
commit
6a4603f43d
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
||||
/pygit2-1.0.3.tar.gz
|
||||
/pygit2-1.1.0.tar.gz
|
||||
/pygit2-1.1.1.tar.gz
|
||||
/pygit2-1.2.0.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global pkgname pygit2
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 1.1.1
|
||||
Version: 1.2.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 >= 0.99.0 with libgit2-devel < 1.1.0)
|
||||
BuildRequires: (libgit2-devel >= 1.0.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
|
||||
* Wed Apr 15 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.2.0-1
|
||||
- Update to 1.2.0
|
||||
|
||||
* Sat Mar 21 2020 Pete Walter <pwalter@fedoraproject.org> - 1.1.1-1
|
||||
- Update to 1.1.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pygit2-1.1.1.tar.gz) = 4453b4ba357c223c64208d6653894fafe9eb7ab1aafd92a06e0128e6e00544dccbd13dce304688fd1a2ed27deabccf81fb8b8d08d4484f2d0d02878b6c8eee04
|
||||
SHA512 (pygit2-1.2.0.tar.gz) = 1c9c59f65b8c8f047510831fff63f0f60fa64c4359a012306603d3409e5d05d955c3af0b273e57f0a345aebd5ba94c8f61628b5a04131f7b6862986eb4c855ec
|
||||
|
Loading…
Reference in New Issue
Block a user