Path to this page:
./
converters/py-confusable_homoglyphs,
Detect confusable usage of unicode homoglyphs
Branch: CURRENT,
Version: 3.3.1,
Package name: py312-confusable_homoglyphs-3.3.1,
Maintainer: pkgsrc-usersA homoglyph is one of two or more graphemes, characters, or glyphs with shapes
that appear identical or very similar wikipedia:Homoglyph
Unicode homoglyphs can be a nuisance on the web. Your most popular client,
AlaskaJazz, might be upset to be impersonated by a trickster who deliberately
chose the username AlaskaJazz.
* AlaskaJazz is single script: only Latin characters.
* AlaskaJazz is mixed-script: the first character is a greek letter.
Required to run:[
devel/py-setuptools] [
lang/python27] [
devel/py-click]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 317.852 KB
Version history: (Expand)
- (2024-11-11) Updated to version: py312-confusable_homoglyphs-3.3.1
- (2024-02-07) Updated to version: py311-confusable_homoglyphs-3.3.1
- (2023-11-06) Updated to version: py311-confusable_homoglyphs-3.2.0nb3
- (2023-02-09) Updated to version: py310-confusable_homoglyphs-3.2.0nb2
- (2022-01-05) Updated to version: py39-confusable_homoglyphs-3.2.0nb2
- (2022-01-05) Updated to version: py39-confusable_homoglyphs-3.2.0nb1
CVS history: (Expand)
2024-02-07 11:21:08 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-confusable_homoglyphs: updated to 3.3.1
3.3.0
- Drop support for Python 2
- Drop support for Python < 3.7, add support for Python up to 3.12
- Allow using data files from a custom location set with the
CONFUSABLE_DATA environment variable.
- Fix the return value of confusables.is_dangerous() to the documented
API of a boolean value. It used to return either False or the list
output of confusable.is_confusable().
- Added a check command for command line use.
3.3.1
- Update unicode data
|
2023-11-06 00:44:05 by Thomas Klausner | Files touched by this commit (4) |
Log message:
py-confusable_homoglyphs: convert to wheel.mk
Fix build with Python 3.12.
Bump PKGREVISION
|
2022-01-31 10:48:36 by Thomas Klausner | Files touched by this commit (8) |
Log message:
*: depend on py-click via versioned_dependencies
|
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:06:54 by Nia Alarie | Files touched by this commit (150) |
Log message:
converters: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 15:29:13 by Nia Alarie | Files touched by this commit (150) |
Log message:
converters: Remove SHA1 hashes for distfiles
|
2018-12-04 14:29:13 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-confusable_homoglyphs: updated to 3.2.0
3.2.0:
Unknown changes
|