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 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message: textproc: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip |
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message: textproc: Remove SHA1 hashes for distfiles |
2020-10-03 20:28:21 by Adam Ciarcinski | Files touched by this commit (3) | ![]() |
Log message: py-validators: updated to 0.18.1 0.18.1: - Made uuid validator accept UUID objects 0.18.0: - Added bitcoin address validator 0.17.1: - Fixed python_requires using twine 0.17.0: - Added python_requires='>=3.4' to setup.py - Fixed URL validator ip_last_octet regex 0.16.0: - Added support for emojis and more IDNA URLs 0.15.0: - Added bank card validators 0.14.3: - Handle None values gracefully in domain validator - Local part of the email address should be less or equal than 64 bytes - Removed py27 support - Removed pypy2 support 0.14.2: - Made domain validation case-insensitive |
2020-05-17 23:38:47 by Adam Ciarcinski | Files touched by this commit (14) |
Log message: pytest from versioned depends |
2019-12-05 10:42:43 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-validators: updated to 0.14.1 0.14.1: - Updated domain validator regex to not allow numeric only TLDs - Allow for idna encoded domains |
2019-08-27 12:10:06 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-validators: updated to 0.14.0 0.14.0: - Added new validators ipv4_cidr, ipv6_cidr |
2019-07-03 21:35:45 by Adam Ciarcinski | Files touched by this commit (3) | ![]() |
Log message: py-validators: updated to 0.13.0 0.13.0: - Added new validator: es_doi, es_nif, es_cif, es_nie |
2019-04-25 09:25:56 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-validators: updated to 0.12.5 0.12.5: - Fixed py37 support |
2019-01-20 14:16:01 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-validators: updated to 0.12.4 0.12.4: - Use inspect.getfullargspec() in py3 |