17
0

Accepting request 917818 from home:benoit_monin:branches:devel:languages:python

- update to version 1.3.1:
  * Fix issue with wheel package falsely claiming support for
    Python 2.
- 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

OBS-URL: https://build.opensuse.org/request/show/917818
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=32
This commit is contained in:
2021-10-16 09:39:18 +00:00
committed by Git OBS Bridge
parent 1da548b0c7
commit c8d67df825
4 changed files with 25 additions and 6 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
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>