Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-tomlkit
Commits:
12ae1882 by Caleb Maclennan at 2024-08-14T23:18:03+03:00
upgpkg: 0.13.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-tomlkit
pkgdesc = Style-preserving TOML library for Python
- pkgver = 0.13.1
+ pkgver = 0.13.2
pkgrel = 1
url = https://github.com/sdispater/tomlkit
arch = any
@@ -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.1.tar.gz
- sha256sums =
1be06879860054a26faba7acf2af62b45c94aa43b00a5f87fc445c5f930ad754
+ source =
https://files.pythonhosted.org/packages/source/t/tomlkit/tomlkit-0.13.2.tar.gz
+ sha256sums =
fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79
pkgname = python-tomlkit
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_pkgname=tomlkit
pkgname=python-tomlkit
-pkgver=0.13.1
+pkgver=0.13.2
pkgrel=1
pkgdesc='Style-preserving TOML library for Python'
url="https://github.com/sdispater/$_pkgname"
@@ -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=('1be06879860054a26faba7acf2af62b45c94aa43b00a5f87fc445c5f930ad754')
+sha256sums=('fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tomlkit/-/commit/12ae1882ef83f6111a6b3040cd1311df1078c605
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tomlkit/-/commit/12ae1882ef83f6111a6b3040cd1311df1078c605
You're receiving this email because of your account on gitlab.archlinux.org.