1
0
forked from pool/python-pygit2

Accepting request 518568 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/518568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2017-08-29 09:44:01 +00:00 committed by Git OBS Bridge
commit 7c8cae2e52
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 Fri Apr 7 22:12:04 UTC 2017 - toddrme2178@gmail.com

View File

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