Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
python-bottleneck
Commits:
8ab7a8ec by Carl Smedstad at 2024-11-18T10:22:53+01:00
upgpkg: 1.4.0-2: Python 3.13 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.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kwgoodman/bottleneck
arch = x86_64
license = BSD-2-Clause
@@ -13,6 +13,6 @@ pkgbase = python-bottleneck
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 =
038705c79187efb877289b36870d576119286ff419ef3a1d0247745e3d046409
+ sha256sums =
104c6548f9cb266a6bb0345e7f254383833c273fc3f14c2aaacf48a1c4ba4743
pkgname = python-bottleneck
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=python-bottleneck
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
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=('038705c79187efb877289b36870d576119286ff419ef3a1d0247745e3d046409')
+sha256sums=('104c6548f9cb266a6bb0345e7f254383833c273fc3f14c2aaacf48a1c4ba4743')
prepare() {
cd bottleneck-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bottleneck/-/commit/8ab7a8ec014be009dfcd3aa7d817f352e360d01b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-bottleneck/-/commit/8ab7a8ec014be009dfcd3aa7d817f352e360d01b
You're receiving this email because of your account on gitlab.archlinux.org.