Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / 
python-keras


Commits:
41ca164b by Lukas Fleischer at 2024-06-01T10:03:33+08:00
upgpkg: 3.3.3-1: update to 3.3.3

Based on commit fce69964 by logs. Thanks!

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-keras
-       pkgdesc = A deep learning API written in Python, running on top of the 
machine learning platform TensorFlow
-       pkgver = 2.15.0
-       pkgrel = 2
+       pkgdesc = Deep Learning for humans
+       pkgver = 3.3.3
+       pkgrel = 1
        url = https://keras.io/
        arch = any
        license = Apache
@@ -11,19 +11,25 @@ pkgbase = python-keras
        depends = absl-py
        depends = python
        depends = python-h5py
-       depends = python-keras-preprocessing
+       depends = python-optree
+       depends = python-rich
+       depends = python-ml-dtypes
+       depends = python-packaging
        depends = python-numpy
        depends = python-pandas
        depends = python-pillow
        depends = python-pydot
        depends = python-scipy
-       depends = python-six
        depends = python-tensorflow
        depends = python-yaml
        depends = tensorboard
-       source = 
https://files.pythonhosted.org/packages/py3/k/keras/keras-2.15.0-py3-none-any.whl
-       source = 
keras-2.15.0-LICENSE::https://raw.githubusercontent.com/keras-team/keras/v2.15.0/LICENSE
-       b2sums = 
7bd75616b998686af466d180d96f06810329b0926eb278ed1b0c2951930db48d0c47f22ed6aca9a9445abbc654c31e9ab9e66f4e6804d082ad96279415e06e0c
-       b2sums = 
dc6395f606b09f8a2fa6e8d28f8436a9b0d2ee7e43b4033542c55eb1bf26e9e6c01fd53770e825b9e996ef15fd2eb77f1e0524d4fc1a3e8bf52d72de3adbd653
+       optdepends = python-pytorch
+       provides = python-keras-preprocessing
+       conflicts = python-keras-preprocessing
+       replaces = python-keras-preprocessing
+       source = 
https://files.pythonhosted.org/packages/py3/k/keras/keras-3.3.3-py3-none-any.whl
+       source = 
keras-3.3.3-LICENSE::https://raw.githubusercontent.com/keras-team/keras/v3.3.3/LICENSE
+       b2sums = 
02b1d573ee49e4de12804eef2bcfb0180c10bcfdb9d2febef31f10493651f89ca5c05d615c01b73209060557a341064c5e502717f8050e3e2b04f88049254a38
+       b2sums = 
a7012f8ac44cd4cc809a89967060560383ac20c7e66f13e30dbd2e28ed0c60a78a84ee4f58baf21f7f5ef63cefe5b6bb4b65d2046e1cc98049218040b06b104d
 
 pkgname = python-keras


=====================================
PKGBUILD
=====================================
@@ -2,20 +2,25 @@
 
 _pkgname='keras'
 pkgname=("python-${_pkgname}")
-pkgdesc='A deep learning API written in Python, running on top of the machine 
learning platform TensorFlow'
+pkgdesc='Deep Learning for humans'
 url='https://keras.io/'
 license=('Apache')
-pkgver=2.15.0
-pkgrel=2
+pkgver=3.3.3
+pkgrel=1
 arch=('any')
 
source=("https://files.pythonhosted.org/packages/py3/${_pkgname::1}/$_pkgname/${_pkgname//-/_}-$pkgver-py3-none-any.whl";
         
"${_pkgname}-${pkgver}-LICENSE::https://raw.githubusercontent.com/keras-team/${_pkgname}/v${pkgver}/LICENSE";)
 makedepends=('python-build' 'python-installer' 'python-wheel')
-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')
-b2sums=('7bd75616b998686af466d180d96f06810329b0926eb278ed1b0c2951930db48d0c47f22ed6aca9a9445abbc654c31e9ab9e66f4e6804d082ad96279415e06e0c'
-        
'dc6395f606b09f8a2fa6e8d28f8436a9b0d2ee7e43b4033542c55eb1bf26e9e6c01fd53770e825b9e996ef15fd2eb77f1e0524d4fc1a3e8bf52d72de3adbd653')
+depends=('absl-py' 'python' 'python-h5py' 'python-optree' 'python-rich'
+         'python-ml-dtypes' 'python-packaging' 'python-numpy' 'python-pandas'
+         'python-pillow' 'python-pydot' 'python-scipy' 'python-tensorflow' 
'python-yaml'
+         'tensorboard')
+optdepends=('python-pytorch')
+conflicts=('python-keras-preprocessing')
+provides=('python-keras-preprocessing')
+replaces=('python-keras-preprocessing')
+b2sums=('02b1d573ee49e4de12804eef2bcfb0180c10bcfdb9d2febef31f10493651f89ca5c05d615c01b73209060557a341064c5e502717f8050e3e2b04f88049254a38'
+        
'a7012f8ac44cd4cc809a89967060560383ac20c7e66f13e30dbd2e28ed0c60a78a84ee4f58baf21f7f5ef63cefe5b6bb4b65d2046e1cc98049218040b06b104d')
 
 package () {
   python -m installer --destdir="$pkgdir" *.whl



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-keras/-/commit/41ca164bab695f0160c3f3d466d0fc7f2a70c002

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-keras/-/commit/41ca164bab695f0160c3f3d466d0fc7f2a70c002
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to