From owner-freebsd-python@freebsd.org Sun Apr 1 14:09:22 2018 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C876F9E4FD for ; Sun, 1 Apr 2018 14:09:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id F00DB6DEDC for ; Sun, 1 Apr 2018 14:09:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id AA391F9E4F8; Sun, 1 Apr 2018 14:09:21 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 965B9F9E4F7 for ; Sun, 1 Apr 2018 14:09:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2DD436DED9 for ; Sun, 1 Apr 2018 14:09:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 7A36C2931F for ; Sun, 1 Apr 2018 14:09:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w31E9KYU043131 for ; Sun, 1 Apr 2018 14:09:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w31E9KYZ043130 for python@FreeBSD.org; Sun, 1 Apr 2018 14:09:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 227162] net-mgmt/py-ciscoconfparse: Update to 1.3.11 Date: Sun, 01 Apr 2018 14:09:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: freebsd_ports@k-worx.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: dbaio@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2018 14:09:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227162 --- Comment #2 from Kai --- (In reply to Danilo G. Baio from comment #1) Hello Danilo, good catch, thank you for your feedback! I did some tests and everything seems to be ok with Python v3.6: > Python 3.6.4 (default, Mar 16 2018, 14:11:06)=20 > [GCC 4.2.1 Compatible FreeBSD Clang 4.0.0 (tags/RELEASE_400/final 297347)= ] on freebsd11 > Type "help", "copyright", "credits" or "license" for more information. > >>> from ciscoconfparse.ccp_util import dns_query > >>> dns_query('localhost', 'A', '127.0.0.1') > {} > >>> from ciscoconfparse.ccp_util import IPv4Obj > >>> net =3D IPv4Obj('192.168.1.0/24') > >>> net > As far I know the py-dnspython3 package is handled as an alias for py-dnspython, which has superseded the first one. Python 3 has also its own internal ipaddress module which makes the RUN_DEP= ENDS of devel/py-ipaddr for the py36 flavor superfluous in that case. If you like, I'll create a new patch which handles the RUN_DEPENDS for the devel/py-ipaddr package between the Python flavors? -- Cheers Kai --=20 You are receiving this mail because: You are on the CC list for the bug.=