Hello community,
here is the log from the commit of package python-PyGithub for openSUSE:Factory
checked in at 2019-01-24 14:03:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyGithub (Old)
and /work/SRC/openSUSE:Factory/.python-PyGithub.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyGithub"
Thu Jan 24 14:03:29 2019 rev:8 rq:659840 version:1.35
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes
2017-08-24 18:53:37.507061121 +0200
+++
/work/SRC/openSUSE:Factory/.python-PyGithub.new.28833/python-PyGithub.changes
2019-01-24 14:03:31.076044448 +0100
@@ -1,0 +2,10 @@
+Wed Dec 19 00:35:29 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary. Generalize description.
+
+-------------------------------------------------------------------
+Tue Dec 4 12:52:15 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyGithub.spec ++++++
--- /var/tmp/diff_new_pack.gsN6Y2/_old 2019-01-24 14:03:32.056043329 +0100
+++ /var/tmp/diff_new_pack.gsN6Y2/_new 2019-01-24 14:03:32.056043329 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-PyGithub
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -22,14 +22,13 @@
Name: python-PyGithub
Version: 1.35
Release: 0
-Summary: Use the full Github API v3
-License: LGPL-3.0
+Summary: Python library to use the GitHub API v3
+License: LGPL-3.0-only
Group: Development/Languages/Python
Url: http://pygithub.github.io/PyGithub/v1/index.html
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 devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -44,9 +43,9 @@
%python_subpackages
%description
-PyGithub is a Python (2 and 3) library to use the Github API v3. With it, you
-can manage your Github resources (repositories, user profiles, organizations,
-etc.) from Python scripts.
+PyGithub is a Python (2 and 3) library to use the Github API v3.
+Github resources (repositories, user profiles, organizations,
+etc.) can be managed with this.
%prep
%setup -q -n PyGithub-%{version}