summaryrefslogtreecommitdiff
path: root/python-pygithub.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-07 09:32:41 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-07 09:32:41 +0000
commit511934287d9973d857012713c297d40cae9667e8 (patch)
tree08acbdc211e894d5082dd66b94bbb850b9f5b899 /python-pygithub.spec
parentc2848c57cd1d94756dcae5cd0818ee290591d352 (diff)
automatic import of python-pygithubopeneuler20.03
Diffstat (limited to 'python-pygithub.spec')
-rw-r--r--python-pygithub.spec11
1 files changed, 5 insertions, 6 deletions
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