Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-blosc2
Commits: 9c8b9318 by Carl Smedstad at 2025-11-03T17:27:30+01:00 upgpkg: 3.11.0-1: Upstream release https://github.com/Blosc/python-blosc2/releases/tag/v3.11.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-blosc2 pkgdesc = Wrapper for the blosc2 compressor - pkgver = 3.10.2 + pkgver = 3.11.0 pkgrel = 1 url = https://github.com/Blosc/python-blosc2 arch = x86_64 @@ -26,8 +26,8 @@ pkgbase = python-blosc2 depends = python-platformdirs depends = python-py-cpuinfo depends = python-requests - source = python-blosc2::git+https://github.com/Blosc/python-blosc2#tag=v3.10.2 - sha512sums = 263657a700c49526b180cab8232c7d474299f3290405060760006e041f95fb629edda5ff5ac4bcfb691e1ed1e963d59c2baa5ca5696697de5b461a1c0f6886fe - b2sums = 069a35add3edb4ba080f8ed227f43c527458abea9414648fc44c56406b3c23e5cd8b2a895901a6119ed2731f5b0eab17e83e6f0e48cf18564c044609b44327b7 + source = python-blosc2::git+https://github.com/Blosc/python-blosc2#tag=v3.11.0 + sha512sums = 000768668c4db039931b27f5d6e9037fe92bb4c14117cf04865bf4e5bb5fb4a38ca0bb1f3a53e03875243cbaccaae8da7e303208be275d32df36331db17e421c + b2sums = 19fb0a3546d5306a92b13dbeb27c2d713fed4ff7fcb2e8b6a7a9eba6ccbc95805929f791b7dfb329dd896dac691f310082667d499b8354b8e2a59ea9727ee88a pkgname = python-blosc2 ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=python-blosc2 -pkgver=3.10.2 +pkgver=3.11.0 pkgrel=1 pkgdesc='Wrapper for the blosc2 compressor' arch=('x86_64') @@ -36,8 +36,8 @@ checkdepends=( 'python-pytorch' ) source=("$pkgname::git+$url#tag=v$pkgver") -sha512sums=('263657a700c49526b180cab8232c7d474299f3290405060760006e041f95fb629edda5ff5ac4bcfb691e1ed1e963d59c2baa5ca5696697de5b461a1c0f6886fe') -b2sums=('069a35add3edb4ba080f8ed227f43c527458abea9414648fc44c56406b3c23e5cd8b2a895901a6119ed2731f5b0eab17e83e6f0e48cf18564c044609b44327b7') +sha512sums=('000768668c4db039931b27f5d6e9037fe92bb4c14117cf04865bf4e5bb5fb4a38ca0bb1f3a53e03875243cbaccaae8da7e303208be275d32df36331db17e421c') +b2sums=('19fb0a3546d5306a92b13dbeb27c2d713fed4ff7fcb2e8b6a7a9eba6ccbc95805929f791b7dfb329dd896dac691f310082667d499b8354b8e2a59ea9727ee88a') build() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-blosc2/-/commit/9c8b9318f12c8bb5159c38ea14a90b0a8ce4de44 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-blosc2/-/commit/9c8b9318f12c8bb5159c38ea14a90b0a8ce4de44 You're receiving this email because of your account on gitlab.archlinux.org.
