Hello community, here is the log from the commit of package python-pythonwhois for openSUSE:Factory checked in at 2019-03-18 10:41:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pythonwhois (Old) and /work/SRC/openSUSE:Factory/.python-pythonwhois.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pythonwhois" Mon Mar 18 10:41:54 2019 rev:3 rq:685571 version:2.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pythonwhois/python-pythonwhois.changes 2018-12-24 11:42:50.705374821 +0100 +++ /work/SRC/openSUSE:Factory/.python-pythonwhois.new.28833/python-pythonwhois.changes 2019-03-18 10:41:59.387226731 +0100 @@ -1,0 +2,5 @@ +Sat Mar 16 11:38:52 UTC 2019 - Sebastian Wagner <[email protected]> + +- fix boo#1129473 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pythonwhois.spec ++++++ --- /var/tmp/diff_new_pack.sloEtm/_old 2019-03-18 10:41:59.911226091 +0100 +++ /var/tmp/diff_new_pack.sloEtm/_new 2019-03-18 10:41:59.915226086 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pythonwhois # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -47,6 +47,9 @@ %prep %setup -q -n python-whois-%{commit} %patch0 -p1 +# https://github.com/joepie91/python-whois/issues/142 +# boo#1129473 +sed -i 's/\(\s*regex = re.sub(r"\\\\s.*\)r"\\s\(.*\)>\\S\(.*\)/\1r"\\\\s\2>\\\\S\3/' pythonwhois/parse.py %build %python_build
