hashworks pushed to branch main at Arch Linux / Packaging / Packages /
python-tiktoken
Commits:
60dae67b by Justin Kromlinger at 2024-11-20T15:32:16+01:00
upgpkg: 0.8.0-1: version bump and python 3.13.0 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-tiktoken
pkgdesc = A fast BPE tokeniser for use with OpenAI's models
- pkgver = 0.7.0
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/openai/tiktoken
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = python-tiktoken
depends = python-regex
depends = python-requests
optdepends = python-blobfile: for reading blobfiles
- source =
python-tiktoken-0.7.0.tar.gz::https://github.com/openai/tiktoken/archive/refs/tags/0.7.0.tar.gz
- sha256sums =
c8028671aa0525e474f2862608ac2edc879071f96c00777e1f8af8b2d4800c8d
+ source =
python-tiktoken-0.8.0.tar.gz::https://github.com/openai/tiktoken/archive/refs/tags/0.8.0.tar.gz
+ sha256sums =
6ac7a9cfe9f9c4d111ea633b7ae2214ba504a6a4e994b26dff28b3bdee919293
pkgname = python-tiktoken
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-tiktoken
_name=${pkgname#python-}
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=1
pkgdesc="A fast BPE tokeniser for use with OpenAI's models"
arch=(x86_64)
@@ -32,7 +32,7 @@ optdepends=(
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('c8028671aa0525e474f2862608ac2edc879071f96c00777e1f8af8b2d4800c8d')
+sha256sums=('6ac7a9cfe9f9c4d111ea633b7ae2214ba504a6a4e994b26dff28b3bdee919293')
_archive="$_name-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tiktoken/-/commit/60dae67b6b6c599898920f623ebb34920ccf9563
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tiktoken/-/commit/60dae67b6b6c599898920f623ebb34920ccf9563
You're receiving this email because of your account on gitlab.archlinux.org.