Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-cwcwidth
Commits: b7fa37c8 by Carl Smedstad at 2025-11-02T09:31:17+01:00 upgpkg: 0.1.12-1: Upstream release https://github.com/sebastinas/cwcwidth/releases/tag/v0.1.12 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-cwcwidth pkgdesc = Python bindings for wc(s)width - pkgver = 0.1.11 + pkgver = 0.1.12 pkgrel = 1 url = https://github.com/sebastinas/cwcwidth arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = python-cwcwidth makedepends = python-setuptools makedepends = python-wheel depends = glibc - source = https://github.com/sebastinas/cwcwidth/archive/v0.1.11/cwcwidth-0.1.11.tar.gz - sha256sums = d438e21e9f5ce4c690725134185a7cc244026c013ee306e2ff1cd2477a89ded0 + source = https://github.com/sebastinas/cwcwidth/archive/v0.1.12/cwcwidth-0.1.12.tar.gz + sha256sums = ade738d07c89c7390157721bdcf51e8844e2eb6479c6dbe4e13e78321c240133 pkgname = python-cwcwidth ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Kyle Keen <[email protected]> pkgname=python-cwcwidth -pkgver=0.1.11 +pkgver=0.1.12 pkgrel=1 pkgdesc="Python bindings for wc(s)width" arch=('x86_64') @@ -18,7 +18,7 @@ makedepends=( ) checkdepends=('python-pytest') source=("$url/archive/v$pkgver/${pkgname#python-}-$pkgver.tar.gz") -sha256sums=('d438e21e9f5ce4c690725134185a7cc244026c013ee306e2ff1cd2477a89ded0') +sha256sums=('ade738d07c89c7390157721bdcf51e8844e2eb6479c6dbe4e13e78321c240133') build() { cd ${pkgname#python-}-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cwcwidth/-/commit/b7fa37c89a1f3dd8077965fd3be7317aeb34bc92 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cwcwidth/-/commit/b7fa37c89a1f3dd8077965fd3be7317aeb34bc92 You're receiving this email because of your account on gitlab.archlinux.org.
