George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / python-wcwidth
Commits: e92a76eb by George Rawlinson at 2023-12-28T20:18:45+13:00 upgpkg: 0.2.12-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-wcwidth pkgdesc = Python library that measures the width of unicode strings rendered to a terminal - pkgver = 0.2.9 + pkgver = 0.2.12 pkgrel = 1 url = https://github.com/jquast/wcwidth arch = any @@ -12,7 +12,7 @@ pkgbase = python-wcwidth makedepends = python-setuptools makedepends = python-wheel depends = python - source = python-wcwidth::git+https://github.com/jquast/wcwidth#commit=43fcd28ce2fd1f4ba1221120ed2e19539c81ca81 + source = python-wcwidth::git+https://github.com/jquast/wcwidth#commit=2708c81566c4b48f32062b3d8b8595c36dc9cd5c b2sums = SKIP pkgname = python-wcwidth ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: wenLiangcan <boxeed at gmail dot com> pkgname=python-wcwidth -pkgver=0.2.9 +pkgver=0.2.12 pkgrel=1 pkgdesc='Python library that measures the width of unicode strings rendered to a terminal' arch=('any') @@ -19,7 +19,7 @@ makedepends=( ) checkdepends=('python-pytest') #optdepends=('') -_commit='43fcd28ce2fd1f4ba1221120ed2e19539c81ca81' +_commit='2708c81566c4b48f32062b3d8b8595c36dc9cd5c' source=("$pkgname::git+$url#commit=$_commit") b2sums=('SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-wcwidth/-/commit/e92a76ebc0537d6b80f91a9221ddb6385e7e19d1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-wcwidth/-/commit/e92a76ebc0537d6b80f91a9221ddb6385e7e19d1 You're receiving this email because of your account on gitlab.archlinux.org.