Path to this page:
./
devel/py-slugify,
Slugify (non-ASCII to ASCII) application that handles Unicode
Branch: CURRENT,
Version: 8.0.4,
Package name: py312-slugify-8.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:
Filesize: 10.665 KB
Version history: (Expand)
- (2024-11-11) Updated to version: py312-slugify-8.0.4
- (2024-02-09) Updated to version: py311-slugify-8.0.4
- (2024-02-03) Updated to version: py311-slugify-8.0.3
- (2024-01-27) Updated to version: py311-slugify-8.0.2
- (2023-07-25) Updated to version: py310-slugify-8.0.1
- (2023-02-09) Updated to version: py310-slugify-5.0.2nb2
CVS history: (Expand)
2024-02-09 07:32:14 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-slugify: updated to 8.0.4
8.0.4
- Properly handle uppercase special characters
|
2024-02-03 09:10:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-slugify: updated to 8.0.3
8.0.3
- Drop compatibility for unsupported Python Version
- Fix pattern types.
|
2024-01-27 19:53:18 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-slugify: updated to 8.0.2
8.0.2
- Normalize text before converting to unicode.
|
2023-07-25 15:20:33 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-slugify: updated to 8.0.1
8.0.1
- Added license notice to readme
8.0.0
- By default, prefer unidecode if installed
7.0.0
- Drop python 3.6, add python 3.11
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)
6.0.0
- Enable github action
- Remove tox, as we run the test on github action, the end users can refer to \
those test
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-15 13:54:44 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-slugify: updated to 5.0.2
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
|