Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyproj for openSUSE:Factory checked in at 2021-06-25 15:01:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyproj (Old) and /work/SRC/openSUSE:Factory/.python-pyproj.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyproj" Fri Jun 25 15:01:46 2021 rev:16 rq:902368 version:3.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyproj/python-pyproj.changes 2021-06-01 10:38:58.908968323 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyproj.new.2625/python-pyproj.changes 2021-06-25 15:02:45.504255539 +0200 @@ -1,0 +2,7 @@ +Fri Jun 25 10:34:27 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Fix the python >= 3.7 build requirement + * `BuildRequires: python` is a pure python2 specification now + * no need for the full stdlib (`BuildRequires: %pythons >= 3.7`) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyproj.spec ++++++ --- /var/tmp/diff_new_pack.1hxzuC/_old 2021-06-25 15:02:45.900256022 +0200 +++ /var/tmp/diff_new_pack.1hxzuC/_new 2021-06-25 15:02:45.900256022 +0200 @@ -18,7 +18,7 @@ %define skip_python2 1 %define skip_python36 1 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} Name: python-pyproj Version: 3.1.0 Release: 0 @@ -30,14 +30,12 @@ BuildRequires: %{python_module Cython >= 0.23.5} BuildRequires: %{python_module Shapely} BuildRequires: %{python_module aenum} -BuildRequires: %{python_module devel} +BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module numpy} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: proj BuildRequires: proj-devel >= 7.2.0 -# Python 3.7 requirement for distros that don't understand skip_python36 -BuildRequires: python >= 3.7 BuildRequires: python-rpm-macros Requires: python-aenum Requires: python-numpy