Date: Friday, December 30, 2022 @ 14:16:42 Author: felixonmars Revision: 1372422
upgpkg: python-jaraco.test 5.2.0-1 Modified: python-jaraco.test/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-30 14:16:38 UTC (rev 1372421) +++ PKGBUILD 2022-12-30 14:16:42 UTC (rev 1372422) @@ -1,18 +1,17 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-jaraco.test -pkgver=5.1.0 -pkgrel=2 +pkgver=5.2.0 +pkgrel=1 pkgdesc="Testing support by jaraco" url="https://github.com/jaraco/jaraco.test" license=('MIT') arch=('any') -depends=('python-jaraco.collections' 'python-jaraco.context' 'python-jaraco.functools' 'python-toml' - 'python-more-itertools') +depends=('python-jaraco.context' 'python-jaraco.functools') makedepends=('python-setuptools-scm' 'python-wheel' 'python-build' 'python-installer') checkdepends=('python-pytest-enabler' 'python-pytest-mypy') source=("https://github.com/jaraco/jaraco.test/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('6cd810b8075e622b7a631b3bcca953c6210f2f427ea35f9958f98110fcfb5ef9bd7046ad2909355451208983aa2a25abee29fec829cc18dc94ad491d319e1361') +sha512sums=('01090dffc8218d869e30b17c6bab9b1ebff336b6696ecf3bc22031a59d124206cd7d447b16d40981a95a3f4789d0717884da03b3155c45161d061d7944448d46') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
