Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-stem for openSUSE:Factory checked in at 2021-05-15 01:24:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-stem (Old) and /work/SRC/openSUSE:Factory/.python-stem.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-stem" Sat May 15 01:24:01 2021 rev:6 rq:893052 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-stem/python-stem.changes 2020-05-20 18:45:11.253245294 +0200 +++ /work/SRC/openSUSE:Factory/.python-stem.new.2988/python-stem.changes 2021-05-15 01:24:12.467020734 +0200 @@ -1,0 +2,5 @@ +Fri May 14 08:28:16 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com> + +- Add mostly cosmetic mock.patch to fix python39 build + +------------------------------------------------------------------- New: ---- mock.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-stem.spec ++++++ --- /var/tmp/diff_new_pack.w6tsjq/_old 2021-05-15 01:24:12.931019104 +0200 +++ /var/tmp/diff_new_pack.w6tsjq/_new 2021-05-15 01:24:12.935019089 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-stem # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,6 +25,8 @@ License: LGPL-3.0-only URL: https://stem.torproject.org/ Source: https://files.pythonhosted.org/packages/source/s/stem/stem-%{version}.tar.gz +# PATCH-FIX-UPSTREAM https://github.com/torproject/stem/commit/5691ff000a40059a2a9812e627574ac88cc7c754 Drop mock fallback +Patch0: mock.patch BuildRequires: %{python_module cryptography} BuildRequires: %{python_module setuptools} BuildRequires: %{pythons} @@ -32,7 +34,7 @@ Requires: python Requires: python-cryptography Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages @@ -42,6 +44,7 @@ %prep %setup -q -n stem-%{version} +%autopatch -p1 %build %python_build ++++++ mock.patch ++++++ ++++ 802 lines (skipped)