Path to this page:
NOTICE: This package has been removed from pkgsrc./
devel/py-python-slugify,
Slugify (non-ASCII to ASCII) application that handles Unicode
Branch: CURRENT,
Version: 3.0.4,
Package name: py37-python-slugify-3.0.4,
Maintainer: pkgsrc-usersA Python slugify (replace non-ASCII characters with ASCII characters)
application that handles unicode.
Required to run:[
devel/py-setuptools] [
textproc/py-text-unidecode] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: d288a55c95682440d7f51f47e7e7a165b035d626
RMD160: 8579f4f648f1326f36fac9e890233058cad77040
Filesize: 7.92 KB
Version history: (Expand)
- (2020-06-04) Package deleted from pkgsrc
- (2019-09-30) Updated to version: py37-python-slugify-3.0.4
- (2019-08-28) Updated to version: py37-python-slugify-3.0.3nb3
- (2019-08-28) Updated to version: py37-python-slugify-3.0.3nb2
- (2019-08-13) Updated to version: py37-python-slugify-3.0.3nb1
- (2018-12-22) Updated to version: py27-python-slugify-1.2.6nb1
CVS history: (Expand)
2020-06-03 18:37:25 by Adam Ciarcinski | Files touched by this commit (5) | |
Log message:
py-slugify: updated to 4.0.0
4.0.0
- Drop support from 2.6, & < 3.4.5
|
2019-09-30 13:06:55 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-python-slugify: update to 3.0.4.
To fix build/run with py-text-unidecode 1.3 (see PR 54583).
## 3.0.4
- Now supporting text-unidecode>=1.3
- Now supporting Unidecode>=1.1.1
|
2019-08-28 09:57:30 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
py-python-slugify: cleanup
|
2019-08-28 07:42:16 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-python-slugify: Improve DESCR and COMMENT (explaining what slugify means)
|
2019-08-28 06:28:15 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
devel/py-python-slugify: depends on py-text-unidecode instead of py-Unidecode
Depends on py-text-unidecode instead of py-Unidecode to fix runtime
problem. CHANGELOG for 3.0.0 says "Promote text-unidecode as the primary
decoding package".
Bump PKGREVISION.
|
2019-08-13 20:54:59 by Greg Troxel | Files touched by this commit (2) |
Log message:
devel/py-python-slugify: Update to 3.0.3
## 3.0.3
- Add Options to readme
- Add more unit tests
## 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
|
2018-12-22 18:14:35 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
devel/py-python-slugify: fix ALTERNATIVES file
Fix ALTERNATIVES file syntax.
BUmp PKGREVISION.
|
2018-12-17 17:24:48 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/py-python-slugify: update to 1.2.6
## 1.2.6
- Add support for case sensitive slugs (@s-m-e)
|