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

Florian Pritz bluewind at archlinux.org
Fri Mar 20 08:22:50 UTC 2020


    Date: Friday, March 20, 2020 @ 08:22:49
  Author: bluewind
Revision: 601494

upgpkg: python-internetarchive 1.9.2-1: upstream update

Modified:
  python-internetarchive/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-20 08:19:27 UTC (rev 601493)
+++ PKGBUILD	2020-03-20 08:22:49 UTC (rev 601494)
@@ -3,7 +3,7 @@
 # Contributor:  jyantis <yantis at yantis.net>
 
 pkgname=python-internetarchive
-pkgver=1.9.0
+pkgver=1.9.2
 pkgrel=1
 pkgdesc='Wrapper for the various Internet Archive APIs (IA-S3, Metadata API, etc)'
 arch=('any')
@@ -16,19 +16,21 @@
          'python-yaml'
          'python-requests'
          'python-jsonpatch'
-         'python-pytest'
          'python-docopt'
          'python-jsonpointer'
          'python-args'
          'python-backports.csv'
+         'python-tqdm'
          'python-schema'
         )
 optdepends=('python-ujson: faster json parsing'
             'python-gevent: concurrent downloads'
             'cython: speedups')
-checkdepends=(python-responses)
+checkdepends=(python-responses
+              python-pytest
+             )
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jjjake/internetarchive/archive/v${pkgver}.tar.gz")
-sha256sums=('20d1a4aef5835dc73d24fa6f6af36a07a46577789806a1513b175d7696cc2a7a')
+sha256sums=('409c65fc559a9377a08a72327cf8d45dd470fc28c7bedc59bc271386198291e7')
 
 build() {
   cd internetarchive-${pkgver}



More information about the arch-commits mailing list