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

Filipe Laíns ffy00 at archlinux.org
Sat Oct 24 16:46:39 UTC 2020


    Date: Saturday, October 24, 2020 @ 16:46:39
  Author: ffy00
Revision: 731448

upgpkg: python-importlib_resources 3.1.1-1

Modified:
  python-importlib_resources/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-24 16:45:29 UTC (rev 731447)
+++ PKGBUILD	2020-10-24 16:46:39 UTC (rev 731448)
@@ -2,7 +2,7 @@
 
 _name=importlib_resources
 pkgname=python-importlib_resources
-pkgver=3.0.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=('any')
@@ -10,9 +10,9 @@
 license=('Apache')
 depends=('python')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest')
+checkdepends=('python-pytest' 'python-tests')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('cd29e268cacef3729024af6cae8394ce5aa8c1d8a28397fd8f009c7eaa908ed3775508bde86c26b0d233c25261b8509abb1e16c378c7c8a9bb0906224f3fdd54')
+sha512sums=('92577dca638a282306334441608a8f7315c1c4034004e52002029450c56529b1fc8edbd2a62c8ecc74b18ed9d3c3bf04e037d9510fa279ec7f18cb6170b2fb3a')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"



More information about the arch-commits mailing list