Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-bottleneck
Commits:
352651de by Antonio Rojas at 2024-12-24T14:43:38+01:00
upgpkg: 1.4.2-1: Update to 1.4.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-bottleneck
pkgdesc = Fast NumPy array functions written in Cython
- pkgver = 1.4.0
- pkgrel = 2
+ pkgver = 1.4.2
+ 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.4.0.tar.gz::https://github.com/kwgoodman/bottleneck/archive/refs/tags/v1.4.0.tar.gz
- sha256sums =
104c6548f9cb266a6bb0345e7f254383833c273fc3f14c2aaacf48a1c4ba4743
+ source =
python-bottleneck-1.4.2.tar.gz::https://github.com/kwgoodman/bottleneck/archive/refs/tags/v1.4.2.tar.gz
+ sha256sums =
17296943478bdf9b4f9ff46a98713e80419525acfe96aca09fb28cac31aa18fc
pkgname = python-bottleneck
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
pkgname=python-bottleneck
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.2
+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=('104c6548f9cb266a6bb0345e7f254383833c273fc3f14c2aaacf48a1c4ba4743')
+sha256sums=('17296943478bdf9b4f9ff46a98713e80419525acfe96aca09fb28cac31aa18fc')
prepare() {
cd bottleneck-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bottleneck/-/commit/352651de46b01a5d8d5e385788bfff5a603afe83
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bottleneck/-/commit/352651de46b01a5d8d5e385788bfff5a603afe83
You're receiving this email because of your account on gitlab.archlinux.org.