Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-bottleneck
Commits:
c77c5c5a by Antonio Rojas at 2024-06-22T22:51:22+02:00
upgpkg: 1.4.0-1: numpy 2.0 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-bottleneck
pkgdesc = Fast NumPy array functions written in Cython
- pkgver = 1.3.7
- pkgrel = 4
+ pkgver = 1.4.0
+ pkgrel = 1
url = https://github.com/kwgoodman/bottleneck
arch = x86_64
license = BSD-2-Clause
@@ -12,7 +12,7 @@ pkgbase = python-bottleneck
makedepends = python-wheel
makedepends = python-versioneer
depends = python-numpy
- source =
python-bottleneck-1.3.7.tar.gz::https://github.com/kwgoodman/bottleneck/archive/refs/tags/v1.3.7.tar.gz
- sha256sums =
12bd41b798b752d579d062b932aea4acc8a13729983b43ae7fcae1a0ec110c87
+ source =
python-bottleneck-1.4.0.tar.gz::https://github.com/kwgoodman/bottleneck/archive/refs/tags/v1.4.0.tar.gz
+ sha256sums =
038705c79187efb877289b36870d576119286ff419ef3a1d0247745e3d046409
pkgname = python-bottleneck
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
pkgname=python-bottleneck
-pkgver=1.3.7
-pkgrel=4
+pkgver=1.4.0
+pkgrel=1
pkgdesc="Fast NumPy array functions written in Cython"
arch=(x86_64)
url="https://github.com/kwgoodman/bottleneck"
@@ -15,7 +15,7 @@ makedepends=(python-setuptools python-build python-installer
python-wheel python
checkdepends=(python-pytest)
#source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
source=($pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz) #
https://bugs.archlinux.org/task/77683
-sha256sums=('12bd41b798b752d579d062b932aea4acc8a13729983b43ae7fcae1a0ec110c87')
+sha256sums=('038705c79187efb877289b36870d576119286ff419ef3a1d0247745e3d046409')
prepare() {
cd bottleneck-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bottleneck/-/commit/c77c5c5a33c7b3f6e0650b1edcf3f6ff679d1538
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bottleneck/-/commit/c77c5c5a33c7b3f6e0650b1edcf3f6ff679d1538
You're receiving this email because of your account on gitlab.archlinux.org.