Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-Unidecode
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.16 / (download) - annotate - [select for diffs], Wed Sep 27 09:02:06 2023 UTC (2 months ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
py-Unidecode: updated to 1.3.7 unidecode 1.3.7 * Add missing replacements for katakana punctuation (thanks to Emil Hammarberg) * Fix replacement for U+1F19C "SQUARED SECOND SCREEN". * Fix replacement for U+1F1A9 "SQUARED LOSSLESS". * Add more replacements for symbols in the U+21xx and U+1F1xx pages (thanks to @cheznewa on GitHub) * Remove old __init__.pyi from the Wheel package that was included due to a bug in the build script.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Oct 31 21:58:01 2022 UTC (13 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.14: +4 -3
lines
Diff to previous 1.14 (colored)
py-Unidecode: updated to 1.3.6 unidecode 1.3.6 * No changes. Re-upload to PyPi. unidecode 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. unidecode 1.3.4 * Add some missing replacements for symbols in the U+21xx and U+1F1xx pages (thanks to @cheznewa on GitHub) unidecode 1.3.3 * Command-line utility now reads input line-by-line, making it usable with large files (thanks to Jan-Thorsten Peter) unidecode 1.3.2 * Re-upload because PyPI was missing Requires-Python metadata for the .tar.gz package. unidecode 1.3.1 * Fix issue with wheel package falsely claiming support for Python 2. unidecode 1.3.0 * Drop support for Python <3.5. * Improvements to Hebrew and Yiddish transliterations (thanks to Alon Bar-Lev and @eyaler on GitHub)
Revision 1.14 / (download) - annotate - [select for diffs], Wed Jan 5 15:41:23 2022 UTC (22 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.13: +4 -2
lines
Diff to previous 1.13 (colored)
python: egg.mk: add USE_PKG_RESOURCES flag This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Jan 4 20:54:51 2022 UTC (22 months, 4 weeks ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.12 / (download) - annotate - [select for diffs], Fri Feb 5 19:28:06 2021 UTC (2 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
py-Unidecode: updated to 1.2.0 unidecode 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.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Dec 21 09:25:31 2020 UTC (2 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
py-Unidecode: updated to 1.1.2 unidecode 1.1.2 * Add some missing replacements in the U+23xx page. * Fix U+204A "TIRONIAN SIGN ET" replacement.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Jul 2 10:21:09 2019 UTC (4 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
py-Unidecode: updated to 1.1.1 unidecode 1.1.1 * Fix tests failing on PyPy 7.1.1
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 18 14:40:48 2019 UTC (4 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
py-Unidecode: updated to 1.1.0 unidecode 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" * General clean up of code and documentation
Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 21 11:00:05 2018 UTC (5 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.7: +4 -3
lines
Diff to previous 1.7 (colored)
py-Unidecode: updated to 1.0.23 unidecode 1.0.23 * Improve transliteration of Hebrew letters * Add transliterations for the phonetic block U+1D00 - U+1D7F * 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
Revision 1.7 / (download) - annotate - [select for diffs], Mon Feb 26 10:55:46 2018 UTC (5 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
py-Unidecode: updated CATEGORIES and HOMEPAGE
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 28 16:36:59 2018 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.5: +2 -3
lines
Diff to previous 1.5 (colored)
py-Unidecode: update to 1.0.22. 2018-01-05 unidecode 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)
Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 4 18:08:28 2017 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Follow some redirects.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jul 23 18:52:03 2017 UTC (6 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.3: +7 -4
lines
Diff to previous 1.3 (colored)
unidecode 0.04.21 * Add U+2116 NUMERO SIGN * Add U+05BE HEBREW PUNCTUATION MAQAF unidecode 0.04.20: * Fixed transliteration of circled Latin letters and numbers * Add square unit symbols. * Add Latin variants in U+20xx and U+21xx pages. * Fix U+02B1 MODIFIER LETTER SMALL H WITH HOOK. * Fix U+205F MEDIUM MATHEMATICAL SPACE. * Add "DIGIT ... COMMA" and "PARANTHESIZED LATIN CAPITAL LETTER" in U+1F1xx page. * Add missing vulgar fractions and a/c, a/s, c/o, c/u symbols. * Add universal Wheel release
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:40 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Switch to MASTER_SITES_PYPI.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Oct 25 06:56:47 2012 UTC (11 years, 1 month ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.1: +1 -3
lines
Diff to previous 1.1 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed May 30 11:03:50 2012 UTC (11 years, 6 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-20120530
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of py-Unidecode-0.04.9: It often happens that you have text data in Unicode, but you need to represent it in ASCII. For example when integrating with legacy code that doesn't support Unicode, or for ease of entry of non-Roman names on a US keyboard, or when constructing ASCII machine identifiers from human-readable Unicode strings that should still be somewhat intelligeble (a popular example of this is when making an URL slug from an article title). Note that this module generally produces better results than simply stripping accents from characters (which can be done in Python with built-in functions). It is based on hand-tuned character mappings that for example also contain ASCII approximations for symbols and non-Latin alphabets. This is a Python port of Text::Unidecode Perl module by Sean M. Burke.
Revision 1.1 / (download) - annotate - [select for diffs], Wed May 30 11:03:50 2012 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
Initial revision