Skip to content

Conversation

@jmeridth
Copy link
Contributor

@jmeridth jmeridth commented Dec 4, 2019

  • Updated regex to not allow numeric only TLDs (examples in tests)
  • Allow for idna encoded domains and test for them (examples in tests)

Fixes #47
Fixes #123

@jmeridth jmeridth force-pushed the fix_domain_validation branch from 12d4df9 to 0fbf118 Compare December 4, 2019 02:46
@jmeridth
Copy link
Contributor Author

jmeridth commented Dec 4, 2019

Failing specs in different python versions. Fixing.

@jmeridth jmeridth force-pushed the fix_domain_validation branch 3 times, most recently from c1ed4b5 to 72d1da0 Compare December 4, 2019 03:21
- Updated regex to not allow numeric only TLDs (examples in tests)
- Allow for idna encoded domains and test for them (examples in tests)

Fixes python-validators#47
Fixes python-validators#123
@jmeridth jmeridth force-pushed the fix_domain_validation branch from 72d1da0 to 4d1fca6 Compare December 4, 2019 03:23
@kvesteri kvesteri merged commit 7dcfe3c into python-validators:master Dec 4, 2019
@jmeridth
Copy link
Contributor Author

jmeridth commented Dec 4, 2019

@kvesteri thank you for the merge. May I inquire when the next pypi release will be? Thank you for creating this project.

@jmeridth jmeridth deleted the fix_domain_validation branch December 4, 2019 16:28
@kvesteri
Copy link
Collaborator

kvesteri commented Dec 4, 2019

Released version 0.14.1 with this included

@jmeridth
Copy link
Contributor Author

jmeridth commented Dec 4, 2019

@kvesteri thank you very much. Cheers 🍻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Domain validator now too permissive domain validator fails for äöü

2 participants