[arch-commits] Commit in python-pygithub/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Mar 15 10:35:07 UTC 2020


    Date: Sunday, March 15, 2020 @ 10:35:07
  Author: felixonmars
Revision: 597739

upgpkg: python-pygithub 1.47-1

Modified:
  python-pygithub/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-15 10:34:50 UTC (rev 597738)
+++ PKGBUILD	2020-03-15 10:35:07 UTC (rev 597739)
@@ -1,17 +1,17 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-pygithub
-pkgver=1.46
+pkgver=1.47
 pkgrel=1
 pkgdesc="Use the full Github API v3"
 arch=('any')
 license=('LGPL')
 url="https://github.com/PyGithub/PyGithub"
-depends=('python-pyjwt' 'python-requests' 'python-deprecated' 'python-six')
+depends=('python-deprecated' 'python-pyjwt' 'python-requests')
 makedepends=('python-setuptools')
-checkdepends=('python-cryptography' 'python-httpretty' 'python-parameterized')
+checkdepends=('python-pytest' 'python-cryptography' 'python-httpretty' 'python-parameterized')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz")
-sha512sums=('1c03920434491b279e1709550a658ff125c0d91390160b1de5e5fadf5cf5eeb722477fd913f47ec686cce052a8c34d916de753ea36fecb227d955e60d064a0b6')
+sha512sums=('2c5804f86e1b3c47eb276dc9256983e3b7b36494e156263cf49b4d2d1e9579194f6d5ed17a7f2a8e9a4eab3824f6c7e8595960b98115feff5acb08bed03d86e3')
 
 build() {
   cd PyGithub-$pkgver
@@ -20,8 +20,7 @@
 
 check() {
   cd PyGithub-$pkgver
-  python -m lib2to3 -w -n tests
-  python setup.py test
+  python -m pytest
 }
 
 package() {



More information about the arch-commits mailing list