mirror of
https://github.com/openwrt/packages.git
synced 2026-06-13 17:11:32 +08:00
python-slugify: bump to 8.0.4
Changes since 8.0.1: - Improved uppercase special character handling and text normalization before unicode conversion - Resolved pattern type issues - Various bug fixes for robust character handling Also add test.sh to verify slugification, unicode handling and options like separator and max_length. Link: https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
060377899b
commit
4c017bab49
@@ -8,11 +8,11 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-slugify
|
||||
PKG_VERSION:=8.0.1
|
||||
PKG_VERSION:=8.0.4
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=$(PKG_NAME)
|
||||
PKG_HASH:=ce0d46ddb668b3be82f4ed5e503dbc33dd815d83e2eb6824211310d3fb172a27
|
||||
PKG_HASH:=59202371d1d05b54a9e7720c5e038f928f45daaffe41dd10822f3907b937c856
|
||||
|
||||
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
|
||||
PKG_LICENSE:=MIT
|
||||
|
||||
Reference in New Issue
Block a user