On Fri, Sep 20, 2019 at 01:29:25PM +0200, clematis wrote: > Here's an update for net/py-socks from 1.6.7 to 1.7.0. > build and install OK on amd64 > NO_TEST.
Hello, There's 1.7.1 on pypi so went for this very latest. Added MAINTAINER. Kept NO_TEST. Does build, package, install, deinstall all OK on amd64 for both FLAVOR. regression tests on customers supporting it and install: www/py-httplib2 test: failures=46, errors=9 -- (same poor results than with previous version so not related) install: OK multimedia/streamlink test: 857 tests OK install: OK security/pwntools test: (not run, issue with previous version too) install: OK security/wapiti test: OK (0 test) install: OK New diff attached. Comments? OK? Thanks, -- clematis (0x7e96fd2400fe7b59)
Index: net/py-socks/Makefile =================================================================== RCS file: /cvs/ports/net/py-socks/Makefile,v retrieving revision 1.12 diff -r1.12 Makefile 5c5 < MODPY_EGG_VERSION = 1.6.7 --- > MODPY_EGG_VERSION = 1.7.1 8d7 < REVISION = 1 13a13,14 > MAINTAINER = Clem Atis <clema...@insiberia.net> > 20a22 > MODPY_PYTEST = Yes 25c27 < NO_TEST = Yes --- > NO_TEST = Yes Index: net/py-socks/distinfo =================================================================== RCS file: /cvs/ports/net/py-socks/distinfo,v retrieving revision 1.7 diff -r1.7 distinfo 1,2c1,2 < SHA256 (PySocks-1.6.7.tar.gz) = 0AMp8n76FX237+PKJvzWkDPNYfg4IkYe4/ijU7SOM88= < SIZE (PySocks-1.6.7.tar.gz) = 282874 --- > SHA256 (PySocks-1.7.1.tar.gz) = P4gEVx6+FZw4CsbeN2Q7tGhZcGVdO7okNTDWVYt5mqA= > SIZE (PySocks-1.7.1.tar.gz) = 284429 Index: net/py-socks/pkg/PLIST =================================================================== RCS file: /cvs/ports/net/py-socks/pkg/PLIST,v retrieving revision 1.3 diff -r1.3 PLIST 1c1 < @comment $OpenBSD: PLIST,v 1.3 2017/03/26 10:55:08 shadchin Exp $ --- > @comment $OpenBSD: PLIST,v$