Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update unidecode to 1.3.6 #278

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

Conversation

pyup-bot
Copy link
Collaborator

This PR updates Unidecode from 1.1.1 to 1.3.6.

Changelog

1.3.6

* No changes. Re-upload to PyPi.

1.3.5

* Remove trailing space in replacements for vulgar fractions.
 * This release was yanked from PyPi, because the Wheel package
   contained the wrong version of the code and was incompatible
   with Python 3.5. .tar.gz package was not affected.

1.3.4

* Add some missing replacements for symbols in the U+21xx and
   U+1F1xx pages (thanks to cheznewa on GitHub)

1.3.3

* Command-line utility now reads input line-by-line, making
   it usable with large files (thanks to Jan-Thorsten Peter)

1.3.2

* Re-upload because PyPI was missing Requires-Python metadata for
   the .tar.gz package.

1.3.1

* Fix issue with wheel package falsely claiming support for Python 2.

1.3.0

* Drop support for Python <3.5.
 * Improvements to Hebrew and Yiddish transliterations (thanks to Alon
   Bar-Lev and eyaler on GitHub)

1.2.0

* Add 'errors' argument that specifies how characters with unknown
   replacements are handled. Default is 'ignore' to replicate the
   behavior of older versions.
 * Many characters that were previously replaced with '[?]' are now
   correctly marked as unknown and will behave as specified in the
   new errors='...' argument.
 * Added some missing ligatures and quotation marks in U+1F6xx and
   U+27xx ranges.
 * Add PEP 561-style type information (thanks to Pascal Corpet)
 * Support for Python 2 and 3.5 to be removed in next release.

1.1.2

* Add some missing replacements in the U+23xx page.
 * Fix U+204A "TIRONIAN SIGN ET" replacement.
Links

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

Successfully merging this pull request may close these issues.

None yet

1 participant