Hello community,
here is the log from the commit of package python-PyGithub for openSUSE:Factory
checked in at 2020-02-18 13:29:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyGithub (Old)
and /work/SRC/openSUSE:Factory/.python-PyGithub.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyGithub"
Tue Feb 18 13:29:48 2020 rev:15 rq:775083 version:1.46
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes
2020-01-06 15:22:10.868480666 +0100
+++
/work/SRC/openSUSE:Factory/.python-PyGithub.new.26092/python-PyGithub.changes
2020-02-18 13:29:48.960750428 +0100
@@ -1,0 +2,22 @@
+Tue Feb 18 09:22:59 UTC 2020 - Steve Kowalik <[email protected]>
+
+- Update to 1.46
+ + Bug Fixes & Improvements
+ * Add repo edit support for delete_branch_on_merge
+ * Fix mistake in Repository.create_fork()
+ * Correct two attributes in Invitation
+ * Search repo issues by string label
+ * Correct Repository.create_git_tag_and_release()
+ * exposed seats and filled_seats for Github Organization Plan
+ * Repository.create_project() body is optional
+ * Implement move action for ProjectCard
+ * Tidy up ProjectCard.get_content()
+ * Added nested teams and parent
+ * Correct parameter for Label.edit
+ * doc: example of Pull Request creation
+ * Fix PyPI wheel deployment
+- No longer build Python 2 package
+- Drop BuildRequires on mock, no longer required
+- Drop no-hardcoded-dep.patch, no longer required
+
+-------------------------------------------------------------------
Old:
----
no-hardcoded-dep.patch
v1.45.tar.gz
New:
----
v1.46.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyGithub.spec ++++++
--- /var/tmp/diff_new_pack.dd3FRP/_old 2020-02-18 13:29:50.180752800 +0100
+++ /var/tmp/diff_new_pack.dd3FRP/_new 2020-02-18 13:29:50.184752808 +0100
@@ -17,19 +17,18 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-PyGithub
-Version: 1.45
+Version: 1.46
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
-Patch0: no-hardcoded-dep.patch
BuildRequires: %{python_module Deprecated}
BuildRequires: %{python_module PyJWT}
BuildRequires: %{python_module httpretty >= 0.9.6}
-BuildRequires: %{python_module mock >= 3.0.5}
BuildRequires: %{python_module parameterized >= 0.7.0}
BuildRequires: %{python_module requests >= 2.14.0}
BuildRequires: %{python_module setuptools}
@@ -43,7 +42,7 @@
%python_subpackages
%description
-PyGithub is a Python (2 and 3) library to use the Github API v3.
+PyGithub is a Python 3 library to use the Github API v3.
Github resources (repositories, user profiles, organizations,
etc.) can be managed with this.
++++++ v1.45.tar.gz -> v1.46.tar.gz ++++++
++++ 6941 lines of diff (skipped)