Update to 1.1.0
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
2b273f3c1e
commit
44c23e9624
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@
|
|||||||
/pygit2-0.28.2.tar.gz
|
/pygit2-0.28.2.tar.gz
|
||||||
/pygit2-1.0.2.tar.gz
|
/pygit2-1.0.2.tar.gz
|
||||||
/pygit2-1.0.3.tar.gz
|
/pygit2-1.0.3.tar.gz
|
||||||
|
/pygit2-1.1.0.tar.gz
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
%global pkgname pygit2
|
%global pkgname pygit2
|
||||||
%{?python_enable_dependency_generator}
|
|
||||||
|
|
||||||
Name: python-%{pkgname}
|
Name: python-%{pkgname}
|
||||||
Version: 1.0.3
|
Version: 1.1.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python bindings for libgit2
|
Summary: Python bindings for libgit2
|
||||||
|
|
||||||
@ -11,7 +10,7 @@ URL: https://www.pygit2.org/
|
|||||||
Source0: https://github.com/libgit2/%{pkgname}/archive/v%{version}/%{pkgname}-%{version}.tar.gz
|
Source0: https://github.com/libgit2/%{pkgname}/archive/v%{version}/%{pkgname}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: (libgit2-devel >= 0.28.0 with libgit2-devel < 0.29.0)
|
BuildRequires: (libgit2-devel >= 0.99.0 with libgit2-devel < 1.1.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
|
||||||
@ -82,6 +81,9 @@ rm -f pygit2/__init__.py
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 03 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.1.0-1
|
||||||
|
- Update to 1.1.0
|
||||||
|
|
||||||
* Sun Feb 02 2020 Pete Walter <pwalter@fedoraproject.org> - 1.0.3-1
|
* Sun Feb 02 2020 Pete Walter <pwalter@fedoraproject.org> - 1.0.3-1
|
||||||
- Update to 1.0.3
|
- Update to 1.0.3
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pygit2-1.0.3.tar.gz) = 1df770fbe4a3517ba7a6bc087c26ad6b5478d53a2e42e31827573a6b89be01c2624cd64080236e70d438ff926983314b967bfae6b0bc0b5a55facbdfe09147ca
|
SHA512 (pygit2-1.1.0.tar.gz) = 32deefd8fa1b42f041a308131d8fd62e033e6231b92cb210185297dc621b10ac45e5da1ad570ebc9407cb7cde093a5d85ac0f68d5117bfff1f43f0ba4fa71174
|
||||||
|
Loading…
Reference in New Issue
Block a user