OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=51
286 lines
11 KiB
Plaintext
286 lines
11 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Aug 6 17:56:25 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>
|
|
|
|
- set the minimum python version to 3.7
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 12 05:01:36 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Switch to pyproject macros.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 24 15:43:09 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>
|
|
|
|
- update to version 1.4.0:
|
|
* Drop support for Python <3.7.
|
|
* Add replacements for playing card suits and chess pieces
|
|
(thanks to Alan Davidson)
|
|
* Add replacements for U+211F "RESPONSE" and 0x2123 "VERSICLE"
|
|
(thanks to @ciesiolka on GitHub)
|
|
* Fix replacement for U+1D6D5 "MATHEMATICAL BOLD SMALL TAU".
|
|
* Fix replacements for U+014A "LATIN CAPITAL LETTER ENG"
|
|
and U+014B "LATIN SMALL LETTER ENG".
|
|
* Add replacements for U+2103 "DEGREE CELSIUS" and U+2109 "DEGREE
|
|
FAHRENHEIT".
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 21 18:00:33 UTC 2024 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
- enable %{?sle15allpythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 11 21:41:15 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
|
|
|
|
- update to version 1.3.8:
|
|
* Fix replacement for U+1E9E "LATIN CAPITAL LETTER SHARP S"
|
|
(thanks to Thomas Voss)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 26 18:42:26 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>
|
|
|
|
- update to version 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.
|
|
- remove python_module macro definition:
|
|
already provided by python-rpm-macros
|
|
- declare a more specific file list to avoid packaging unwanted
|
|
files
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 27 21:24:50 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to version 1.3.6:
|
|
* No changes. Re-upload to PyPi.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 28 19:48:42 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
|
|
|
|
- update to version 1.3.5:
|
|
* Remove trailing space in replacements for vulgar fractions
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 10 17:15:24 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
|
|
|
|
- update to version 1.3.4:
|
|
* Add some missing replacements for symbols in the U+21xx and
|
|
U+1F1xx pages (thanks to @cheznewa on GitHub)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 19 11:57:09 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
|
|
|
|
- update to version 1.3.3:
|
|
* Command-line utility now reads input line-by-line, making
|
|
it usable with large files (thanks to Jan-Thorsten Peter)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 18 11:06:48 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- update to version 1.3.2:
|
|
* Re-upload because PyPI was missing Requires-Python metadata for
|
|
the .tar.gz package.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 9 20:38:32 UTC 2021 - Benoît Monin <benoit.monin@gmx.fr>
|
|
|
|
- update to version 1.3.1:
|
|
* Fix issue with wheel package falsely claiming support for
|
|
Python 2.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 6 18:03:00 UTC 2021 - Benoît Monin <benoit.monin@gmx.fr>
|
|
|
|
- update to version 1.3.0:
|
|
* Drop support for Python <3.5.
|
|
* Improvements to Hebrew and Yiddish transliterations (thanks to
|
|
Alon Bar-Lev and @eyaler on GitHub)
|
|
- move update-alternative to postun instead of preun:
|
|
fix rpmlint warning
|
|
- disable python2 build: unsupported by upstream now
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 5 17:19:37 UTC 2021 - Benoît Monin <benoit.monin@gmx.fr>
|
|
|
|
- update to version 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 21 17:47:10 UTC 2020 - Benoît Monin <benoit.monin@gmx.fr>
|
|
|
|
- update to version 1.1.2:
|
|
* Add some missing replacements in the U+23xx page.
|
|
* Fix U+204A "TIRONIAN SIGN ET" replacement.
|
|
- run the tests with pyunitest macro
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 11 12:35:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.1.1:
|
|
* no upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 14 16:48:52 UTC 2019 - Benoît Monin <benoit.monin@gmx.fr>
|
|
|
|
- update to 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" (thanks to Jon Dufresne)
|
|
* General clean up of code and documentation
|
|
(thanks to Jon Dufresne)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 6 14:30:29 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Run correct fdupes call
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:55:35 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 19 19:48:35 UTC 2018 - Benoît Monin <benoit.monin@gmx.fr>
|
|
|
|
- update to Unidecode 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)
|
|
- spec cleanup: fix license to GPL-2.0-or-later
|
|
- mark the LICENSE file as %license instead of %doc
|
|
- add the README to the documentation
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 6 21:26:05 UTC 2018 - benoit.monin@gmx.fr
|
|
|
|
- update to 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)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 28 18:15:36 UTC 2017 - benoit.monin@gmx.fr
|
|
|
|
- update to Unidecode 0.04.21:
|
|
* Add U+2116 NUMERO SIGN (thanks to Alan Davidson)
|
|
* Add U+05BE HEBREW PUNCTUATION MAQAF (thanks to Micha Moskovic)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 6 16:10:57 UTC 2017 - alarrosa@suse.com
|
|
|
|
- Use singlespec macros
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 10 20:00:08 UTC 2017 - benoit.monin@gmx.fr
|
|
|
|
- update to Unidecode 0.04.20:
|
|
* Fixed transliteration of circled Latin letters and numbers
|
|
(thanks to Krzysztof Jurewicz)
|
|
* 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 (thanks to Adam Chainz)
|
|
- change source url to pythonhosted.org
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 22 19:02:19 UTC 2016 - benoit.monin@gmx.fr
|
|
|
|
- update to Unidecode 0.04.19:
|
|
* Add unidecode_expect_ascii() and unidecode_expect_nonascii()
|
|
functions for performance critical applications.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 10 13:26:52 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Install License and ChangeLog
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 14 08:42:34 UTC 2015 - benoit.monin@gmx.fr
|
|
|
|
- update to Unidecode 0.04.18:
|
|
* Add a command line utility. (thanks to Andrew Udvare)
|
|
* Use setuptools for packaging.
|
|
- add new build dependency: python-setuptools
|
|
- add and use update-alternatives for unidecode binary
|
|
- set a UTF-8 locale to run the tests: they fail without it
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 20 13:02:04 UTC 2014 - benoit.monin@gmx.fr
|
|
|
|
- update to Unidecode 0.04.17
|
|
* Add some missing Latin letter variants used by popular "Unicode
|
|
text converter" tools.
|
|
* Issue a warning if a surrogate character is encountered in
|
|
input.
|
|
* Corrected module import which might cause unidecode() to raise
|
|
AttributeError on some systems.
|
|
- add %check section
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 12 17:50:09 UTC 2014 - benoit.monin@gmx.fr
|
|
|
|
- update to Unidecode 0.04.16
|
|
* Corrected ChangeLog.
|
|
- changes from 0.04.15
|
|
* Fixed transliteration of Chinese character "Yi".
|
|
* Transliterate Euro sign as "EUR".
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 27 17:20:40 UTC 2013 - benoit.monin@gmx.fr
|
|
|
|
- remove useless CFLAGS="%{optflags}"
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 20 20:48:57 UTC 2013 - benoit.monin@gmx.fr
|
|
|
|
- update to Unidecode 0.04.14
|
|
* Revert transliteration for Latin characters with umlauts back
|
|
to language-neutral, unaccented characters.
|
|
* Added transliterations for circled numbers, letters and
|
|
ordinals.
|
|
* Minor fixes to rarely used punctuation characters.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 8 16:54:21 UTC 2013 - benoit.monin@gmx.fr
|
|
|
|
- update to Unidecode 0.04.13
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 28 19:57:11 UTC 2013 - benoit.monin@gmx.fr
|
|
|
|
- call fdupes to fix a warning from rpmlint
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 27 20:28:53 UTC 2013 - benoit.monin@gmx.fr
|
|
|
|
- initial package with version 0.04.12
|
|
|