Hello community,

here is the log from the commit of package python-PyGithub for openSUSE:Factory 
checked in at 2019-11-07 23:19:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyGithub (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyGithub.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyGithub"

Thu Nov  7 23:19:39 2019 rev:12 rq:746113 version:1.44.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes  
2019-09-25 08:39:54.754291407 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PyGithub.new.2990/python-PyGithub.changes    
    2019-11-07 23:19:44.644743460 +0100
@@ -1,0 +2,12 @@
+Thu Nov  7 01:54:08 UTC 2019 - Steve Kowalik <[email protected]>
+
+- Update to 1.44.1:
+  * Too many changes to enumerate.
+- Drop PyGithub-drop-network-tests.patch, the test in question no longer
+  requires network access.
+- Drop fix-httpretty-dep.patch, the httpretty requirement has been relaxed
+  upstream.
+- Use %python_expand to run the test suite, it works fine on Python 3 now.
+- Add mock and parameterized to BuildRequires, the test suite requires them.
+
+-------------------------------------------------------------------

Old:
----
  PyGithub-drop-network-tests.patch
  fix-httpretty-dep.patch
  v1.43.8.tar.gz

New:
----
  v1.44.1.tar.gz

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

Other differences:
------------------
++++++ python-PyGithub.spec ++++++
--- /var/tmp/diff_new_pack.dRNQFk/_old  2019-11-07 23:19:45.592744477 +0100
+++ /var/tmp/diff_new_pack.dRNQFk/_new  2019-11-07 23:19:45.592744477 +0100
@@ -18,19 +18,18 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-PyGithub
-Version:        1.43.8
+Version:        1.44.1
 Release:        0
 Summary:        Python library to use the GitHub API v3
 License:        LGPL-3.0-or-later
 Group:          Development/Languages/Python
 URL:            https://github.com/PyGithub/PyGithub
 Source:         https://github.com/PyGithub/PyGithub/archive/v%{version}.tar.gz
-# PATCH-FIX-OPENSUSE [email protected] -- Remove test that needs 
network access
-Patch0:         PyGithub-drop-network-tests.patch
-Patch1:         fix-httpretty-dep.patch
 BuildRequires:  %{python_module Deprecated}
 BuildRequires:  %{python_module PyJWT}
 BuildRequires:  %{python_module httpretty >= 0.9.6}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module parameterized == 0.7.0}
 BuildRequires:  %{python_module requests >= 2.14.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -59,8 +58,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# When python3 support was added, none of the tests were made python3-compliant
-python setup.py test
+%python_expand $python setup.py test
 
 %files %{python_files}
 %license COPYING COPYING.LESSER

++++++ v1.43.8.tar.gz -> v1.44.1.tar.gz ++++++
++++ 7944 lines of diff (skipped)


Reply via email to