Hello community, here is the log from the commit of package python-PyGithub for openSUSE:Factory checked in at 2013-12-05 07:18:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyGithub (Old) and /work/SRC/openSUSE:Factory/.python-PyGithub.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyGithub" Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes 2013-10-25 11:27:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-PyGithub.new/python-PyGithub.changes 2013-12-05 07:18:04.000000000 +0100 @@ -1,0 +2,8 @@ +Wed Dec 4 09:47:50 UTC 2013 - [email protected] + +- Update to version 1.21.0: + + No changelog, but https://github.com/jacquev6/PyGithub/issues?milestone=33&state=closed +- Add PyGithub-drop-network-tests.patch: Drop tests that need network access + during build + +------------------------------------------------------------------- Old: ---- PyGithub-1.13.1.tar.gz New: ---- PyGithub-1.21.0.tar.gz PyGithub-drop-network-tests.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyGithub.spec ++++++ --- /var/tmp/diff_new_pack.uKvNOc/_old 2013-12-05 07:18:05.000000000 +0100 +++ /var/tmp/diff_new_pack.uKvNOc/_new 2013-12-05 07:18:05.000000000 +0100 @@ -17,13 +17,15 @@ Name: python-PyGithub -Version: 1.13.1 +Version: 1.21.0 Release: 0 Summary: Use the full Github API v3 License: LGPL-3.0+ Group: Development/Languages/Python Url: http://jacquev6.github.com/PyGithub Source: http://pypi.python.org/packages/source/P/PyGithub/PyGithub-%{version}.tar.gz +# PATCH-FIX-OPENSUSE [email protected] -- Remove tests that need network access during build +Patch0: PyGithub-drop-network-tests.patch BuildRequires: python-devel BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -40,7 +42,7 @@ %prep %setup -q -n PyGithub-%{version} -chmod -x README.rst github/COPYING{,.LESSER} +%patch0 -p1 %build python setup.py build @@ -49,12 +51,13 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} rm -r %{buildroot}%{python_sitelib}/github/tests # Don't ship testsuite -#%%check -#python setup.py test +%check +python setup.py test %files %defattr(-,root,root,-) %doc README.rst github/COPYING github/COPYING.LESSER -%{python_sitelib}/* +%{python_sitelib}/github +%{python_sitelib}/PyGithub-%{version}-py%{py_ver}.egg-info %changelog ++++++ PyGithub-1.13.1.tar.gz -> PyGithub-1.21.0.tar.gz ++++++ ++++ 28671 lines of diff (skipped) ++++++ PyGithub-drop-network-tests.patch ++++++ 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 @@ 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 @@ -1,32 +0,0 @@ -# -*- coding: utf-8 -*- - -############################ Copyrights and license ############################ -# # -# Copyright 2013 Vincent Jacques <[email protected]> # -# # -# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ # -# # -# PyGithub is free software: you can redistribute it and/or modify it under # -# the terms of the GNU Lesser General Public License as published by the Free # -# Software Foundation, either version 3 of the License, or (at your option) # -# any later version. # -# # -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # -# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # -# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # -# details. # -# # -# 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 - - -class Issue142(unittest.TestCase): # https://github.com/jacquev6/PyGithub/issues/142 - def testDecodeJson(self): - # This test has to hit GitHub for real, because the record-replay framework looses types - # and python3 does not behave like python2 for strings and bytes - self.assertEqual(github.Github().get_rate_limit().rate.limit, 60) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
