Bug 1295102

Summary: Review Request: python-wcwidth - Measures number of Terminal column cells of wide-character codes
Product: [Fedora] Fedora Reporter: Terje Røsten <terje.rosten>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: fale, package-review
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-03 00:28:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1295103    

Description Terje Røsten 2016-01-02 13:43:35 UTC
spec: https://terjeros.fedorapeople.org/python-wcwidth/python-wcwidth.spec
srpm: https://terjeros.fedorapeople.org/python-wcwidth/python-wcwidth-0.1.5-1.fc23.src.rpm
koji: http://koji.fedoraproject.org/koji/taskinfo?taskID=12380856
fas: terjeros
desc:
This API is mainly for Terminal Emulator implementors, or those
writing programs that expect to interpreted by a terminal emulator and
wish to determine the printable width of a string on a Terminal.

Usually, the length of the string is equivalent to the number of cells
it occupies except that there are are also some categories of
characters which occupy 2 or even 0 cells. POSIX-conforming systems
provide wcwidth(3) and wcswidth(3) of which this modules interface
mirrors precisely.

This library aims to be forward-looking, portable, and most
correct. The most current release of this API is based from Unicode
Standard release files.

Comment 1 Fabio Alessandro Locati 2016-01-02 15:28:37 UTC
I'm working on the same package. My spec is at https://fale.fedorapeople.org/aws/python-wcwidth.spec

My goal is to make it work properly in EL6+ and F22+ (and it does as you can see at https://copr.fedoraproject.org/coprs/fale/aws/build/151138/)

Comment 2 Fabio Alessandro Locati 2016-01-03 00:28:19 UTC
Terje contacted m privately and we agreed on this change

*** This bug has been marked as a duplicate of bug 1295152 ***