From d29fc4eb8fb7175eeffe3d4a615cb5e6979e95d5 Mon Sep 17 00:00:00 2001 From: "Iztok Fister Jr." Date: Wed, 6 Dec 2023 12:46:55 +0000 Subject: [PATCH] community/py3-xxhash: upgrade to 3.4.1 --- community/py3-xxhash/APKBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/community/py3-xxhash/APKBUILD b/community/py3-xxhash/APKBUILD index 158848fd095..ce407231aca 100644 --- a/community/py3-xxhash/APKBUILD +++ b/community/py3-xxhash/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: pkgname=py3-xxhash -pkgver=3.2.0 -pkgrel=3 +pkgver=3.4.1 +pkgrel=0 pkgdesc="Python Binding for xxHash" url="https://github.com/ifduyue/python-xxhash" arch="all" @@ -9,7 +9,6 @@ license="BSD-2-Clause" makedepends=" py3-gpep517 py3-setuptools - py3-setuptools_scm py3-wheel python3-dev xxhash-dev @@ -38,5 +37,5 @@ package() { .dist/*.whl } sha512sums=" -dd64021a0edde4d695eef3af9cc0d4f2b0480cefc07171efba835061ad0a3c7a3635534ec85da89ba91afb2998e0de4a30c03daf437d19293f1740c63f8b91bc py3-xxhash-3.2.0.tar.gz +23b3950e289306363558e525563b520a69a44f509324d372e1f6b00e19d461b0a3e67c1cea3c75aae14ef68130d46d6d477db2638eae0ad25c161457237cb1ab py3-xxhash-3.4.1.tar.gz "