forked from pool/python-pygit2
- Update to version 0.17.3:
+ Upstream provides no changelog, but you can check https://github.com/libgit2/pygit2/compare/v0.17.2...v0.17.3 - Changes from previous versions: + https://github.com/libgit2/pygit2/compare/v0.16.1...v0.17.2 - Enable testsuite again - Package file COPYING + Upstream provides no changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
7eebcfb115
commit
8eb2f7c606
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-pygit2
|
||||
Version: 0.16.1
|
||||
Version: 0.17.3
|
||||
Release: 0
|
||||
Url: http://github.com/dborowitz/pygit2
|
||||
Summary: Python bindings for libgit2
|
||||
@@ -46,18 +46,17 @@ Bindings for libgit2, a linkable C library for the Git version-control system.
|
||||
#sed -i 's|/usr/local/lib|%%{_libdir}|' setup.py
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" python setup.py build
|
||||
CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
# Testsuite is broken ATM.
|
||||
#%%check
|
||||
#python setup.py test
|
||||
%check
|
||||
python setup.py test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.rst
|
||||
%{python_sitearch}/pygit2*
|
||||
%doc COPYING README.rst
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user