14
0

Accepting request 605955 from devel:languages:python:misc

Slugify application that handles Unicode

OBS-URL: https://build.opensuse.org/request/show/605955
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-slugify?expand=0&rev=1
This commit is contained in:
Todd R
2018-05-09 23:17:55 +00:00
committed by Git OBS Bridge
commit 3d4659c6f7
5 changed files with 112 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
-------------------------------------------------------------------
Wed May 9 23:12:48 UTC 2018 - toddrme2178@gmail.com
- Update to version 1.2.5
* Add support for using text-unidecode (@bolkedebruin)
* Switch to pycodestyle instead of pep8
- Use license tag
-------------------------------------------------------------------
Mon Nov 27 16:29:15 UTC 2017 - toddrme2178@gmail.com
- Conflict with python-awesome-slugify
They share the same module name
-------------------------------------------------------------------
Fri Oct 20 16:17:56 UTC 2017 - toddrme2178@gmail.com
- initial version