summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | merge sandboxVal Neekman (AvidCoder)2022-11-189-14/+25
| |
* | cmdline optionsVal Neekman (AvidCoder)2022-04-2718-150/+574
|/
* switch to twine for pushing to pypi5.0.2Val Neekman2021-05-053-2/+6
|
* Merge branch 'staging'5.0.1Val Neekman2021-05-054-4/+8
|\
| * add twine to dev.req.txtVal Neekman2021-05-051-1/+2
| |
| * clean up, post 2.7,3.5 dropVal Neekman2021-05-053-3/+6
| |
* | Simplify python_requiresDmytro Litvinov2021-05-051-1/+1
| |
* | Update tox.iniDmytro Litvinov2021-05-051-2/+2
|/ | | | 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](https://github.com/un33k/python-slugify/commit/319559cb43f239ac0d3bc7b975a78059bf4a1086)
* Add support for 3.9, drop support for 2.7,3.55.0.0support3.9Val Neekman2021-04-309-126/+109
|
* Add a tox file to automatically run the tests and add Python 3.9Jon Betts2021-04-305-1/+35
|
* up version4.0.1Val Neekman2020-06-292-1/+4
|
* enable python 3.8Val Neekman2020-06-291-1/+1
|
* update readmeVal Neekman2020-06-291-1/+1
|
* update readmeVal Neekman2020-06-291-1/+1
|
* Merge branch 'master' into sandboxVal Neekman2020-06-295-12/+240
|\
| * Add details about the command line tool to READMEJacobo de Vera2020-04-091-0/+26
| |
| * Add test for multivalued option with text in commandJacobo de Vera2020-04-091-0/+7
| |
| * Use main as entrypointJacobo de Vera2020-04-091-1/+1
| |
| * Create command line tool that can set all parametersJacobo de Vera2020-04-094-10/+205
| |
| * Use SVG badge for consistencyHugo van Kemenade2019-11-091-2/+2
| |
* | Merge branch 'master' into stagingVal Neekman2019-10-201-0/+6
|\ \ | |/
| * add contribution sectionVal Neekman2019-10-201-0/+6
| |
| * Drop support for old python - cleanup - up version (#88)4.0.0Val Neekman2019-10-206-23/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | up versionVal Neekman2019-10-202-1/+4
| |
* | Drop support for EOL Python 2.6 and 3.2-2.4 (#87)Hugo van Kemenade2019-10-144-22/+7
|/ | | | | | | | | | * 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
* fix missing encoding in file3.0.6Val Neekman2019-10-103-1/+7
|
* add special pre translation file, more unit test, updated readme3.0.5Val Neekman2019-10-105-1/+62
|
* upgrade to consume the latest version of dependencies3.0.4Val Neekman2019-09-203-6/+6
|
* BF(dependencies)| Bump `text_unidecode` version (#83)kf2019-09-191-1/+1
| | | 1.2 -> 1.3
* Merge branch 'master' into staging3.0.3Val Neekman2019-07-270-0/+0
|\
| * add unit test, update readmeVal Neekman2019-07-277-59/+122
| |
| * Add Python 3.7 Support (#77)3.0.2Val Neekman2019-03-313-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enable raw re pattern * conditional text_unidecode install * update readme, changelog, manifest * update ci * readme * drop test for py 2.6 and 3.3 * clean up readme * readme * add support user-specific replacements (#66) thx * clean up, up version * add text-unidecode option as extra * Upgrade Unidecode, add text-unidecode as extra option (#71) * Add replacements option (#67) * add text-unidecode option as extra * remove req.txt files * Optional Extra Requirements (#72) * Add replacements option (#67) * Upgrade Unidecode, add text-unidecode as extra option (#71) * Add replacements option (#67) * add text-unidecode option as extra * remove req.txt files * use text-unidecode as primary decoding package * add dev reqs * up version * add pypy3.5 test
* | Merge branch 'development' into stagingVal Neekman2019-07-277-59/+122
|\ \
| * \ Merge branch 'sandbox' into developmentVal Neekman2019-07-277-59/+122
| |\ \
| | * | remove unicode chars from fileVal Neekman2019-07-271-3/+3
| | | |
| | * | change logVal Neekman2019-07-271-0/+4
| | | |
| | * | update readmeVal Neekman2019-07-271-1/+0
| | | |
| | * | rename format.shVal Neekman2019-07-271-1/+1
| | | |
| | * | pyDoc optionsVal Neekman2019-07-271-1/+1
| | | |
| | * | update readme, add pydocVal Neekman2019-07-275-58/+118
| | | |
* | | | add py 3.7 supportVal Neekman2019-03-314-3/+9
|\ \ \ \ | |/ / /
| * | | Merge branch 'sandbox' into developmentVal Neekman2019-03-311-0/+1
| |\ \ \ | | |/ /
| | * | add pypy3.5 testVal Neekman2019-03-311-0/+1
| | | |
| * | | up versionVal Neekman2019-03-312-1/+4
| |\ \ \ | | |/ /
| | * | up versionVal Neekman2019-03-312-1/+4
| | | |
| | * | Merge branch 'master' into sandboxVal Neekman2019-03-312-2/+4
| | |\ \ | | | |/
| | * | Merge branch 'master' into sandboxVal Neekman2019-03-253-1/+5
| | |\ \
| | * \ \ Merge branch 'master' into sandboxVal Neekman2019-03-030-0/+0
| | |\ \ \
| * | \ \ \ Merge branch 'master' into developmentVal Neekman2019-03-312-2/+4
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Test against Python 3.7 (#75)Steven Loria2019-03-312-2/+4
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | Also, remove `sudo: false` because TravisCI has migrated to their VM-based infrastructure: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration