Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sniffio for openSUSE:Factory checked in at 2021-02-04 20:23:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sniffio (Old) and /work/SRC/openSUSE:Factory/.python-sniffio.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sniffio" Thu Feb 4 20:23:20 2021 rev:6 rq:868492 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sniffio/python-sniffio.changes 2020-12-12 20:32:08.765838377 +0100 +++ /work/SRC/openSUSE:Factory/.python-sniffio.new.28504/python-sniffio.changes 2021-02-04 20:24:04.714826663 +0100 @@ -1,0 +2,5 @@ +Sun Jan 31 13:35:33 UTC 2021 - Benjamin Greiner <c...@bnavigator.de> + +- Fix the contextvars requirement for python36 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sniffio.spec ++++++ --- /var/tmp/diff_new_pack.asma2C/_old 2021-02-04 20:24:05.262827497 +0100 +++ /var/tmp/diff_new_pack.asma2C/_new 2021-02-04 20:24:05.262827497 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-sniffio # -# 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 @@ -26,11 +26,13 @@ Group: Development/Languages/Python URL: https://github.com/python-trio/sniffio Source: https://github.com/python-trio/sniffio/archive/v%{version}.tar.gz#/sniffio-%{version}.tar.gz -BuildRequires: %{python_module contextvars >= 2.1} +BuildRequires: %{python_module contextvars >= 2.1 if %python-base < 3.7} BuildRequires: %{python_module setuptools} BuildRequires: fdupes -BuildRequires: python-rpm-macros -Suggests: python-contextvars >= 2.1 +BuildRequires: python-rpm-macros >= 20210127.3a18043 +%if 0%{?python_version_nodots} < 37 +Requires: python-contextvars >= 2.1 +%endif BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module curio}