[Bug 216951] [patch] dns/py-publicsuffix update to 1.1.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 9 22:25:19 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216951
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 at FreeBSD.org
Reporter: mjl at luckie.org.nz
CC: d.pryadko at rambler-co.ru
Flags: maintainer-feedback?(d.pryadko at rambler-co.ru)
Keywords: patch
CC: d.pryadko at rambler-co.ru
Created attachment 179811
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=179811&action=edit
update py-publicsuffix to 1.1.0
The attached patch updates the public suffix module to 1.1.0, which has several
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 might
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=get_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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list