Skip to content

Commit

Permalink
net/py-whois: update to 0.9.27
Browse files Browse the repository at this point in the history
Selected upstream changes:

Features:
 * Verbose output on stderr during debugging to see how the internal
   functions are doing their work
 * raise a exception on Quota ecceeded type responses
 * raise a exception on PrivateRegistry tld's where we know the tld and
   know we don't know anything
 * allow for optional cleaning the whois response before extracting information
 * optionally allow IDN's to be translated to Punycode

2022-09-27: maarten_boot
 * add test2.py to replace test.py
 * ./test2.py -h will show the possible usage
 * all tests from the original program are now files in the ./tests directory
 * test can be done on all supported tld's with -a or --all and limitest
   by regex with -r <pattern> or --reg=<pattern>

2022-11-04: maarten_boot
 * add support for Iana example.com, example.net

2022-11-07: maarten_boot
 * add testing against static known data in dir: ./testdata/<domain>/output
 * test.sh will test all domains in testdata without actually calling
   whois, the input data is instead read from testdata/<domain>/input

2022-11-11: maarten_boot
 * add support for returning the raw data from the whois command:
   flag include_raw_whois_text
 * add support for handling unsupported domains via whois raw text only:
   flag return_raw_text_for_unsupported_tld

PR:		271380
Approved by:	0xdutra@gmail.com (maintainer)
  • Loading branch information
George Mitchell authored and clausecker committed May 21, 2023
1 parent bce94ec commit af53be3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion net/py-whois/Makefile
@@ -1,5 +1,5 @@
PORTNAME= whois
PORTVERSION= 0.9.13
DISTVERSION= 0.9.27
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
6 changes: 3 additions & 3 deletions net/py-whois/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1621032509
SHA256 (whois-0.9.13.tar.gz) = 478a4f10673412d774078f74302b2b62cbab20fbda9216918815687582a0c68d
SIZE (whois-0.9.13.tar.gz) = 9161
TIMESTAMP = 1683902435
SHA256 (whois-0.9.27.tar.gz) = 57a2c3edce163b0313849d4014005111a315090f69f56918f93addd570302f45
SIZE (whois-0.9.27.tar.gz) = 30203

0 comments on commit af53be3

Please sign in to comment.