Accepting request 518566 from home:TheBlackCat:branches:devel:languages:python

- Update to 0.26.0
  * Update to libgit2 v0.26
  * Drop support for Python 3.2, add support for cffi 1.10
  * New ``Repository.revert_commit(...)``
  * New ``Branch.is_checked_out()``
  * Various fixes

OBS-URL: https://build.opensuse.org/request/show/518566
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=38
This commit is contained in:
Todd R 2017-08-24 16:16:36 +00:00 committed by Git OBS Bridge
parent b3e1b15069
commit dcc6728618
4 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:de0ed85fd840dfeb32bcaa94c643307551dc0d967c3714e49087e7edc0cdc571
size 472116

3
pygit2-0.26.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7f06d61f25ab644c39e0e9bd4846a6cc4af81ae27f889473e6f0e9511226cb1
size 457263

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Aug 24 15:45:45 UTC 2017 - toddrme2178@gmail.com
- Update to 0.26.0
* Update to libgit2 v0.26
* Drop support for Python 3.2, add support for cffi 1.10
* New ``Repository.revert_commit(...)``
* New ``Branch.is_checked_out()``
* Various fixes
-------------------------------------------------------------------
Fri Apr 7 22:12:04 UTC 2017 - toddrme2178@gmail.com

View File

@ -17,15 +17,16 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_with test
Name: python-pygit2
Version: 0.25.0
Version: 0.26.0
Release: 0
Summary: Python bindings for libgit2
License: GPL-2.0
Group: Development/Languages/Python
Url: https://github.com/libgit2/pygit2
Source: https://pypi.io/packages/source/p/pygit2/pygit2-%{version}.tar.gz
BuildRequires: libgit2-devel >= 0.25
BuildRequires: libgit2-devel >= %{version}
BuildRequires: libopenssl-devel
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@ -53,8 +54,10 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%if %{with test}
%check
#python setup.py test
%python_exec setup.py test
%endif
%files %{python_files}
%defattr(-,root,root,-)