Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-astropy for openSUSE:Factory 
checked in at 2021-01-18 14:39:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-astropy (Old)
 and      /work/SRC/openSUSE:Factory/.python-astropy.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-astropy"

Mon Jan 18 14:39:01 2021 rev:19 rq:863708 version:4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-astropy/python-astropy.changes    
2021-01-10 19:46:02.350066886 +0100
+++ /work/SRC/openSUSE:Factory/.python-astropy.new.28504/python-astropy.changes 
2021-01-18 14:46:01.834038965 +0100
@@ -1,0 +2,7 @@
+Fri Jan 15 18:01:11 UTC 2021 - Benjamin Greiner <c...@bnavigator.de>
+
+- Make sure that the python >= 3.7 requirement is checked on
+  build time and let rpm do the rest.
+- Use bundled libraries on Leap 15.X
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-astropy.spec ++++++
--- /var/tmp/diff_new_pack.JPcMz8/_old  2021-01-18 14:46:02.522040002 +0100
+++ /var/tmp/diff_new_pack.JPcMz8/_new  2021-01-18 14:46:02.526040009 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-astropy
 #
-# 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
@@ -27,7 +27,12 @@
 
 %define binaries fitsdiff fitsheader fitscheck fitsinfo fits2bitmap samp_hub 
showtable volint wcslint
 
+%if 0%{suse_version} <= 1500
+# Use the bundled libraries for Leap 15.X, because the versions in the repos 
are too old
+%bcond_with systemlibs
+%else
 %bcond_without systemlibs
+%endif
 %if %{with systemlibs}
 %define unbundle_libs export ASTROPY_USE_SYSTEM_CFITSIO=1 \
                       export ASTROPY_USE_SYSTEM_EXPAT=1 \
@@ -51,7 +56,7 @@
 # https://docs.astropy.org/en/v4.1/install.html#requirements
 BuildRequires:  %{python_module Cython >= 0.21}
 BuildRequires:  %{python_module Jinja2}
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module devel >= 3.7}
 BuildRequires:  %{python_module extension-helpers}
 BuildRequires:  %{python_module numpy-devel >= 1.17}
 BuildRequires:  %{python_module pyerfa}
@@ -61,9 +66,9 @@
 BuildRequires:  hdf5-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
-Requires:       python >= 3.7
 Requires:       python-dbm
 Requires:       python-numpy >= 1.17
+Requires:       python-pyerfa
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 Recommends:     libxml2-tools
@@ -86,7 +91,6 @@
 BuildRequires:  pkgconfig(cfitsio)
 BuildRequires:  pkgconfig(expat)
 BuildRequires:  pkgconfig(wcslib) >= 7
-Requires:       python-pyerfa
 %endif
 %if %{with test}
 # SECTION Optional requirements

Reply via email to