diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pygithub.spec | 11 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 7 deletions
@@ -1 +1,2 @@ /PyGithub-1.58.0.tar.gz +/PyGithub-1.58.1.tar.gz diff --git a/python-pygithub.spec b/python-pygithub.spec index 8048d2d..34201a5 100644 --- a/python-pygithub.spec +++ b/python-pygithub.spec @@ -1,18 +1,17 @@ %global _empty_manifest_terminate_build 0 Name: python-PyGithub -Version: 1.58.0 +Version: 1.58.1 Release: 1 Summary: Use the full Github API v3 License: GNU Library or Lesser General Public License (LGPL) URL: https://github.com/pygithub/pygithub -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/75/4d/ef9f51658d28339a59391ec6790aba0e70aef0f235538be75ee9d075bb7d/PyGithub-1.58.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/20/6c/de921918c2b3e23057813d14edec87593798c9977b341ebb7d16ec1fb2b2/PyGithub-1.58.1.tar.gz BuildArch: noarch Requires: python3-deprecated -Requires: python3-pyjwt +Requires: python3-pyjwt[crypto] Requires: python3-pynacl Requires: python3-requests -Requires: python3-cryptography %description First create a Github instance:: @@ -60,7 +59,7 @@ Then play with your Github objects:: repo.edit(has_wiki=False) %prep -%autosetup -n PyGithub-1.58.0 +%autosetup -n PyGithub-1.58.1 %build %py3_build @@ -100,5 +99,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.58.0-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 1.58.1-1 - Package Spec generated @@ -1 +1 @@ -c5d11efa12f49c813b5e984b08036ecb PyGithub-1.58.0.tar.gz +de80bb62156895ec044b45d5b13ce4c7 PyGithub-1.58.1.tar.gz |