Hello community,
here is the log from the commit of package python-PyGithub for openSUSE:Factory
checked in at 2020-01-06 15:22:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyGithub (Old)
and /work/SRC/openSUSE:Factory/.python-PyGithub.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyGithub"
Mon Jan 6 15:22:08 2020 rev:14 rq:761017 version:1.45
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyGithub/python-PyGithub.changes
2019-12-11 12:15:02.456512951 +0100
+++
/work/SRC/openSUSE:Factory/.python-PyGithub.new.6675/python-PyGithub.changes
2020-01-06 15:22:10.868480666 +0100
@@ -1,0 +2,28 @@
+Mon Jan 6 04:35:05 UTC 2020 - Steve Kowalik <[email protected]>
+
+- Update to 1.45:
+ + Breaking Changes
+ * Branch.edit_{user,team}_push_restrictions() have been removed
+ The new API is:
+ Branch.add_{user,team}_push_restrictions() to add new members
+ Branch.replace_{user,team}_push_restrictions() to replace all members
+ Branch.remove_{user,team}_push_restrictions() to remove members
+ * The api_preview parameter to Github() has been removed.
+ + Bug Fixes & Improvements
+ * Allow sha=None for InputGitTreeElement
+ * Support github timeline events.
+ * Add support for update branch
+ * Refactor Logging tests
+ * Fix rtd build
+ * Apply black to whole codebase
+ * Fix class used returning pull request comments
+ * Support for create_fork
+ * Use Repository.get_contents() in tests
+ * Allow GithubObject.update() to be passed headers
+ * Correct URL for assignees on PRs
+ * Use inclusive ordered comparison for 'parameterized' requirement
+ * Deprecate Repository.get_dir_contents()
+ * Apply some polish to manage.sh
+- Refresh no-hardcoded-dep.patch
+
+-------------------------------------------------------------------
Old:
----
v1.44.1.tar.gz
New:
----
v1.45.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyGithub.spec ++++++
--- /var/tmp/diff_new_pack.KJ5X5H/_old 2020-01-06 15:22:12.768481649 +0100
+++ /var/tmp/diff_new_pack.KJ5X5H/_new 2020-01-06 15:22:12.772481651 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-PyGithub
#
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-PyGithub
-Version: 1.44.1
+Version: 1.45
Release: 0
Summary: Python library to use the GitHub API v3
License: LGPL-3.0-or-later
++++++ no-hardcoded-dep.patch ++++++
--- /var/tmp/diff_new_pack.KJ5X5H/_old 2020-01-06 15:22:12.788481660 +0100
+++ /var/tmp/diff_new_pack.KJ5X5H/_new 2020-01-06 15:22:12.792481661 +0100
@@ -1,13 +1,8 @@
-Index: PyGithub-1.44.1/setup.py
+Index: PyGithub-1.45/setup.py
===================================================================
---- PyGithub-1.44.1.orig/setup.py
-+++ PyGithub-1.44.1/setup.py
-@@ -52,11 +52,11 @@ version = "1.44.1"
- tests_require = [
- "cryptography",
- "httpretty>=0.9.6",
-- "parameterized==0.7.0",
-+ "parameterized>=0.7.0",
+--- PyGithub-1.45.orig/setup.py
++++ PyGithub-1.45/setup.py
+@@ -55,7 +55,7 @@ tests_require = [
]
if sys.version_info < (3, 3):
++++++ v1.44.1.tar.gz -> v1.45.tar.gz ++++++
++++ 23977 lines of diff (skipped)