git: af53be3c45b0 - main - net/py-whois: update to 0.9.27

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Sun, 21 May 2023 17:26:36 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=af53be3c45b08ad389b60e166b8d53339f79b4f7

commit af53be3c45b08ad389b60e166b8d53339f79b4f7
Author:     George Mitchell <george@m5p.com>
AuthorDate: 2023-05-20 20:31:14 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-05-21 17:25:41 +0000

    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 <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)
---
 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 999b7d038d30..6dae022800b6 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 c3544e975304..e0bbd652d8a9 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