Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-eliot for openSUSE:Factory checked in at 2021-01-21 21:54:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-eliot (Old) and /work/SRC/openSUSE:Factory/.python-eliot.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-eliot" Thu Jan 21 21:54:47 2021 rev:8 rq:865261 version:1.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-eliot/python-eliot.changes 2020-03-16 10:21:26.659663144 +0100 +++ /work/SRC/openSUSE:Factory/.python-eliot.new.28504/python-eliot.changes 2021-01-21 21:54:48.997780719 +0100 @@ -1,0 +2,11 @@ +Wed Jan 20 17:45:17 UTC 2021 - Benjamin Greiner <[email protected]> + +- Add runtime requirement for contextvars and the correct BR for + Leap + +------------------------------------------------------------------- +Wed Jan 20 04:59:59 UTC 2021 - Steve Kowalik <[email protected]> + +- BuildRequire python36-aiocontextvars if buildin on 3.6 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-eliot.spec ++++++ --- /var/tmp/diff_new_pack.2GCnzb/_old 2021-01-21 21:54:49.565780934 +0100 +++ /var/tmp/diff_new_pack.2GCnzb/_new 2021-01-21 21:54:49.569780935 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-eliot # -# 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 @@ -43,9 +43,13 @@ BuildRequires: %{python_module zope.interface} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: ((python3-aiocontextvars and python3-base < 3.7) or (python36-aiocontextvars and python36-base)) Requires: python-boltons >= 19.0.1 Requires: python-pyrsistent >= 0.11.8 Requires: python-six +%if 0%{?python_version_nodots} < 37 +Requires: python-aiocontextvars +%endif Requires: python-zope.interface Requires(post): update-alternatives Requires(postun): update-alternatives
