Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-percy for openSUSE:Factory checked in at 2023-06-28 21:33:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-percy (Old) and /work/SRC/openSUSE:Factory/.python-percy.new.13546 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-percy" Wed Jun 28 21:33:39 2023 rev:2 rq:1095774 version:2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-percy/python-percy.changes 2020-04-01 19:09:22.503289150 +0200 +++ /work/SRC/openSUSE:Factory/.python-percy.new.13546/python-percy.changes 2023-06-28 21:33:49.846026913 +0200 @@ -1,0 +2,5 @@ +Tue Jun 27 11:53:34 UTC 2023 - Markéta Machová <mmach...@suse.com> + +- Adapt to changes in urllib3 v2 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-percy.spec ++++++ --- /var/tmp/diff_new_pack.ZiJZOq/_old 2023-06-28 21:33:51.170034731 +0200 +++ /var/tmp/diff_new_pack.ZiJZOq/_new 2023-06-28 21:33:51.174034755 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-percy # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,6 +40,8 @@ %prep %setup -q -n percy-%{version} +# support urllib3 v2 +sed -i 's/method_whitelist/allowed_methods/g' percy/connection.py %build %python_build