hashworks pushed to branch main at Arch Linux / Packaging / Packages /
python-tiktoken
Commits:
473bb183 by Justin Kromlinger at 2024-07-03T23:46:24+02:00
upgpkg: 0.7.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-tiktoken
pkgdesc = A fast BPE tokeniser for use with OpenAI's models
- pkgver = 0.6.0
- pkgrel = 2
+ pkgver = 0.7.0
+ pkgrel = 1
url = https://github.com/openai/tiktoken
arch = x86_64
license = MIT
@@ -18,7 +18,7 @@ pkgbase = python-tiktoken
depends = python-regex
depends = python-requests
optdepends = python-blobfile: for reading blobfiles
- source =
python-tiktoken-0.6.0.tar.gz::https://github.com/openai/tiktoken/archive/refs/tags/0.6.0.tar.gz
- sha256sums =
d40bf4bf4a32bda814a16b2c5651663960da40ac5a8c02a65b7a9aa97bda2046
+ source =
python-tiktoken-0.7.0.tar.gz::https://github.com/openai/tiktoken/archive/refs/tags/0.7.0.tar.gz
+ sha256sums =
c8028671aa0525e474f2862608ac2edc879071f96c00777e1f8af8b2d4800c8d
pkgname = python-tiktoken
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=python-tiktoken
_name=${pkgname#python-}
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
pkgdesc="A fast BPE tokeniser for use with OpenAI's models"
arch=(x86_64)
url="https://github.com/openai/tiktoken"
@@ -32,7 +32,7 @@ optdepends=(
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('d40bf4bf4a32bda814a16b2c5651663960da40ac5a8c02a65b7a9aa97bda2046')
+sha256sums=('c8028671aa0525e474f2862608ac2edc879071f96c00777e1f8af8b2d4800c8d')
_archive="$_name-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tiktoken/-/commit/473bb183a513937c93a5632ff176621fe1663c4c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tiktoken/-/commit/473bb183a513937c93a5632ff176621fe1663c4c
You're receiving this email because of your account on gitlab.archlinux.org.