summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Proper fallback to text-unidecode, favoring Unidecode, drop support for py ↵2.0.0Val Neekman2018-12-259-250/+163
| | | | | | | | | | | | | | | | | | | | 2.6, 3.3. (#63) * 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
* fix readme license refrenceVal Neekman2018-09-021-1/+1
|
* Merge branch 'master' into developmentVal Neekman2018-09-020-0/+0
|\
| * release 1.2.6, case sensitive slug support1.2.6Val Neekman2018-09-027-9/+38
| |
* | link to test.pyVal Neekman2018-09-021-2/+2
| |
* | link to test.pyVal Neekman2018-09-021-1/+1
| |
* | up versionVal Neekman2018-09-024-1/+14
| |
* | Support for case sensitivity (#54)sme2018-04-253-7/+23
|/ | | | | | | | | | * added support for case sensitivity * remove empty line * ignore W605 warning from pycodestyle * doc string for lowercase keyword argument
* cleanup changelog1.2.5Val Neekman2018-03-251-4/+0
|
* Merge branch 'master' into developmentVal Neekman2018-03-251-0/+4
|\
| * simplify publishingVal Neekman2018-03-251-1/+1
| |
| * support for text-unidecodeVal Neekman2018-03-259-31/+35
| |
* | cleanupVal Neekman2018-03-252-5/+1
| |
* | Update README.rstVal Neekman2018-03-251-1/+1
| |
* | cleanupsVal Neekman2018-03-251-1/+1
| |
* | cleanupsVal Neekman2018-03-253-2/+3
| |
* | grammerVal Neekman2018-03-252-4/+4
| |
* | support of text-unidecodeVal Neekman2018-03-2510-16/+48
|\ \ | |/
| * Use unidecode as an API and allow alternatives (#53)bolkedebruin2018-03-245-4/+30
| | | | | | | | | | | | | | | | This PR allows specifying WITH_TEXTUNIDECODE when installing python-slugify. This allows using text-unidecode instead of unidecode. It will default to using unidecode. Closes: #51
| * Create MANIFEST.in (#42)Francis T. O'Donovan2017-05-081-0/+3
| | | | | | | | Add the `LICENSE` and other files to `MANIFEST.in` so that they will be included in sdists and other packages. This came up during packaging of `python-slugify` for `conda-forge`.
| * Update CHANGELOG.md - didn't you mean `1.2.4`? (#40)Loisaida Sam2017-05-081-1/+1
| |
| * build/publish enhancements1.2.4Val Neekman2017-04-116-33/+18
| |
* | use twine to publishVal Neekman2017-04-111-1/+4
| |
* | Add setup.cfg, enhance setup.pyVal Neekman2017-04-113-3/+10
| |
* | up versionVal Neekman2017-04-112-1/+5
| |
* | #38: use find_packages() rather than home-grown get_packages and ↵Reece Hart2017-04-102-31/+2
|/ | | | get_package_data (#39)
* Rebuid - Possible corrupt 1.2.2 build1.2.3Val Neekman2017-04-102-1/+4
|
* fixed truncated change logVal Neekman2017-04-011-1/+2
|
* add regex_pattern and support for py 3.61.2.2Val Neekman2017-04-019-45/+120
|\
| * Added possibility to include custom regex as allowed characters (#36)vrbaskiz2017-03-312-2/+11
| | | | | | | | Added possibility to allow custom regex as allowed characters.
| * Pull Request for Issue #32 (#34)Yehor Smoliakov2017-03-313-33/+59
| | | | | | | | Ignore .idea folder & Convert Markdown readme to reStructuredText (#32)
| * Update License LinkVal Neekman2016-09-081-1/+1
| |
| * add py3.5 support, add manifest.in file, add more tests1.2.1Val Neekman2016-08-2610-42/+54
| |
* | reenable py 2.6 test for nowVal Neekman2016-08-261-1/+0
| |
* | reenable py 2.6 test for nowVal Neekman2016-08-261-0/+1
| |
* | drop py 2.6 supportVal Neekman2016-08-263-2/+2
| |
* | pep8 fail testVal Neekman2016-08-261-1/+1
| |
* | run bash scriptVal Neekman2016-08-261-1/+1
| |
* | run pep8.sh in travisVal Neekman2016-08-261-1/+1
| |
* | remove invalid pip optionVal Neekman2016-08-261-1/+1
| |
* | upgrade pip before running travis testVal Neekman2016-08-261-0/+1
| |
* | add more testsVal Neekman2016-08-264-8/+19
| |
* | add manifest.in, py 3.5 support and relax licensing by moving to MITVal Neekman2016-08-267-32/+32
|/
* Merge pull request #26 from proinsias/patch-1Val Neekman2016-08-251-0/+3
|\ | | | | Create MANIFEST.in
| * Create MANIFEST.inFrancis T. O'Donovan2016-08-251-0/+3
|/ | | | Add the license (and other files) to MANIFEST.in so that it will be included in sdists and other packages. This came up during packaging of python-slugify for [conda-forge](https://conda-forge.github.io).
* Download count is removed. No longer accurate.Val Neekman2016-06-201-2/+0
| | | Download count is removed. No longer accurate.
* updated quote test case exampleVal Neekman2016-01-161-1/+1
|
* enhace setupf file1.2.0Val Neekman2016-01-151-2/+1
|
* replace quotes with dashesVal Neekman2016-01-153-7/+22
|
* Merge pull request #23 from fabiocaccamo/masterVal Neekman2016-01-152-3/+8
|\ | | | | Fixed issue #17