Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-openai-whisper
Commits:
e69a6cbe by Antonio Rojas at 2024-09-28T09:37:07+02:00
upgpkg: 20240927-1: Update to 20240927
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-openai-whisper
pkgdesc = Robust speech recognition via large-scale weak supervision
- pkgver = 20231117
+ pkgver = 20240927
pkgrel = 1
url = https://github.com/openai/whisper
arch = any
@@ -19,7 +19,7 @@ pkgbase = python-openai-whisper
depends = python-regex
depends = python-tiktoken
depends = python-tqdm
- source = git+https://github.com/openai/whisper#tag=v20231117
- sha256sums =
9678f4ea396e956ff0d6746e2f2285a95fc9748a643c0239b75ce717828c9160
+ source = git+https://github.com/openai/whisper#tag=v20240927
+ sha256sums =
2bbcf32b2439df89f9e6ab85b35104b35e4a498bd07e4c6fc90f1da53589823d
pkgname = python-openai-whisper
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=whisper
pkgname=python-openai-$_pyname
-pkgver=20231117
+pkgver=20240927
pkgrel=1
pkgdesc='Robust speech recognition via large-scale weak supervision'
arch=(any)
@@ -23,7 +23,7 @@ makedepends=(git
python-wheel)
checkdepends=(python-pytest)
source=(git+https://github.com/openai/whisper#tag=v$pkgver)
-sha256sums=('9678f4ea396e956ff0d6746e2f2285a95fc9748a643c0239b75ce717828c9160')
+sha256sums=('2bbcf32b2439df89f9e6ab85b35104b35e4a498bd07e4c6fc90f1da53589823d')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openai-whisper/-/commit/e69a6cbe8deb4a83a5601f42b24d6b487a0c46c6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openai-whisper/-/commit/e69a6cbe8deb4a83a5601f42b24d6b487a0c46c6
You're receiving this email because of your account on gitlab.archlinux.org.