Skip to content
Permalink
master

Commits on May 12, 2021

  1. whitespace around =

    fahhem authored and un33k committed May 12, 2021
  2. 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]]`
    fahhem authored and un33k committed May 12, 2021

Commits on May 5, 2021

  1. Merge branch 'staging'

    un33k committed May 5, 2021
  2. add twine to dev.req.txt

    un33k committed May 5, 2021
  3. clean up, post 2.7,3.5 drop

    un33k committed May 5, 2021
  4. Simplify python_requires

    DmytroLitvinov authored and un33k committed May 5, 2021
  5. Update tox.ini

    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)
    DmytroLitvinov authored and un33k committed May 5, 2021

Commits on Jun 30, 2020

  1. up version

    un33k committed Jun 30, 2020
  2. enable python 3.8

    un33k committed Jun 30, 2020
  3. update readme

    un33k committed Jun 30, 2020
  4. update readme

    un33k committed Jun 30, 2020

Commits on Apr 9, 2020

  1. Add test for multivalued option with text in command

    Jacobo de Vera authored and un33k committed Apr 9, 2020
  2. Use main as entrypoint

    Jacobo de Vera authored and un33k committed Apr 9, 2020
  3. Create command line tool that can set all parameters

    Jacobo de Vera authored and un33k committed Apr 9, 2020

Commits on Nov 9, 2019

  1. Use SVG badge for consistency

    hugovk authored and un33k committed Nov 9, 2019

Commits on Oct 20, 2019

  1. add contribution section

    un33k committed Oct 20, 2019
  2. 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
    un33k committed Oct 20, 2019
  3. up version

    un33k committed Oct 20, 2019

Commits on Oct 14, 2019

  1. 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
    hugovk authored and un33k committed Oct 14, 2019

Commits on Sep 20, 2019

Commits on Sep 19, 2019

  1. BF(dependencies)| Bump text_unidecode version (#83)

    1.2 -> 1.3
    koolfunky authored and un33k committed Sep 19, 2019
Older