Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Update unidecode to 1.1.1 #454

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Contributor

This PR updates Unidecode from 0.04.21 to 1.1.1.

Changelog

1.1.1

* Fix tests failing on PyPy 7.1.1

1.1.0

* Add more Latin letter variants in U+1F1xx page.
 * Make it possible to use the Unidecode command-line utility via
   "python -m unidecode" (thanks to Jon Dufresne)
 * General clean up of code and documentation (thanks to Jon Dufresne)

1.0.23

* Improve transliteration of Hebrew letters (thanks to Alon Bar-Lev)
 * Add transliterations for the phonetic block U+1D00 - U+1D7F
   (thanks to Oscar Laurent)
 * Transliterate SI "micro" prefix as "u" instead of "micro" in the
   U+33xx block.
 * Add U+33DE SQUARE V OVER M and U+33DF SQUARE A OVER M.
 * Drop support for Python 2.6 and 3.3 (thanks to Jon Dufresne)

1.0.22

* Move to semantic version numbering, no longer following version
   numbers from the original Perl module. This fixes an issue with
   setuptools (>= 8) and others expecting major.minor.patch format.
   (https://github.com/avian2/unidecode/issues/13)
 * Add transliterations for currency signs U+20B0 through U+20BF
   (thanks to Mike Swanson)
 * Surround transliterations of vulgar fractions with spaces to avoid
   incorrect combinations with adjacent numerals
   (thanks to Jeffrey Gerard)
Links

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant