Hello community,
here is the log from the commit of package python-async_generator for
openSUSE:Factory checked in at 2018-05-11 09:18:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-async_generator (Old)
and /work/SRC/openSUSE:Factory/.python-async_generator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-async_generator"
Fri May 11 09:18:30 2018 rev:3 rq:606256 version:1.9
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-async_generator/python-async_generator.changes
2018-05-04 11:29:14.560332095 +0200
+++
/work/SRC/openSUSE:Factory/.python-async_generator.new/python-async_generator.changes
2018-05-11 09:18:30.526007336 +0200
@@ -1,0 +2,5 @@
+Thu May 10 15:51:01 UTC 2018 - [email protected]
+
+- Set minimum python3 version
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-async_generator.spec ++++++
--- /var/tmp/diff_new_pack.84jbPg/_old 2018-05-11 09:18:31.173983859 +0200
+++ /var/tmp/diff_new_pack.84jbPg/_new 2018-05-11 09:18:31.177983714 +0200
@@ -26,11 +26,14 @@
Group: Development/Languages/Python
Url: https://github.com/python-trio/async_generator
Source:
https://files.pythonhosted.org/packages/source/a/async_generator/async_generator-%{version}.tar.gz
-BuildRequires: %{python_module devel}
+BuildRequires: %{python_module devel >= 3.5}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+%ifpython3
+Requires: python3-base >= 3.5
+%endif
BuildArch: noarch
%python_subpackages