Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-btrees
Commits:
930c29ea by Jelle van der Waa at 2024-10-14T17:23:25+02:00
upgpkg: 6.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-btrees
pkgdesc = A fancy and practical functional tools
- pkgver = 4.11.3
- pkgrel = 4
+ pkgver = 6.1
+ pkgrel = 1
url = https://github.com/zopefoundation/btrees
arch = x86_64
license = ZPL
@@ -13,7 +13,7 @@ pkgbase = python-btrees
makedepends = python-installer
depends = python-persistent
depends = python-zope-interface
- source =
python-btrees-4.11.3.tar.gz::https://github.com/zopefoundation/btrees/archive/4.11.3.tar.gz
- sha512sums =
e184f47db4ba63938cd8e6ddcc7aa452447e4324e64e8e92b874e3d72736c6371a0ba6c82fdc5a94046ac7aee1b028ca43de4eaea9a11394040868c8c89c9974
+ source =
python-btrees-6.1.tar.gz::https://github.com/zopefoundation/btrees/archive/6.1.tar.gz
+ sha512sums =
ec45359eb18a30cf838bc5e1c4276e59d1672f19da17d06aed9877b8661c926a87ff408317401615d267dcb6be9de1772491de19182d79ad5f1510324f4203bb
pkgname = python-btrees
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-btrees
-pkgver=4.11.3
-pkgrel=4
+pkgver=6.1
+pkgrel=1
pkgdesc='A fancy and practical functional tools'
arch=('x86_64')
license=('ZPL')
@@ -11,7 +11,7 @@ depends=('python-persistent' 'python-zope-interface')
makedepends=('python-setuptools' 'python-build' 'python-wheel'
'python-installer')
checkdepends=('python-transaction' 'python-zope-testrunner')
source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/btrees/archive/$pkgver.tar.gz")
-sha512sums=('e184f47db4ba63938cd8e6ddcc7aa452447e4324e64e8e92b874e3d72736c6371a0ba6c82fdc5a94046ac7aee1b028ca43de4eaea9a11394040868c8c89c9974')
+sha512sums=('ec45359eb18a30cf838bc5e1c4276e59d1672f19da17d06aed9877b8661c926a87ff408317401615d267dcb6be9de1772491de19182d79ad5f1510324f4203bb')
build() {
cd BTrees-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-btrees/-/commit/930c29eab275ffa3c0bc267b558fac0c9b370aae
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-btrees/-/commit/930c29eab275ffa3c0bc267b558fac0c9b370aae
You're receiving this email because of your account on gitlab.archlinux.org.