From owner-freebsd-python@freebsd.org Thu May 18 15:50:40 2017 Return-Path: Delivered-To: freebsd-python@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 BBAB9D73F8D for ; Thu, 18 May 2017 15:50:40 +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 A4D67310 for ; Thu, 18 May 2017 15:50:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A1784D73F8C; Thu, 18 May 2017 15:50:40 +0000 (UTC) Delivered-To: python@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 9F810D73F8B for ; Thu, 18 May 2017 15:50:40 +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 8689930F for ; Thu, 18 May 2017 15:50:40 +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 v4IFoe4m066311 for ; Thu, 18 May 2017 15:50:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 219373] devel/py-attrs: Upgrade to 17.1.0 Date: Thu, 18 May 2017 15:50:40 +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: easy, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: Axel.Rau@Chaos1.DE X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback- X-Bugzilla-Changed-Fields: flagtypes.name 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.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2017 15:50:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219373 Axel.Rau@Chaos1.DE changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(Axel.R |maintainer-feedback- |au@Chaos1.DE) | --- Comment #1 from Axel.Rau@Chaos1.DE --- This upgrade breaks calendarserver-9.0 which requires py-twisted-17.1.0, wh= ich requires py-Automat-0.5.0 and finally py-attrs. Traceback (most recent call last): File "/usr/local/bin/twistd", line 11, in load_entry_point('Twisted=3D=3D17.1.0', 'console_scripts', 'twistd')() File "/usr/local/lib/python2.7/site-packages/twisted/scripts/twistd.py", = line 29, in run app.run(runApp, ServerOptions) File "/usr/local/lib/python2.7/site-packages/twisted/application/app.py", line 657, in run config.parseOptions() File "/usr/local/lib/python2.7/site-packages/twisted/application/app.py", line 624, in parseOptions usage.Options.parseOptions(self, options) File "/usr/local/lib/python2.7/site-packages/twisted/python/usage.py", li= ne 262, in parseOptions for (cmd, short, parser, doc) in self.subCommands: File "/usr/local/lib/python2.7/site-packages/twisted/application/app.py", line 641, in subCommands for plug in sorted(plugins, key=3Dattrgetter('tapname')): File "/usr/local/lib/python2.7/site-packages/twisted/plugins/masterchild.= py", line 61, in tapname return self.wrappedServiceMaker.tapname File "/usr/local/lib/python2.7/site-packages/twisted/plugins/masterchild.= py", line 52, in wrappedServiceMaker makerClass =3D namedClass(self.className) File "/usr/local/lib/python2.7/site-packages/twisted/python/reflect.py", = line 166, in namedObject module =3D namedModule('.'.join(classSplit[:-1])) File "/usr/local/lib/python2.7/site-packages/twisted/python/reflect.py", = line 152, in namedModule topLevel =3D __import__(name) File "/usr/local/lib/python2.7/site-packages/twext/application/masterchild.py", = line 49, in from twisted.application.internet import TCPServer File "/usr/local/lib/python2.7/site-packages/twisted/application/internet.py", l= ine 542, in class _ClientMachine(object): File "/usr/local/lib/python2.7/site-packages/twisted/application/internet.py", l= ine 842, in _ClientMachine outputs=3D[_connect]) File "/usr/local/lib/python2.7/site-packages/automat/_methodical.py", line 62, in upon self.machine._oneTransition(self, input, enter, outputs, collector) File "/usr/local/lib/python2.7/site-packages/automat/_methodical.py", line 255, in _oneTransition tuple(outputTokens)) File "/usr/local/lib/python2.7/site-packages/automat/_core.py", line 74, = in addTransition (inState, inputSymbol, outState, tuple(outputSymbols)) TypeError: unhashable type: 'MethodicalState' /usr/local/etc/rc.d/caldavd: WARNING: failed to start caldavd I will talk to upstream of calendarserver. --=20 You are receiving this mail because: You are on the CC list for the bug.=