14
0

Accepting request 786847 from home:pgajdos:python

- version update to 4.0.0
  * Drop support from 2.6, & < 3.4.5
  * Fixed encoding in special.py
  * Add test for pre-translation (e.g German Umlaut)
  * Add special char supports (optional Use)
  * Now supporting text-unidecode>=1.3
  * Now supporting Unidecode>=1.1.1

OBS-URL: https://build.opensuse.org/request/show/786847
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-slugify?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2020-03-20 12:09:11 +00:00
committed by Git OBS Bridge
parent 2ede5756e5
commit 8ff3fdb324
4 changed files with 20 additions and 9 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Mar 20 11:17:22 UTC 2020 - pgajdos@suse.com
- version update to 4.0.0
* Drop support from 2.6, & < 3.4.5
* Fixed encoding in special.py
* Add test for pre-translation (e.g German Umlaut)
* Add special char supports (optional Use)
* Now supporting text-unidecode>=1.3
* Now supporting Unidecode>=1.1.1
-------------------------------------------------------------------
Mon Aug 26 11:27:46 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>