AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- 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
- Update to 3.0.3: * Add Options to readme * Add more unit tests
- Update to 3.0.2: * Add official support of Py 3.7
- 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
- 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
- Remove superfluous devel dependency for noarch package
- Update to version 1.2.5 * Add support for using text-unidecode (@bolkedebruin) * Switch to pycodestyle instead of pep8 - Use license tag
- Conflict with python-awesome-slugify They share the same module name
- initial version