Hello community,
here is the log from the commit of package python-PyGithub for openSUSE:Factory
checked in at 2020-05-04 18:40:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyGithub (Old)
and /work/SRC/openSUSE:Factory/.python-PyGithub.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyGithub"
Mon May 4 18:40:18 2020 rev:17 rq:799922 version:1.51
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes
2020-03-20 23:54:13.376825097 +0100
+++
/work/SRC/openSUSE:Factory/.python-PyGithub.new.2738/python-PyGithub.changes
2020-05-04 18:41:10.445132288 +0200
@@ -1,0 +2,26 @@
+Mon May 4 03:59:23 UTC 2020 - Steve Kowalik <[email protected]>
+
+- Update to 1.51
+ + New features
+ * PyGithub now supports type checking
+ * Ability to retrieve public events
+ * Add and handle the maintainer_can_modify attribute in PullRequest
+ * List matching references
+ * Add create_repository_dispatch
+ * Add some Organization and Repository attributes.
+ * Add create project method
+ + Bug Fixes & Improvements
+ * Drop use of shadow-cat for draft PRs
+ * AuthenticatedUser.get_organization_membership() should be str
+ * Drop documentation for len() of PaginatedList
+ * Fix param name of projectcard's move function
+ * Correct typos found with codespell
+ * Export IncompletableObject in the github namespace
+ * Add GitHub Action workflow for checks
+ * Drop unneeded ignore rule for flake8
+ * Use pytest to parametrize tests
+ * Type stubs are now packaged with the build
+ * Get the project column by id
+- Drop parametrized and pytest-cov from BuildRequires.
+
+-------------------------------------------------------------------
Old:
----
v1.47.tar.gz
New:
----
v1.51.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyGithub.spec ++++++
--- /var/tmp/diff_new_pack.wsI30y/_old 2020-05-04 18:41:13.841139292 +0200
+++ /var/tmp/diff_new_pack.wsI30y/_new 2020-05-04 18:41:13.845139300 +0200
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-PyGithub
-Version: 1.47
+Version: 1.51
Release: 0
Summary: Python library to use the GitHub API v3
License: LGPL-3.0-or-later
@@ -29,8 +29,6 @@
BuildRequires: %{python_module Deprecated}
BuildRequires: %{python_module PyJWT}
BuildRequires: %{python_module httpretty >= 0.9.6}
-BuildRequires: %{python_module parameterized >= 0.7.0}
-BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests >= 2.14.0}
BuildRequires: %{python_module setuptools}
++++++ v1.47.tar.gz -> v1.51.tar.gz ++++++
++++ 6937 lines of diff (skipped)