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:
BIN
pygit2-0.25.0.tar.gz
(Stored with Git LFS)
BIN
pygit2-0.25.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
pygit2-0.26.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
pygit2-0.26.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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
|
||||
|
||||
|
@@ -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,-)
|
||||
|
Reference in New Issue
Block a user