summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2023-06-24 12:48:38 -0500
committeracxz2023-06-24 12:48:38 -0500
commit30f892b2e7422110cb4add7f53fa805247469a6e (patch)
treea6482f05c9a674dd79230d0fa48279d59f0ca66a
parentaa403e8266a6d0ad8670f6214b8f5f296e3026c6 (diff)
downloadaur-30f892b2e7422110cb4add7f53fa805247469a6e.tar.gz
upgpkg: python-ray 2.5.1-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 934c547d65aa..074a6452e57f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-ray
pkgdesc = A fast and simple framework for building and running distributed applications.
pkgver = 2.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://ray.io
arch = x86_64
license = Apache-2.0
@@ -30,7 +30,7 @@ pkgbase = python-ray
optdepends = python-fsspec: for ray[data]
optdepends = python-aiohttp: for ray[default, serve]
optdepends = python-aiosignal: for ray[default, serve]
- optdepends = python-aiohttps_cors: for ray[default, serve]
+ optdepends = python-aiohttps-cors: for ray[default, serve]
optdepends = python-aioredis: for ray[default, serve]
optdepends = python-colorful: for ray[default, serve]
optdepends = python-frozenlist: for ray[default, serve]
@@ -38,7 +38,7 @@ pkgbase = python-ray
optdepends = python-requests: for ray[default, serve, tune]
optdepends = python-gpustat: for ray[default, serve]
optdepends = python-opencensus: for ray[default, serve]
- optdepends = python-prometheus-client: for ray[default, serve]
+ optdepends = python-prometheus_client: for ray[default, serve]
optdepends = python-smart-open: for ray[default, serve]
optdepends = uvicorn: for ray[serve]
optdepends = python-starlette: for ray[serve]
diff --git a/PKGBUILD b/PKGBUILD
index f5cfba03c7ed..b2a8c819916f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-ray
pkgver=2.5.1
-pkgrel=1
+pkgrel=2
pkgdesc='A fast and simple framework for building and running distributed
applications.'
arch=('x86_64')
@@ -17,7 +17,7 @@ optdepends=(
'python-fsspec: for ray[data]'
'python-aiohttp: for ray[default, serve]'
'python-aiosignal: for ray[default, serve]'
- 'python-aiohttps_cors: for ray[default, serve]'
+ 'python-aiohttps-cors: for ray[default, serve]'
'python-aioredis: for ray[default, serve]'
'python-colorful: for ray[default, serve]'
'python-frozenlist: for ray[default, serve]'
@@ -25,7 +25,7 @@ optdepends=(
'python-requests: for ray[default, serve, tune]'
'python-gpustat: for ray[default, serve]'
'python-opencensus: for ray[default, serve]'
- 'python-prometheus-client: for ray[default, serve]'
+ 'python-prometheus_client: for ray[default, serve]'
'python-smart-open: for ray[default, serve]'
'uvicorn: for ray[serve]'
'python-starlette: for ray[serve]'