python-cwcwidth 0.1.9-1build1 source package in Ubuntu

Changelog

python-cwcwidth (0.1.9-1build1) noble; urgency=medium

  * No-change rebuild to build with python3.12 as supported.

 -- Matthias Klose <email address hidden>  Thu, 02 Nov 2023 09:25:27 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Sebastian Ramacher
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-cwcwidth_0.1.9.orig.tar.xz 45.3 KiB 22309f67c24f18a2d5621a833b9625a334978bb60a93aaa3a545781066f51c67
python-cwcwidth_0.1.9-1build1.debian.tar.xz 2.6 KiB 5ec1654d66fc48ec3cfacef882c1655c8355fb69d0b30345f39f34f6d269cb3d
python-cwcwidth_0.1.9-1build1.dsc 2.1 KiB 0cff12aa985f016a1bcabec2fa91d97b04c452628b1b911ad03432553816b47e

View changes file

Binary packages built by this source

python3-cwcwidth: Python bindings for wc(s)width (Python 3)

 This module provides functions to compute the printable length of a unicode
 character/string on a terminal. It leverages the wcwidth(3) and wcswidth(3)
 functions as defined in POSIX.1-2001 and POSIX.1-2008. This module provides
 the same functions as the pure Python implementation found in python3-wcwidth.
 .
 This package provides the module for Python 3.

python3-cwcwidth-dbgsym: debug symbols for python3-cwcwidth