Update to 0.28.2
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
4f2efc3e98
commit
ee69ccd485
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/pygit2-0.28.0.tar.gz
|
||||
/pygit2-0.28.2.tar.gz
|
||||
|
@ -7,9 +7,10 @@
|
||||
%global arch_test_fail ppc64 s390x
|
||||
%endif
|
||||
%global pkgname pygit2
|
||||
%{?python_enable_dependency_generator}
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 0.28.0
|
||||
Version: 0.28.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Python bindings for libgit2
|
||||
|
||||
@ -32,8 +33,6 @@ BuildRequires: python2-setuptools
|
||||
BuildRequires: python2-cffi
|
||||
BuildRequires: python2-six
|
||||
BuildRequires: python2-pytest
|
||||
Requires: python2-cffi
|
||||
Requires: python2-six
|
||||
|
||||
%description -n python2-%{pkgname}
|
||||
pygit2 is a set of Python bindings to the libgit2 library, which implements
|
||||
@ -49,8 +48,6 @@ BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-cffi
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-pytest
|
||||
Requires: python3-cffi
|
||||
Requires: python3-six
|
||||
|
||||
%description -n python3-%{pkgname}
|
||||
pygit2 is a set of Python bindings to the libgit2 library, which implements
|
||||
@ -110,5 +107,8 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
|
||||
%doc docs/_build/html/*
|
||||
|
||||
%changelog
|
||||
* Sun Apr 07 2019 13:12:51 CEST Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.28.0-1
|
||||
* Thu Jun 06 14:32:34 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.28.2-1
|
||||
- Update to 0.28.2
|
||||
|
||||
* Sun Apr 07 13:12:51 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.28.0-1
|
||||
- Initial package
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pygit2-0.28.0.tar.gz) = 117d9f7da39d3d39d4d67941d08f2b404cbd05b80f504d0927b4f0532509adb81466b0b29c01cbcdb44e6681c00042f259132186d4b49745560639ce6cd82d7e
|
||||
SHA512 (pygit2-0.28.2.tar.gz) = ee8d271547704a341cb4917dfff5338550d2ddeb3c6ab4c9560665272fcaccba5427b01947d815b5329587c944803b78f3ee62df4709187b6a813d60cc51f5c6
|
||||
|
Loading…
Reference in New Issue
Block a user