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 |
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message: devel: Remove SHA1 hashes for distfiles |
2020-07-08 16:58:01 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-slugify: updated to 4.0.1 4.0.1 - Add support for Py 3.8 |