Date: Wednesday, November 10, 2021 @ 20:02:58 Author: kgizdov Revision: 1040217
upgpkg: python-keras 2.7.0-1 Modified: python-keras/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-11-10 20:02:15 UTC (rev 1040216) +++ PKGBUILD 2021-11-10 20:02:58 UTC (rev 1040217) @@ -6,7 +6,7 @@ pkgdesc='A deep learning API written in Python, running on top of the machine learning platform TensorFlow' url='https://keras.io/' license=('Apache') -pkgver=2.6.0 +pkgver=2.7.0 pkgrel=1 arch=('any') source=("https://files.pythonhosted.org/packages/py2.py3/${_pkgbase::1}/${_pkgbase}/${_pkgbase//-/_}-${pkgver}-py2.py3-none-any.whl" @@ -14,7 +14,7 @@ makedepends=('python-pip') depends=('absl-py' 'python' 'python-h5py' 'python-keras-preprocessing' 'python-numpy' 'python-pandas' 'python-pillow' 'python-pydot' 'python-scipy' 'python-six' 'python-tensorflow' 'python-yaml' 'tensorboard') -sha256sums=('504af5656a9829fe803ce48a8580ef16916e89906aceddad9e098614269437e7' +sha256sums=('0c33ae1f728064ca0d35dfba999e9c316f03623bf5688c82fb83cc74a80ea248' 'ebc07b279109d4bd5e58fe06f54e8f8aee8ba1024b77b222bc04214ae6f56348') package () {
