Date: Tuesday, April 11, 2023 @ 15:04:06 Author: dvzrv Revision: 473860
upgpkg: python-resolvelib 1.0.1-1: Upgrade to 1.0.1 and rebuild against Python 3.11. Modified: python-resolvelib/trunk/PKGBUILD ----------+ PKGBUILD | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-11 09:57:57 UTC (rev 473859) +++ PKGBUILD 2023-04-11 15:04:06 UTC (rev 473860) @@ -3,7 +3,7 @@ _name=resolvelib pkgname=python-resolvelib -pkgver=0.9.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="Resolve abstract dependencies into concrete ones" url="https://github.com/sarugaku/resolvelib" @@ -10,12 +10,21 @@ license=(custom:ISC) arch=(any) depends=(python) -makedepends=(python-build python-installer python-setuptools python-wheel) -checkdepends=(python-commentjson python-packaging python-pytest) +makedepends=( + python-build + python-installer + python-setuptools + python-wheel +) +checkdepends=( + python-commentjson + python-packaging + python-pytest +) # test files not in pypi sdist tarballs because of reasons: https://github.com/sarugaku/resolvelib/issues/108 source=($_name-$pkgver.tar.gz::https://github.com/sarugaku/resolvelib/archive/refs/tags/$pkgver.tar.gz) -sha512sums=('cb263a60e958e190c92dc333afd61eba76e3f1b1cf8f825c39292ea37c90f440afaacfc2d574987e26f6bb1d3a155ea8d878dd29cf82e78d912df36f4a10eb7e') -b2sums=('a5f0ab89f8b44125da59bc93bbfd78e8f35c3af82459732317097a79db81d5366e9fdfdf75ed12d1726441d1d0275304a953c489e987832134be936b92766878') +sha512sums=('a35f7fdbc3aba5b44fdf6b9c55b082156ca641dfe5825611be6364622bcaaf45faafa2c45bdd13d1b5723a55732759a806905ab4b6f366fba0474d1f808d91bc') +b2sums=('7715f61d262cb79ce08f0431650e6213def4582a0774cf36dab722d88013f7bc9c72a31a957d3782e35b315158982c3311fe3e06e26bbf9040fa96b239934661') build() { cd $_name-$pkgver
