From owner-freebsd-ports-bugs@freebsd.org Thu Sep 7 18:02:42 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 564E2E05B31 for ; Thu, 7 Sep 2017 18:02:42 +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 mx1.freebsd.org (Postfix) with ESMTPS id E8E08697CF for ; Thu, 7 Sep 2017 18:02:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v87I2f3g084905 for ; Thu, 7 Sep 2017 18:02:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 222127] Upgrade devel/py-defusedxml to version 0.5.0 Date: Thu, 07 Sep 2017 18:02:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pete@nomadlogic.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: wg@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: 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-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2017 18:02:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222127 Bug ID: 222127 Summary: Upgrade devel/py-defusedxml to version 0.5.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: wg@FreeBSD.org Reporter: pete@nomadlogic.org Assignee: wg@FreeBSD.org Flags: maintainer-feedback?(wg@FreeBSD.org) I am testing out the net/s3ql port and noticed that when I try to run mkfs.= s3ql the following exception is thrown: AttributeError: module 'xml.etree.ElementTree' has no attribute '_IterParseIterator' After doing some digging I came across this issue with the defusedxml proje= ct: https://github.com/tiran/defusedxml/issues/3 It seems there was a bug in regards to python36 that was fixed in v0.5.0.=20 Locally I bumped the version of py-defusedxml to 0.5.0, rebuilt s3ql an it = now works as expected. The following diff against the master branch on my end works: diff --git a/devel/py-defusedxml/Makefile b/devel/py-defusedxml/Makefile index 787b1fbc0955..2879299c774b 100644 --- a/devel/py-defusedxml/Makefile +++ b/devel/py-defusedxml/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME=3D defusedxml -PORTVERSION=3D 0.4.1 +PORTVERSION=3D 0.5.0 CATEGORIES=3D devel python textproc MASTER_SITES=3D CHEESESHOP PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-defusedxml/distinfo b/devel/py-defusedxml/distinfo index 92fbd39d668b..01daac7b11e3 100644 --- a/devel/py-defusedxml/distinfo +++ b/devel/py-defusedxml/distinfo @@ -1,2 +1,3 @@ -SHA256 (defusedxml-0.4.1.tar.gz) =3D cd551d5a518b745407635bb85116eb813818ecaf182e773c35b36239fc3f2478 -SIZE (defusedxml-0.4.1.tar.gz) =3D 48889 +TIMESTAMP =3D 1504807319 +SHA256 (defusedxml-0.5.0.tar.gz) =3D 24d7f2f94f7f3cb6061acb215685e5125fbcdc40a857eff9de22518820b0a4f4 +SIZE (defusedxml-0.5.0.tar.gz) =3D 60405 --=20 You are receiving this mail because: You are the assignee for the bug.=