David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-importlib_resources
Commits: 76a7d690 by David Runge at 2023-11-09T09:51:13+01:00 Switch to correct SPDX license identifier according to upstream info Signed-off-by: David Runge <[email protected]> - - - - - 4154e12a by David Runge at 2023-11-09T09:59:22+01:00 upgpkg: 6.1.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,10 +1,10 @@ pkgbase = python-importlib_resources pkgdesc = Design and implementation for a planned importlib.resources - pkgver = 6.1.0 + pkgver = 6.1.1 pkgrel = 1 url = https://github.com/python/importlib_resources arch = any - license = Apache + license = Apache-2.0 checkdepends = python-pytest checkdepends = python-pytest-enabler checkdepends = python-tests @@ -17,7 +17,7 @@ pkgbase = python-importlib_resources depends = python depends = python-zipp provides = python-importlib-resources - source = git+https://github.com/python/importlib_resources#tag=b811debda54825282541d3453b8743b04d357ffb + source = git+https://github.com/python/importlib_resources#tag=e9c946cd1216e0a042d7967253283a95c8e90183 sha512sums = SKIP b2sums = SKIP ===================================== PKGBUILD ===================================== @@ -2,13 +2,13 @@ _name=importlib_resources pkgname=python-importlib_resources -_commit=b811debda54825282541d3453b8743b04d357ffb # refs/tags/v6.1.0 -pkgver=6.1.0 +_commit=e9c946cd1216e0a042d7967253283a95c8e90183 # refs/tags/v6.1.1 +pkgver=6.1.1 pkgrel=1 pkgdesc="Design and implementation for a planned importlib.resources" arch=(any) url="https://github.com/python/importlib_resources" -license=(Apache) +license=(Apache-2.0) depends=( python python-zipp View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-importlib_resources/-/compare/8c2b46c1940d2cc5f195ec90c8ddf4b46db31d1d...4154e12aec6d48fe78535a505310f5170d52120e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-importlib_resources/-/compare/8c2b46c1940d2cc5f195ec90c8ddf4b46db31d1d...4154e12aec6d48fe78535a505310f5170d52120e You're receiving this email because of your account on gitlab.archlinux.org.
