Changelog for
python311-python-slugify-8.0.1-25.9.noarch.rpm :
* Fri Dec 29 2023 egottholdAATTsuse.com- Update to version v8.0.1:
* Legal Notice / Readme
* Add note on licensing (#130)
* By default, prefer unidecode if installed
* Update import order for unidecode vs text_unidecode (#126)
* Support Matrix
* SemVer Table
* merge sandbox
* github action revert
* cmdline options
* update dev deps
* Up Version
* Add missing cmdLine options
* Wed May 10 2023 Johannes Kastl
- add sle15_python_module_pythons
* Mon Dec 06 2021 Dirk Müller - update to 5.0.2:
* Drop support for python 2.7, 3.5 & tox, clean up
* Add support for Py 3.9
* Wed Aug 05 2020 Marketa Calabkova - update to 4.0.1
* Add support for Py 3.8
* Wed May 20 2020 Petr Gajdos - %python3_only -> %python_alternative
* Fri Mar 20 2020 pgajdosAATTsuse.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 2019 Antonio Larrosa - Update to 3.0.3:
* Add Options to readme
* Add more unit tests
* Sat May 25 2019 Tomáš Chvátal - Update to 3.0.2:
* Add official support of Py 3.7
* Tue Mar 26 2019 John Vandenberg - Use PyPI sdist- Switch from requiring python-Unidecode to requiring python-text-unidecode >= 1.2- Update to v3.0.1
* add test to manifest- from v3.0.0
* Upgrade Unidecode to 1.2
* Promote text-unidecode as the primary decoding package
* Add Unidecode as an optional extra
* Tue Feb 19 2019 John Vandenberg - Activated test suite- Update to v2.0.1
* Add replacements option e.g. [[\'|\', \'or\'], [\'%\', \'percent\'], [\'-\', \'_\']]- from 2.0.0
* Fix alternative dependency installation- from 1.2.6
* Add support for case sensitive slugs