David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-importlib_resources
Commits: 2ff95313 by David Runge at 2024-03-20T14:25:52+01:00 upgpkg: 6.3.2-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-importlib_resources pkgdesc = Design and implementation for a planned importlib.resources - pkgver = 6.3.0 + pkgver = 6.3.2 pkgrel = 1 url = https://github.com/python/importlib_resources arch = any @@ -17,8 +17,8 @@ pkgbase = python-importlib_resources depends = python depends = python-zipp provides = python-importlib-resources - source = python-importlib_resources-6.3.0.tar.gz::https://github.com/python/importlib_resources/archive/refs/tags/v6.3.0.tar.gz - sha512sums = c640738067e973b9e5dda707fc2465c99e9c4904da35ff9c5164980e50be9a6ea0295f3087bc14444f2618cbfed418060174fa1229cd55b1a996f1ee24287fee - b2sums = 1c821552376970efe89abe36020ef5b1f5f5131f03e553fe03dc4efaa27d7d5e41bbeb1384e9c06a3ed890ed653189548e2d8e1f7aa4e1328fab9917e97e755d + source = python-importlib_resources-6.3.2.tar.gz::https://github.com/python/importlib_resources/archive/refs/tags/v6.3.2.tar.gz + sha512sums = cd2daf2dd4b9672238f07e9ba470edfc93376defc2761866f2dd844b7cc2fb8c16c554ff419a48f986da5c536c0776f448beb7c02f5ad68ccbb470755b5bcaf9 + b2sums = 5ade99b423c108968fa39bf54ca75b5b838c2b635ca0874e74460f9c035d798b4a2fb8afc239a9f7053243e01719f2f9979408826dd05bf8dce516bcbec941d2 pkgname = python-importlib_resources ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ _name=importlib_resources pkgname=python-importlib_resources -pkgver=6.3.0 +pkgver=6.3.2 pkgrel=1 pkgdesc="Design and implementation for a planned importlib.resources" arch=(any) @@ -27,8 +27,8 @@ checkdepends=( ) provides=(python-importlib-resources) source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz) -sha512sums=('c640738067e973b9e5dda707fc2465c99e9c4904da35ff9c5164980e50be9a6ea0295f3087bc14444f2618cbfed418060174fa1229cd55b1a996f1ee24287fee') -b2sums=('1c821552376970efe89abe36020ef5b1f5f5131f03e553fe03dc4efaa27d7d5e41bbeb1384e9c06a3ed890ed653189548e2d8e1f7aa4e1328fab9917e97e755d') +sha512sums=('cd2daf2dd4b9672238f07e9ba470edfc93376defc2761866f2dd844b7cc2fb8c16c554ff419a48f986da5c536c0776f448beb7c02f5ad68ccbb470755b5bcaf9') +b2sums=('5ade99b423c108968fa39bf54ca75b5b838c2b635ca0874e74460f9c035d798b4a2fb8afc239a9f7053243e01719f2f9979408826dd05bf8dce516bcbec941d2') build() { cd $_name-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-importlib_resources/-/commit/2ff953130c0d190ce12629b296afcb2fa8a8fa75 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-importlib_resources/-/commit/2ff953130c0d190ce12629b296afcb2fa8a8fa75 You're receiving this email because of your account on gitlab.archlinux.org.