Hello community,

here is the log from the commit of package python-PyGithub for openSUSE:Factory 
checked in at 2015-05-16 07:14:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-05 07:18:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyGithub.new/python-PyGithub.changes     
2015-05-16 07:14:47.000000000 +0200
@@ -1,0 +2,32 @@
+Mon May 11 15:48:45 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.25.2:
+  * Work around the GitHub API v3 returning null in some paginated
+    responses
+- additional changes from version 1.25.1
+  * Fix two-factor authentication header, thanks to tradej for the
+    pull request
+- additional changes from version 1.25.0
+  * Implement getting repos by id, thanks to tylertreat for the
+    pull request
+  * Add Gist.owner, thanks to dalejung for the pull request
+- additional changes from version 1.24.1
+  * Fix urlquoting in search, thanks to cro for the pull request
+- additional changes from version 1.24.0
+  * Implement search, thanks to thialfihar for the pull request
+- additional changes from version 1.23.0
+  * Fix all that is based on headers in Python 3 (pagination,
+    conditional request, rate_limit...), huge thanks to cwarren-mw
+    for finding the bug
+  * Accept strings for assignees and collaborators, thanks to farrd
+  * Ease two-factor authentication by adding ‘onetime_password’ to
+    AuthenticatedUser.create_authorization, thanks to cameronbwhite
+- additional changes from version 1.22.0
+  * Emojis, thanks to evolvelight
+  * Repository.stargazers_count, thanks to cameronbwhite
+  * User.get_teams, thanks to poulp
+- refresh PyGithub-drop-network-tests.patch
+- pass -q to test to avoid spamming the build log
+- change path of license files: moved upstream
+
+-------------------------------------------------------------------

Old:
----
  PyGithub-1.21.0.tar.gz

New:
----
  PyGithub-1.25.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-PyGithub.spec ++++++
--- /var/tmp/diff_new_pack.cUuSuu/_old  2015-05-16 07:14:48.000000000 +0200
+++ /var/tmp/diff_new_pack.cUuSuu/_new  2015-05-16 07:14:48.000000000 +0200
@@ -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 @@
 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
 

++++++ PyGithub-1.21.0.tar.gz -> PyGithub-1.25.2.tar.gz ++++++
++++ 6834 lines of diff (skipped)

++++++ PyGithub-drop-network-tests.patch ++++++
--- /var/tmp/diff_new_pack.cUuSuu/_old  2015-05-16 07:14:48.000000000 +0200
+++ /var/tmp/diff_new_pack.cUuSuu/_new  2015-05-16 07:14:48.000000000 +0200
@@ -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 <vinc...@vincent-jacques.net>                
 #
 -#                                                                             
 #
@@ -33,7 +32,7 @@
 -# 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


Reply via email to