hashworks pushed to branch main at Arch Linux / Packaging / Packages / 
python-tiktoken


Commits:
9b010845 by Justin Kromlinger at 2024-02-10T03:30:15+01:00
upgpkg: 0.6.0-1

- - - - -


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.5.2
+       pkgver = 0.6.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.5.2.tar.gz::https://github.com/openai/tiktoken/archive/refs/tags/0.5.2.tar.gz
-       sha256sums = 
b25cc4817140c217413e707387ea2dd36691fd318b1f57b1bf2a736c9d97514a
+       source = 
python-tiktoken-0.6.0.tar.gz::https://github.com/openai/tiktoken/archive/refs/tags/0.6.0.tar.gz
+       sha256sums = 
d40bf4bf4a32bda814a16b2c5651663960da40ac5a8c02a65b7a9aa97bda2046
 
 pkgname = python-tiktoken


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=python-tiktoken
 _name=${pkgname#python-}
-pkgver=0.5.2
+pkgver=0.6.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=('b25cc4817140c217413e707387ea2dd36691fd318b1f57b1bf2a736c9d97514a')
+sha256sums=('d40bf4bf4a32bda814a16b2c5651663960da40ac5a8c02a65b7a9aa97bda2046')
 
 _archive="$_name-$pkgver"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tiktoken/-/commit/9b010845ce615d092fe7ad6ae028d7ac3e7b4f21

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


Reply via email to