forked from pool/python-PyGithub
Accepting request 306388 from home:benoit_monin:branches:devel:languages:python
- update to version 1.25.2 - refresh PyGithub-drop-network-tests.patch - pass -q to test to avoid spamming the build log - change path of license files: moved upstream OBS-URL: https://build.opensuse.org/request/show/306388 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyGithub?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
2ca0b0085c
commit
b863dbe046
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-PyGithub
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-PyGithub
|
||||
Version: 1.21.0
|
||||
Version: 1.25.2
|
||||
Release: 0
|
||||
Summary: Use the full Github API v3
|
||||
License: LGPL-3.0+
|
||||
@@ -52,11 +52,11 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
rm -r %{buildroot}%{python_sitelib}/github/tests # Don't ship testsuite
|
||||
|
||||
%check
|
||||
python setup.py test
|
||||
python setup.py -q test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.rst github/COPYING github/COPYING.LESSER
|
||||
%doc README.rst COPYING COPYING.LESSER
|
||||
%{python_sitelib}/github
|
||||
%{python_sitelib}/PyGithub-%{version}-py%{py_ver}.egg-info
|
||||
|
||||
|
Reference in New Issue
Block a user