14
0

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:
Michal Čihař
2015-05-15 13:25:11 +00:00
committed by Git OBS Bridge
parent 2ca0b0085c
commit b863dbe046
5 changed files with 47 additions and 16 deletions

View File

@@ -1,20 +1,19 @@
diff -ruN a/github/tests/AllTests.py b/github/tests/AllTests.py
--- a/github/tests/AllTests.py 2013-11-17 22:45:12.000000000 +0100
+++ b/github/tests/AllTests.py 2013-12-04 10:43:20.695062438 +0100
@@ -83,6 +83,5 @@
--- a/github/tests/AllTests.py
+++ b/github/tests/AllTests.py
@@ -84,7 +84,6 @@ from Issue133 import *
from Issue134 import *
from Issue139 import *
from Issue140 import *
-from Issue142 import *
from Issue158 import *
from Issue174 import *
diff -ruN a/github/tests/Issue142.py b/github/tests/Issue142.py
--- a/github/tests/Issue142.py 2013-11-08 03:07:08.000000000 +0100
+++ b/github/tests/Issue142.py 1970-01-01 01:00:00.000000000 +0100
from Issue214 import *
--- a/github/tests/Issue142.py
+++ /dev/null
@@ -1,32 +0,0 @@
-# -*- coding: utf-8 -*-
-
-############################ Copyrights and license ############################
-# ########################## Copyrights and license ############################
-# #
-# Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> #
-# #
@@ -33,7 +32,7 @@ diff -ruN a/github/tests/Issue142.py b/github/tests/Issue142.py
-# You should have received a copy of the GNU Lesser General Public License #
-# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. #
-# #
-################################################################################
-# ##############################################################################
-
-import unittest
-import github