Revisions of python-ftfy

buildservice-autocommit accepted request 1139687 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 19)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 18)
- Add update-wcwidth.patch to make it work with newer wcwidth,
  gh#rspeer/python-ftfy@5d975c6bb183
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 17)
- update to 6.0.3:
  *  Allow the keyword argument `fix_entities` as a deprecated alias for
    `unescape_html`, raising a warning.
  *  `ftfy.formatting` functions now disregard ANSI terminal escapes when
    calculating text width.
buildservice-autocommit accepted request 886559 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 16)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) accepted request 886362 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 15)
- Update to 6.0.1
  * The remove_terminal_escapes step was accidentally not being
    used. This version restores it.
  * Specified in setup.py that ftfy 6 requires Python 3.6 or later.
  * Use a lighter link color when the docs are viewed in dark mode.
- Version 6.0
  * New function: ftfy.fix_and_explain() can describe all the
    transformations that happen when fixing a string. This is
    similar to what ftfy.fixes.fix_encoding_and_explain() did in
    previous versions, but it can fix more than the encoding.
  * fix_and_explain() and fix_encoding_and_explain() are now in
    the top-level ftfy module.
  * Changed the heuristic entirely. ftfy no longer needs to
    categorize every Unicode character, but only characters that
    are expected to appear in mojibake.
  * Because of the new heuristic, ftfy will no longer have to
    release a new version for every new version of Unicode. It
    should also run faster and use less RAM when imported.
  * The heuristic ftfy.badness.is_bad(text) can be used to
    determine whether there appears to be mojibake in a string.
    Some users were already using the old function
    sequence_weirdness() for that, but this one is actually
    designed for that purpose.
  * Instead of a pile of named keyword arguments, ftfy functions
    now take in a TextFixerConfig object. The keyword arguments
    still work, and become settings that override the defaults in
    TextFixerConfig.
  * Added support for UTF-8 mixups with Windows-1253 and
    Windows-1254.
  * Overhauled the documentation: https://ftfy.readthedocs.org
buildservice-autocommit accepted request 809375 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 14)
baserev update by copy to link target
buildservice-autocommit accepted request 783195 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 12)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 11)
- Update to 5.7:
  * Fixes build on python 3.8
buildservice-autocommit accepted request 722792 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 10)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 722677 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 9)
- Update to version 5.6
  * The unescape_html function now supports all the HTML5 entities 
    that appear in html.entities.html5, including those with long 
    names such as ˝.
  * Unescaping of numeric HTML entities now uses the standard library's 
    html.unescape, making edge cases consistent.
  * On top of Python's support for HTML5 entities, ftfy will also 
    convert HTML escapes of common Latin capital letters that are 
    (nonstandardly) written in all caps, such as Ñ for Ñ.
buildservice-autocommit accepted request 642835 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 8)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 7)
- Update to version 5.5.1:
  * Fixes build on python3.7
  * Use Unicode 11
buildservice-autocommit accepted request 626368 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 6)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 626059 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 5)
- Use noun phrase in summary. Trim filler wording from description.
Todd R's avatar Todd R (TheBlackCat) committed (revision 4)
converted link to branch
Todd R's avatar Todd R (TheBlackCat) committed (revision 3)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 613294 from Todd R's avatar Todd R (TheBlackCat) (revision 2)
initialized devel package after accepting 613294
Todd R's avatar Todd R (TheBlackCat) accepted request 613293 from Todd R's avatar Todd R (TheBlackCat) (revision 1)
Try to convert buggy unicode text to a less broken variant.
Displaying all 19 revisions
openSUSE Build Service is sponsored by