Skip to content

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates python-slugify from 1.2.6 to 8.0.2.

Changelog

8.0.1

- Added license notice to readme (C-nit - thx)

8.0.0

- By default, prefer unidecode if installed (enkidulan - thx)

7.0.0

- Drop python 3.6, add python 3.11 (hugovk - thx)

6.1.2

- Reintroduce the cli options

6.1.1

- Remove type hinting (temporarily)

6.1.0

- Add `allow_unicode` flag to allow unicode characters in the slug

6.0.1

- Rework regex_pattern to mean the opposite (disallowed chars instead of allowed)
- Thanks to yyyyyyyan for the initial PR followed by the final PR by mrezzamoradi

6.0.0

- Enable github action
- Remove tox, as we run the test on github action, the end users can refer to those test

5.0.2

- Enable twine publish

5.0.1

- Drop support for python 2.7, 3.5 & tox, clean up

5.0.0

- Add support for Py 3.9 - added tox (jon-betts - Thx)
- Drop support for python 2.7, 3.5 & friends

4.0.1

- Add support for Py 3.8
- Last version with `official` python 2.7 and <= 3.5 support

4.0.0

- Drop support from 2.6, & < 3.4.5

3.0.6

- Fixed encoding in special.py

3.0.5

- Add test for pre-translation (e.g German Umlaut)
- Add special char supports (optional Use)

3.0.4

- Now supporting text-unidecode>=1.3
- Now supporting Unidecode>=1.1.1

3.0.3

- Remove unicode chars from file

3.0.2

- Add official support of Py 3.7

3.0.1

- Add test.py to manifest

3.0.0

- Upgrade Unidecode
- Promote text-unidecode as the primary decoding package
- Add Unidecode as an optional extra. "pip install python-slugify[unidecode]"

2.0.1

- Add replacements option e.g. [['|', 'or'], ['%', 'percent'], ['-', '_']] (andriyor)

2.0.0

- Fix alternative dependency installation
Links

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #689

@pyup-bot pyup-bot closed this Jan 31, 2024
@vCra vCra deleted the pyup/update-python-slugify-1.2.6-to-8.0.2 branch January 31, 2024 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants