From dd92393409634e90c2dcc91dc7d5ab4cbf2b01cf8f429a363fc0c8794160c3bd Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 4 May 2020 04:42:21 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyGithub?expand=0&rev=35 --- python-PyGithub.changes | 26 ++++++++++++++++++++++++++ python-PyGithub.spec | 4 +--- v1.47.tar.gz | 3 --- v1.51.tar.gz | 3 +++ 4 files changed, 30 insertions(+), 6 deletions(-) delete mode 100644 v1.47.tar.gz create mode 100644 v1.51.tar.gz diff --git a/python-PyGithub.changes b/python-PyGithub.changes index 359c37d..03b46d8 100644 --- a/python-PyGithub.changes +++ b/python-PyGithub.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon May 4 03:59:23 UTC 2020 - Steve Kowalik + +- 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. + ------------------------------------------------------------------- Mon Mar 16 07:10:20 UTC 2020 - Steve Kowalik diff --git a/python-PyGithub.spec b/python-PyGithub.spec index cd6692a..2299afe 100644 --- a/python-PyGithub.spec +++ b/python-PyGithub.spec @@ -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 @@ Source: https://github.com/PyGithub/PyGithub/archive/v%{version}.tar.gz 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} diff --git a/v1.47.tar.gz b/v1.47.tar.gz deleted file mode 100644 index 55ed0e7..0000000 --- a/v1.47.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec103ed14196e6c7f01765f6e9f420d40c42a84d81814de6800cae3548ab37f9 -size 2904408 diff --git a/v1.51.tar.gz b/v1.51.tar.gz new file mode 100644 index 0000000..64c3ab9 --- /dev/null +++ b/v1.51.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f532db2897fca69ffd560c8776eefe79d32fb50711554822d7a9afc4a28350ef +size 2950990