Hello community,

here is the log from the commit of package python-PyGithub for openSUSE:Factory 
checked in at 2019-03-12 09:55:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyGithub (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyGithub.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyGithub"

Tue Mar 12 09:55:23 2019 rev:9 rq:683916 version:1.43.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes  
2019-01-24 14:03:31.076044448 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PyGithub.new.28833/python-PyGithub.changes   
    2019-03-12 09:55:24.127514291 +0100
@@ -1,0 +2,7 @@
+Wed Mar  6 08:55:14 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.43.5:
+  * Many actual changes to enumerate, mostly support of current
+    github api see changes.rst file
+
+-------------------------------------------------------------------

Old:
----
  PyGithub-1.35.tar.gz

New:
----
  PyGithub-1.43.5.tar.gz

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

Other differences:
------------------
++++++ python-PyGithub.spec ++++++
--- /var/tmp/diff_new_pack.pJdSS6/_old  2019-03-12 09:55:24.835514149 +0100
+++ /var/tmp/diff_new_pack.pJdSS6/_new  2019-03-12 09:55:24.839514148 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyGithub
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,29 +17,27 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%{!?license: %global license %doc}
-%bcond_without test
 Name:           python-PyGithub
-Version:        1.35
+Version:        1.43.5
 Release:        0
 Summary:        Python library to use the GitHub API v3
-License:        LGPL-3.0-only
+License:        LGPL-3.0-or-later
 Group:          Development/Languages/Python
-Url:            http://pygithub.github.io/PyGithub/v1/index.html
+URL:            https://github.com/PyGithub/PyGithub
 Source:         
https://files.pythonhosted.org/packages/source/P/PyGithub/PyGithub-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE [email protected] -- Remove test that needs 
network access
 Patch0:         PyGithub-drop-network-tests.patch
+BuildRequires:  %{python_module Deprecated}
+BuildRequires:  %{python_module PyJWT}
+BuildRequires:  %{python_module requests >= 2.14.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# SECTION test
-BuildRequires:  %{python_module PyJWT}
-# /SECTION
+Requires:       python-Deprecated
 Requires:       python-PyJWT
+Requires:       python-requests >= 2.14.0
 Recommends:     python-cryptography
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -56,11 +54,11 @@
 
 %install
 %python_install
-%{python_expand rm -r %{buildroot}%{$python_sitelib}/github/tests/}
-%{python_expand %fdupes %{buildroot}%{$python_sitelib}}
+%python_expand rm -r %{buildroot}%{$python_sitelib}/github/tests/
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%{python_exec setup.py test}
+%python_exec setup.py test
 
 %files %{python_files}
 %license COPYING COPYING.LESSER

++++++ PyGithub-1.35.tar.gz -> PyGithub-1.43.5.tar.gz ++++++
++++ 31420 lines of diff (skipped)


Reply via email to