Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-keras
Commits:
3cd37301 by Jakub Klinkovský at 2025-12-23T12:26:10+01:00
upgpkg: 3.13.0-2: Rebuild for Python 3.14
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-keras
pkgdesc = Deep Learning for humans
pkgver = 3.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://keras.io/
arch = any
license = Apache-2.0
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgdesc='Deep Learning for humans'
url='https://keras.io/'
license=('Apache-2.0')
pkgver=3.13.0
-pkgrel=1
+pkgrel=2
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname//-/_}/${_pkgname//-/_}-$pkgver.tar.gz")
makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-keras/-/commit/3cd3730136064209a13e0f1c044aec322b2dfeaa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-keras/-/commit/3cd3730136064209a13e0f1c044aec322b2dfeaa
You're receiving this email because of your account on gitlab.archlinux.org.