Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-tomlkit
Commits:
5df44738 by Caleb Maclennan at 2026-01-13T11:48:00+03:00
upgpkg: 0.14.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-tomlkit
pkgdesc = Style-preserving TOML library for Python
- pkgver = 0.13.3
- pkgrel = 2
+ pkgver = 0.14.0
+ pkgrel = 1
url = https://github.com/sdispater/tomlkit
arch = any
license = MIT
@@ -12,7 +12,7 @@ pkgbase = python-tomlkit
makedepends = python-wheel
makedepends = python-poetry-core
depends = python
- source =
https://files.pythonhosted.org/packages/source/t/tomlkit/tomlkit-0.13.3.tar.gz
- sha256sums =
430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1
+ source =
https://files.pythonhosted.org/packages/source/t/tomlkit/tomlkit-0.14.0.tar.gz
+ sha256sums =
cf00efca415dbd57575befb1f6634c4f42d2d87dbba376128adb42c121b87064
pkgname = python-tomlkit
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
_pkgname=tomlkit
pkgname=python-tomlkit
-pkgver=0.13.3
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
pkgdesc='Style-preserving TOML library for Python'
url="https://github.com/sdispater/$_pkgname"
license=(MIT)
@@ -17,7 +17,7 @@ checkdepends=(python-pytest
python-yaml)
_archive="$_pkgname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_archive.tar.gz")
-sha256sums=('430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1')
+sha256sums=('cf00efca415dbd57575befb1f6634c4f42d2d87dbba376128adb42c121b87064')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tomlkit/-/commit/5df4473886c85d1fe649b800d861a55af160b19f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tomlkit/-/commit/5df4473886c85d1fe649b800d861a55af160b19f
You're receiving this email because of your account on gitlab.archlinux.org.