George Hu pushed to branch main at Arch Linux / Packaging / Packages /
python-tomli
Commits:
9aa048d8 by George Hu at 2026-01-16T00:34:56+08:00
upgpkg: 2.4.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-tomli
pkgdesc = A lil' TOML parser
- pkgver = 2.3.0
+ pkgver = 2.4.0
pkgrel = 1
url = https://github.com/hukkin/tomli
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-tomli
makedepends = python-installer
makedepends = python-flit-core
depends = python
- source =
https://github.com/hukkin/tomli/archive/2.3.0/python-tomli-2.3.0.tar.gz
- sha512sums =
bd39f9ef09bf43dc48787541ef96781459f66899fab12f72b24e57ef13a8975e135b6a90b0ed7f44c0c3171a4b3afbe0c8a2a8ffeace4255771a0f331288835e
+ source =
https://github.com/hukkin/tomli/archive/2.4.0/python-tomli-2.4.0.tar.gz
+ sha512sums =
8bd8c46d4e4337142fbd94a6a78b478db804bc7c535c11eb447a3613afdda3428b679dc06228b37ccaad73af334c204c38236b0b5287f7ff6d21387f1355d420
pkgname = python-tomli
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-tomli
-pkgver=2.3.0
+pkgver=2.4.0
pkgrel=1
pkgdesc="A lil' TOML parser"
url="https://github.com/hukkin/tomli"
@@ -10,7 +10,7 @@ arch=('any')
depends=('python')
makedepends=('python-build' 'python-installer' 'python-flit-core')
source=("https://github.com/hukkin/tomli/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('bd39f9ef09bf43dc48787541ef96781459f66899fab12f72b24e57ef13a8975e135b6a90b0ed7f44c0c3171a4b3afbe0c8a2a8ffeace4255771a0f331288835e')
+sha512sums=('8bd8c46d4e4337142fbd94a6a78b478db804bc7c535c11eb447a3613afdda3428b679dc06228b37ccaad73af334c204c38236b0b5287f7ff6d21387f1355d420')
build() {
cd tomli-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tomli/-/commit/9aa048d8c5fda537321d3ce1ef3e31d3e4f5da9c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tomli/-/commit/9aa048d8c5fda537321d3ce1ef3e31d3e4f5da9c
You're receiving this email because of your account on gitlab.archlinux.org.