14
0

- Update to 0.14.1:

* Updated domain validator regex to not allow numeric only TLDs
  * Allow for idna encoded domains

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-validators?expand=0&rev=17
This commit is contained in:
Mia Herkt
2019-12-05 23:17:14 +00:00
committed by Git OBS Bridge
parent 45c6b78a46
commit 4b2b809003
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Dec 5 23:15:30 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
- Update to 0.14.1:
* Updated domain validator regex to not allow numeric only TLDs
* Allow for idna encoded domains
-------------------------------------------------------------------
Tue Sep 10 09:25:32 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>