Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-propcache
Commits: 920fa336 by Carl Smedstad at 2025-06-10T19:14:34+02:00 upgpkg: 0.3.2-1: Upstream release https://github.com/aio-libs/propcache/releases/tag/v0.3.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-propcache pkgdesc = Fast property caching - pkgver = 0.3.1 + pkgver = 0.3.2 pkgrel = 1 url = https://github.com/aio-libs/propcache arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = python-propcache makedepends = python-wheel depends = glibc depends = python - source = https://github.com/aio-libs/propcache/archive/v0.3.1/propcache-0.3.1.tar.gz - sha512sums = 5909d348537aadea28a56fac0330e2469dd6bb0e86410f548e39578656dcaf2c82aa86759abaa84c244e6f9f2f000e849b914c994ad0367908bac099ca3194f7 + source = https://github.com/aio-libs/propcache/archive/v0.3.2/propcache-0.3.2.tar.gz + sha512sums = 8b169fc528bff0d45f1948a2b76a146b34d7be968ba567fee37243c6804e9cd0012736023f0580b5fd28b69f1e6778cfda44d92db3edb93ff0dc8b116042c055 pkgname = python-propcache ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=python-propcache -pkgver=0.3.1 +pkgver=0.3.2 pkgrel=1 pkgdesc='Fast property caching' arch=(x86_64) @@ -21,7 +21,7 @@ makedepends=( ) checkdepends=(python-pytest) source=("$url/archive/v$pkgver/${pkgname#python-}-$pkgver.tar.gz") -sha512sums=('5909d348537aadea28a56fac0330e2469dd6bb0e86410f548e39578656dcaf2c82aa86759abaa84c244e6f9f2f000e849b914c994ad0367908bac099ca3194f7') +sha512sums=('8b169fc528bff0d45f1948a2b76a146b34d7be968ba567fee37243c6804e9cd0012736023f0580b5fd28b69f1e6778cfda44d92db3edb93ff0dc8b116042c055') build() { cd ${pkgname#python-}-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-propcache/-/commit/920fa336f94684ca7fa7073fec7b6f53fb81bf1c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-propcache/-/commit/920fa336f94684ca7fa7073fec7b6f53fb81bf1c You're receiving this email because of your account on gitlab.archlinux.org.
