Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Feb 2017 22:25:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216951] [patch] dns/py-publicsuffix update to 1.1.0
Message-ID:  <bug-216951-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 216951
           Summary: [patch] dns/py-publicsuffix update to 1.1.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: mjl@luckie.org.nz
                CC: d.pryadko@rambler-co.ru
             Flags: maintainer-feedback?(d.pryadko@rambler-co.ru)
          Keywords: patch
                CC: d.pryadko@rambler-co.ru

Created attachment 179811
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D179811&action=
=3Dedit
update py-publicsuffix to 1.1.0

The attached patch updates the public suffix module to 1.1.0, which has sev=
eral
useful methods not found in 1.0.4 (e.g. fetch).

The patch removing the special characters from the module author's name is
necessary to avoid the following error during configuration, though there m=
ight
be a better way to achieve the same thing:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 19, in <module>
    long_description=3Dget_long_description(),
  File "setup.py", line 13, in get_long_description
    read_doc("LICENSE")
  File "setup.py", line 7, in read_doc
    return open(os.path.join(os.path.dirname(__file__), name)).read()
  File "/usr/local/lib/python3.5/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 23:
ordinal not in range(128)
*** Error code 1

--=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-216951-13>