Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
python-keras
Commits:
bdb1937a by Lukas Fleischer at 2025-07-30T09:41:28-04:00
upgpkg: 3.11.0-1: upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-keras
pkgdesc = Deep Learning for humans
- pkgver = 3.10.0
+ pkgver = 3.11.0
pkgrel = 1
url = https://keras.io/
arch = any
@@ -32,7 +32,7 @@ pkgbase = python-keras
conflicts = python-keras-preprocessing
replaces = python-keras-applications
replaces = python-keras-preprocessing
- source =
https://files.pythonhosted.org/packages/source/k/keras/keras-3.10.0.tar.gz
- b2sums =
bbe87ebc78df1c27ac55afbe2fd108c9f9d6dec32730c7b6d9d74c594285ff38f74273c69d66c4dedf9e2edad6cdbf46e814cafbda522398e05b32a81c3e23b1
+ source =
https://files.pythonhosted.org/packages/source/k/keras/keras-3.11.0.tar.gz
+ b2sums =
6732084ac070e540e1c589abffcf7138c75ddb0e3a985def9ff2a18970e38d70079d49fa73858aaf942c7dac445babc2e2671d0781d77859b3e6df5c1db0170f
pkgname = python-keras
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgname=("python-${_pkgname}")
pkgdesc='Deep Learning for humans'
url='https://keras.io/'
license=('Apache-2.0')
-pkgver=3.10.0
+pkgver=3.11.0
pkgrel=1
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname//-/_}/${_pkgname//-/_}-$pkgver.tar.gz")
@@ -20,7 +20,7 @@ optdepends=('python-pytorch'
conflicts=('python-keras-applications' 'python-keras-preprocessing')
provides=('python-keras-applications' 'python-keras-preprocessing')
replaces=('python-keras-applications' 'python-keras-preprocessing')
-b2sums=('bbe87ebc78df1c27ac55afbe2fd108c9f9d6dec32730c7b6d9d74c594285ff38f74273c69d66c4dedf9e2edad6cdbf46e814cafbda522398e05b32a81c3e23b1')
+b2sums=('6732084ac070e540e1c589abffcf7138c75ddb0e3a985def9ff2a18970e38d70079d49fa73858aaf942c7dac445babc2e2671d0781d77859b3e6df5c1db0170f')
build() {
cd $_pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-keras/-/commit/bdb1937af26f87fe93e3aa1443df58b3e7739216
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-keras/-/commit/bdb1937af26f87fe93e3aa1443df58b3e7739216
You're receiving this email because of your account on gitlab.archlinux.org.