Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-librt
Commits: 141ed88b by Carl Smedstad at 2026-01-03T17:23:54+01:00 upgpkg: 0.7.7-1: Upstream release https://github.com/mypyc/librt/releases/tag/v0.7.7 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-librt pkgdesc = Mypyc runtime library - pkgver = 0.7.3 - pkgrel = 2 + pkgver = 0.7.7 + pkgrel = 1 url = https://github.com/mypyc/librt arch = x86_64 license = MIT AND PSF-2.0 @@ -11,7 +11,7 @@ pkgbase = python-librt makedepends = python-setuptools makedepends = python-wheel depends = glibc - source = https://github.com/mypyc/librt/archive/v0.7.3/python-librt-0.7.3.tar.gz - sha512sums = 33c7eb2011a3683de0fd352f0e9ca60776f7a268de6452560d403ebe38579e9c8125621c0e4c72716d98d1d0dd4993c914f4116f3a1102351fa8de85e02ccdcd + source = https://github.com/mypyc/librt/archive/v0.7.7/python-librt-0.7.7.tar.gz + b2sums = aff5fee4629af71cb56e317fd7437616adefc86e5751dd74a47c9454c8ffaa38dd995fc2589832e6148c87ce0912ee54bbc8528ce0199890211307aea84ef6a1 pkgname = python-librt ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=python-librt -pkgver=0.7.3 -pkgrel=2 +pkgver=0.7.7 +pkgrel=1 pkgdesc='Mypyc runtime library' arch=('x86_64') url="https://github.com/mypyc/librt" @@ -16,7 +16,7 @@ makedepends=( ) checkdepends=('python-mypy_extensions') source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('33c7eb2011a3683de0fd352f0e9ca60776f7a268de6452560d403ebe38579e9c8125621c0e4c72716d98d1d0dd4993c914f4116f3a1102351fa8de85e02ccdcd') +b2sums=('aff5fee4629af71cb56e317fd7437616adefc86e5751dd74a47c9454c8ffaa38dd995fc2589832e6148c87ce0912ee54bbc8528ce0199890211307aea84ef6a1') prepare() { cd ${pkgname#python-}-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-librt/-/commit/141ed88be7915e168e5908245ec75156e230c021 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-librt/-/commit/141ed88be7915e168e5908245ec75156e230c021 You're receiving this email because of your account on gitlab.archlinux.org.
