diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,9 @@ name : python-pygithub -version : 1.54.1 -release : 4 +version : '1.55' +release : 5 source : - - https://github.com/PyGithub/PyGithub/archive/v1.54.1.tar.gz : 40e6b59cda272e0094d6044efb60b14f0c3b94eba006c9f360f6f3e338a478ed + - https://github.com/PyGithub/PyGithub/archive/refs/tags/v1.55.tar.gz : c674e5cceba1f2cf0d7ea79da66cf31f1131e86c41cd66a2330890f74327c0e1 +homepage : https://github.com/PyGithub/PyGithub license : LGPL-3.0-or-later component : programming.python summary : Typed interactions with the GitHub API @@ -10,17 +11,22 @@ PyGitHub is a Python library to access the GitHub API and Github Enterprise API. This library enables you to manage GitHub resources such as repositories, user profiles, and organizations in your Python applications. builddeps : - python-deprecated + - python-httpretty - python-pyjwt + - python-pynacl + - python-pytest - python-requests - python-six - - python-sphinx-rtd-theme + - python-wheel rundeps : - python-deprecated - python-pyjwt + - python-pynacl - python-requests - python-six - - python-sphinx-rtd-theme build : | %python3_setup install : | %python3_install +check : | + %python3_test pytest3 -v diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -1,9 +1,10 @@ python-pygithub + https://github.com/PyGithub/PyGithub - Joey Riches - josephriches@gmail.com + Algent Albrahimi + algent@protonmail.com LGPL-3.0-or-later programming.python @@ -19,11 +20,11 @@ programming.python - /usr/lib/python3.9/site-packages/PyGithub-1.54.1-py3.9.egg-info/PKG-INFO - /usr/lib/python3.9/site-packages/PyGithub-1.54.1-py3.9.egg-info/SOURCES.txt - /usr/lib/python3.9/site-packages/PyGithub-1.54.1-py3.9.egg-info/dependency_links.txt - /usr/lib/python3.9/site-packages/PyGithub-1.54.1-py3.9.egg-info/requires.txt - /usr/lib/python3.9/site-packages/PyGithub-1.54.1-py3.9.egg-info/top_level.txt + /usr/lib/python3.9/site-packages/PyGithub-1.55-py3.9.egg-info/PKG-INFO + /usr/lib/python3.9/site-packages/PyGithub-1.55-py3.9.egg-info/SOURCES.txt + /usr/lib/python3.9/site-packages/PyGithub-1.55-py3.9.egg-info/dependency_links.txt + /usr/lib/python3.9/site-packages/PyGithub-1.55-py3.9.egg-info/requires.txt + /usr/lib/python3.9/site-packages/PyGithub-1.55-py3.9.egg-info/top_level.txt /usr/lib/python3.9/site-packages/github/AccessToken.py /usr/lib/python3.9/site-packages/github/AccessToken.pyi /usr/lib/python3.9/site-packages/github/ApplicationOAuth.py @@ -169,6 +170,8 @@ /usr/lib/python3.9/site-packages/github/ProjectCard.pyi /usr/lib/python3.9/site-packages/github/ProjectColumn.py /usr/lib/python3.9/site-packages/github/ProjectColumn.pyi + /usr/lib/python3.9/site-packages/github/PublicKey.py + /usr/lib/python3.9/site-packages/github/PublicKey.pyi /usr/lib/python3.9/site-packages/github/PullRequest.py /usr/lib/python3.9/site-packages/github/PullRequest.pyi /usr/lib/python3.9/site-packages/github/PullRequestComment.py @@ -310,6 +313,7 @@ /usr/lib/python3.9/site-packages/github/__pycache__/Project.cpython-39.pyc /usr/lib/python3.9/site-packages/github/__pycache__/ProjectCard.cpython-39.pyc /usr/lib/python3.9/site-packages/github/__pycache__/ProjectColumn.cpython-39.pyc + /usr/lib/python3.9/site-packages/github/__pycache__/PublicKey.cpython-39.pyc /usr/lib/python3.9/site-packages/github/__pycache__/PullRequest.cpython-39.pyc /usr/lib/python3.9/site-packages/github/__pycache__/PullRequestComment.cpython-39.pyc /usr/lib/python3.9/site-packages/github/__pycache__/PullRequestMergeStatus.cpython-39.pyc @@ -348,12 +352,12 @@ - - 2021-07-28 - 1.54.1 + + 2021-08-10 + 1.55 Packaging update - Joey Riches - josephriches@gmail.com + Algent Albrahimi + algent@protonmail.com \ No newline at end of file