Update to 1.7.1
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
af5f59f83b
commit
7849a451db
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@
|
|||||||
/pygit2-1.4.0.tar.gz
|
/pygit2-1.4.0.tar.gz
|
||||||
/pygit2-1.5.0.tar.gz
|
/pygit2-1.5.0.tar.gz
|
||||||
/pygit2-1.6.1.tar.gz
|
/pygit2-1.6.1.tar.gz
|
||||||
|
/pygit2-1.7.1.tar.gz
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
%global pkgname pygit2
|
%global pkgname pygit2
|
||||||
|
|
||||||
Name: python-%{pkgname}
|
Name: python-%{pkgname}
|
||||||
Version: 1.6.1
|
Version: 1.7.1
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: Python bindings for libgit2
|
Summary: Python bindings for libgit2
|
||||||
|
|
||||||
License: GPLv2 with linking exception
|
License: GPLv2 with linking exception
|
||||||
URL: https://www.pygit2.org/
|
URL: https://www.pygit2.org/
|
||||||
Source0: https://github.com/libgit2/%{pkgname}/archive/v%{version}/%{pkgname}-%{version}.tar.gz
|
Source0: https://github.com/libgit2/pygit2/archive/v%{version}.tar.gz#/%{pkgname}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: (libgit2-devel >= 1.1.0 with libgit2-devel < 2.0.0)
|
BuildRequires: (libgit2-devel >= 1.3.0 with libgit2-devel < 2.0.0)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
pygit2 is a set of Python bindings to the libgit2 library, which implements
|
pygit2 is a set of Python bindings to the libgit2 library, which implements
|
||||||
@ -25,7 +25,6 @@ BuildRequires: python3-cffi
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-cached_property
|
|
||||||
|
|
||||||
%description -n python3-%{pkgname}
|
%description -n python3-%{pkgname}
|
||||||
pygit2 is a set of Python bindings to the libgit2 library, which implements
|
pygit2 is a set of Python bindings to the libgit2 library, which implements
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pygit2-1.6.1.tar.gz) = b4c3deef6259cf9aec9763831d66364744f7a93b6773b57402e5c04e56cfb920eedaa4f212b6127ce682a7a64808397d483c93d4a9ec40390951a517dabba421
|
SHA512 (pygit2-1.7.1.tar.gz) = d97a7f55e9db11acf9613ad2b7db2203a7564b38eb59d24cadcfe672a27c3188a744e7acadd072cb4a6a0c5fe39b687edd33236759674762ed32e051481a6478
|
||||||
|
Loading…
Reference in New Issue
Block a user