un33k / python-slugify Public
Permalink
master
Commits on May 12, 2021
-
-
Add better typing for slugify.slugify
Currently, mypy understands the type as `Iterable[str]`, which doesn't match what should actually be passed in, which is `Iterable[Iterable[str]]` or, ideally, `Iterable[Tuple[str, str]]`
Commits on May 5, 2021
-
-
-
-
-
-
Drop completly from tox.ini file Python3.5 for testing according to [CHANGELOG](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md#500). More information about it at [commit which should drop Python 3.5](319559c)
Commits on Apr 30, 2021
Commits on Jun 30, 2020
Commits on Apr 9, 2020
Commits on Nov 9, 2019
Commits on Oct 20, 2019
-
-
-
Drop support for old python - cleanup - up version (#88)
* Drop support for EOL Python 2.6 and 3.2-2.4 (#87) * Drop support for EOL Python 2.6 and 3.2-3.4 * Remove duplicate class * Upgrade Python syntax with pyupgrade * Upgrade PyPy and PyPy3 and test 3.8 beta * up version
-
Commits on Oct 10, 2019
Commits on Sep 20, 2019
Commits on Sep 19, 2019
-
BF(dependencies)| Bump
text_unidecodeversion (#83)1.2 -> 1.3