Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2021 18:28:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258609] textproc/py-elementpath: Update to 2.3.2
Message-ID:  <bug-258609-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258609

            Bug ID: 258609
           Summary: textproc/py-elementpath: Update to 2.3.2
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: wen@FreeBSD.org
          Reporter: ports@skyforge.at
             Flags: maintainer-feedback?(wen@FreeBSD.org)
          Assignee: wen@FreeBSD.org

Created attachment 228017
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D228017&action=
=3Dedit
textproc/py-elementpath: Update to 2.3.2

This patch updates textproc/py-elementpath to 2.3.2 since the recent update=
 of
textproc/py-xmlschema to 1.7.1 actually is broken w/ the current version of
this port.

Portwise, it's a simple version bump, but I'm not really sure about the
accuracy of the deplist since no strict deps are mentioned in the package's
setup.py

Another issue is that the teststuite currently fails for 4 tests with the s=
ame
assertion error:

    def test_exp_math_function(self):
        token =3D self.parser.parse('math:exp(())')
        self.assertIsNone(token.evaluate())
        self.assertEqual(self.parser.parse('math:exp(0)').evaluate(), 1.0)
>       self.assertEqual(self.parser.parse('math:exp(1)').evaluate(), 2.718=
281828459045)
E       AssertionError: 2.7182818284590455 !=3D 2.718281828459045

I haven't really looked into the nature if this failure, but it doesn't app=
ear
to be a major problem when compared with a broken py-xmlschema. :/

Feedback would be very welcome.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258609-7788>