From e2ca9c14652b1d74aecae011d453064723a1043e Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 1 Sep 2022 19:28:58 -0400 Subject: [PATCH] python3-github3: update to 3.2.0. --- srcpkgs/python3-github3/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template index 5ff03dbac0b..1ea9a42668c 100644 --- a/srcpkgs/python3-github3/template +++ b/srcpkgs/python3-github3/template @@ -1,18 +1,20 @@ # Template file for 'python3-github3' pkgname=python3-github3 -version=1.3.0 -revision=5 +version=3.2.0 +revision=1 wrksrc="github3.py-${version}" build_style=python3-module +make_check_args="-k not(test_delete_key)" hostmakedepends="python3-setuptools" -depends="python3-requests python3-uritemplate" +depends="python3-requests python3-uritemplate python3-dateutil python3-PyJWT" +checkdepends="$depends python3-pytest-xdist python3-betamax-matchers" short_desc="Wrapper for GitHub's API (Python3)" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github3py.readthedocs.org" changelog="https://raw.githubusercontent.com/sigmavirus24/github3.py/master/docs/source/release-notes/${version}.rst" distfiles="${PYPI_SITE}/g/github3.py/github3.py-${version}.tar.gz" -checksum=15a115c18f7bfcf934dfef7ab103844eb9f620c586bad65967708926da47cbda +checksum=09b72be1497d346b0968cde8360a0d6af79dc206d0149a63cd3ec86c65c377cc post_install() { vlicense LICENSE