From b114582be9159b08ff7fd3ad209a6ad542e66a1e Mon Sep 17 00:00:00 2001 From: Joe Bo Run Date: Wed, 8 Jun 2022 19:01:42 +0300 Subject: [PATCH] upg python-zipp --- python-zipp/PKGBUILD | 6 ++++-- python-zipp/PKGBUILD-arch | 4 ++-- python-zipp/deps | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/python-zipp/PKGBUILD b/python-zipp/PKGBUILD index 19ed8bf..8c777ad 100644 --- a/python-zipp/PKGBUILD +++ b/python-zipp/PKGBUILD @@ -7,13 +7,13 @@ pkgname=python-zipp pkgver=3.8.0 -pkgrel=01 +pkgrel=02 pkgdesc="Pathlib-compatible object wrapper for zip files" url="https://github.com/jaraco/zipp" arch=('any') depends=('python') makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-toml' 'python-wheel') -checkdepends=('python-jaraco' 'python-func-timeout') +checkdepends=('python-jaraco.itertools' 'python-func-timeout') source=("https://github.com/jaraco/zipp/archive/v$pkgver/$pkgname-$pkgver.tar.gz") export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver @@ -39,3 +39,5 @@ package() { license=('MIT') sha256sums=(98b140ba1f4f49c32eb6261f65ef3189d0bcca62fad28183355b6d0efb0dcb7e) # python-zipp-3.8.0.tar.gz + + diff --git a/python-zipp/PKGBUILD-arch b/python-zipp/PKGBUILD-arch index def1035..d352c93 100644 --- a/python-zipp/PKGBUILD-arch +++ b/python-zipp/PKGBUILD-arch @@ -2,14 +2,14 @@ pkgname=python-zipp pkgver=3.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="Pathlib-compatible object wrapper for zip files" url="https://github.com/jaraco/zipp" license=('MIT') arch=('any') depends=('python') makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-toml' 'python-wheel') -checkdepends=('python-jaraco' 'python-func-timeout') +checkdepends=('python-jaraco.itertools' 'python-func-timeout') source=("https://github.com/jaraco/zipp/archive/v$pkgver/$pkgname-$pkgver.tar.gz") sha512sums=('25a8f78be5dbfaacdd39f0492958486aa2a5a7eb1af3724e484676fb69eeb97ca558add0d5fa1f281a11cc410f67dc3959affe903a472b0bdbc78eb753096ef0') diff --git a/python-zipp/deps b/python-zipp/deps index 02c8bf3..04c7fbc 100644 --- a/python-zipp/deps +++ b/python-zipp/deps @@ -6,3 +6,4 @@ python-toml python-wheel python-jaraco python-func-timeout +