From af53be3c45b08ad389b60e166b8d53339f79b4f7 Mon Sep 17 00:00:00 2001 From: George Mitchell Date: Sat, 20 May 2023 22:31:14 +0200 Subject: [PATCH] net/py-whois: update to 0.9.27 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 or --reg= 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//output * test.sh will test all domains in testdata without actually calling whois, the input data is instead read from testdata//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) --- net/py-whois/Makefile | 2 +- net/py-whois/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/py-whois/Makefile b/net/py-whois/Makefile index 999b7d038d307..6dae022800b66 100644 --- a/net/py-whois/Makefile +++ b/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} diff --git a/net/py-whois/distinfo b/net/py-whois/distinfo index c3544e9753047..e0bbd652d8a90 100644 --- a/net/py-whois/distinfo +++ b/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