Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-xxhash
Commits:
20dc80ff by Jakub Klinkovský at 2026-06-30T21:46:25+02:00
upgpkg: 3.8.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-xxhash
pkgdesc = Python binding for xxHash
- pkgver = 3.7.1
+ pkgver = 3.8.0
pkgrel = 1
url = https://github.com/ifduyue/python-xxhash
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = python-xxhash
depends = glibc
depends = python
depends = xxhash
- source =
python-xxhash::git+https://github.com/ifduyue/python-xxhash.git#tag=v3.7.1
- b2sums =
81363fd837bc3c35f623c470043df87be8630de84f91ffe4b1e3438ca75c32dd01769ecc2e69bc0f2c8e6cd804c52da609fc9c5e03a01e234f7ad62362b0160b
+ source =
python-xxhash::git+https://github.com/ifduyue/python-xxhash.git#tag=v3.8.0
+ b2sums =
79821d7c3566ae6d53f5dea921b0f1085362e159a77e8b7fa70dce74cc9758e22f34d6c3c632feea4592b3fcaab9957c0e0750267f09befd4effe2632a9d753e
pkgname = python-xxhash
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Konstantin Gizdov <arch at kge dot pw>
pkgname=python-xxhash
-pkgver=3.7.1
+pkgver=3.8.0
pkgrel=1
pkgdesc='Python binding for xxHash'
arch=(x86_64)
@@ -21,7 +21,7 @@ makedepends=(
python-wheel
)
source=("$pkgname::git+$url.git#tag=v$pkgver")
-b2sums=('81363fd837bc3c35f623c470043df87be8630de84f91ffe4b1e3438ca75c32dd01769ecc2e69bc0f2c8e6cd804c52da609fc9c5e03a01e234f7ad62362b0160b')
+b2sums=('79821d7c3566ae6d53f5dea921b0f1085362e159a77e8b7fa70dce74cc9758e22f34d6c3c632feea4592b3fcaab9957c0e0750267f09befd4effe2632a9d753e')
prepare() {
# benchmark imports pytest, all other tests rely on the unittest module
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-xxhash/-/commit/20dc80ff13e9233f4deaee1f5d3e12d78efcf709
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-xxhash/-/commit/20dc80ff13e9233f4deaee1f5d3e12d78efcf709
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help