* update python-tomli-w to 1.2.0-1

This commit is contained in:
Alexander Baldeck 2025-02-18 08:43:51 +01:00
parent fa5e58ded6
commit 68ab854736
2 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-tomli-w
pkgdesc = A lil' TOML writer
pkgver = 1.0.0
pkgrel = 8
pkgver = 1.2.0
pkgrel = 1
url = https://github.com/hukkin/tomli-w
arch = any
license = MIT
@ -12,7 +12,7 @@ pkgbase = python-tomli-w
makedepends = python-flit-core
makedepends = python-installer
depends = python
source = git+https://github.com/hukkin/tomli-w.git#tag=19099125f32e7c491603e393263754262b356956
b2sums = SKIP
source = git+https://github.com/hukkin/tomli-w.git#tag=a8f80172ba16fe694e37f6e07e6352ecee384c58
b2sums = 35efac07d67e55eec96447167d5788eadf968f00b130123d2a31c8f0964d57e7b8edbd4b5c848d7eef95d177457f6037b93f40c27d5c9da6c9ebaf354fece4e5
pkgname = python-tomli-w

View File

@ -2,8 +2,8 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=python-tomli-w
pkgver=1.0.0
pkgrel=8
pkgver=1.2.0
pkgrel=1
pkgdesc="A lil' TOML writer"
url=https://github.com/hukkin/tomli-w
license=(MIT)
@ -19,9 +19,9 @@ checkdepends=(
python-pytest
python-tomli
)
_tag=19099125f32e7c491603e393263754262b356956
_tag=a8f80172ba16fe694e37f6e07e6352ecee384c58
source=(git+https://github.com/hukkin/tomli-w.git#tag=${_tag})
b2sums=(SKIP)
b2sums=('35efac07d67e55eec96447167d5788eadf968f00b130123d2a31c8f0964d57e7b8edbd4b5c848d7eef95d177457f6037b93f40c27d5c9da6c9ebaf354fece4e5')
pkgver() {
cd tomli-w
@ -35,7 +35,7 @@ build() {
check() {
cd tomli-w
python -m pytest
PYTHONPATH="src:$PYTHONPATH" python -m pytest
}
package() {