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