Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-kombu
Commits: 63c03c0a by Carl Smedstad at 2025-03-25T08:34:58+01:00 upgpkg: 5.5.1-1: Upstream release https://github.com/celery/kombu/releases/tag/v5.5.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-kombu pkgdesc = A messaging library for Python - pkgver = 5.5.0 + pkgver = 5.5.1 pkgrel = 1 url = https://github.com/celery/kombu arch = any @@ -37,7 +37,7 @@ pkgbase = python-kombu optdepends = python-sqlalchemy: for SQLAlchemy support optdepends = python-yaml: for YAML support optdepends = python-zstandard: for zstd compression support - source = https://github.com/celery/kombu/archive/v5.5.0/python-kombu-5.5.0.tar.gz - sha256sums = 19fc871b0e07a12b3f1939525f09ccd72cffe63488bcb60b7e44d555dfda0aca + source = https://github.com/celery/kombu/archive/v5.5.1/python-kombu-5.5.1.tar.gz + sha256sums = a396443ceb493f09778a9a312ec2d55c1dfb66719fccbd579e792fc701ab6fcf pkgname = python-kombu ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: mutantmonkey <[email protected]> pkgname=python-kombu -pkgver=5.5.0 +pkgver=5.5.1 pkgrel=1 pkgdesc="A messaging library for Python" arch=(any) @@ -55,7 +55,7 @@ optdepends=( 'python-zstandard: for zstd compression support' ) source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('19fc871b0e07a12b3f1939525f09ccd72cffe63488bcb60b7e44d555dfda0aca') +sha256sums=('a396443ceb493f09778a9a312ec2d55c1dfb66719fccbd579e792fc701ab6fcf') build() { cd ${pkgname#python-}-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-kombu/-/commit/63c03c0af9313356ca92d800dce5009857a6a1e4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-kombu/-/commit/63c03c0af9313356ca92d800dce5009857a6a1e4 You're receiving this email because of your account on gitlab.archlinux.org.
