Hello community,

here is the log from the commit of package python-astropy for openSUSE:Factory 
checked in at 2020-11-30 09:53:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-astropy (Old)
 and      /work/SRC/openSUSE:Factory/.python-astropy.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-astropy"

Mon Nov 30 09:53:34 2020 rev:16 rq:851661 version:4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-astropy/python-astropy.changes    
2020-10-23 15:15:51.690178070 +0200
+++ /work/SRC/openSUSE:Factory/.python-astropy.new.5913/python-astropy.changes  
2020-11-30 09:53:55.541782738 +0100
@@ -1,0 +2,19 @@
+Sat Nov 28 21:28:47 UTC 2020 - Benjamin Greiner <c...@bnavigator.de>
+
+- Update to Version 4.2
+  Astropy 4.2 is a major release that adds new funcionality since
+  the 4.1 release.
+  In particular, this release includes:
+  * Planck 2018 is accepted and now the default cosmology
+  * Time performance improvements
+  * Removed ERFA module
+  In addition to these major changes, Astropy v4.2 includes smaller
+  improvements and bug fixes and significant cleanup, which are
+  described in the Full Changelog. By the numbers:
+  * 183 issues have been closed since v4.1
+  * 105 pull requests have been merged since v4.1
+  * 63 distinct people have contributed code
+- Bump requirements versions
+- Drop astropy-pr10329-unbundle-erfa_4.1.patch merged upstream
+
+-------------------------------------------------------------------

Old:
----
  astropy-4.1.tar.gz
  astropy-pr10329-unbundle-erfa_4.1.patch

New:
----
  astropy-4.2.tar.gz

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

Other differences:
------------------
++++++ python-astropy.spec ++++++
--- /var/tmp/diff_new_pack.gE934E/_old  2020-11-30 09:53:56.561783710 +0100
+++ /var/tmp/diff_new_pack.gE934E/_new  2020-11-30 09:53:56.565783714 +0100
@@ -34,8 +34,10 @@
 
 %{?!python_module:%define python_module() python3-%{**}}
 %define         skip_python2 1
+# upcoming python3 multiflavor: minimum supported python is 3.7
+%define         skip_python36 1
 Name:           python-astropy
-Version:        4.1
+Version:        4.2
 Release:        0
 Summary:        Community-developed python astronomy tools
 License:        BSD-3-Clause
@@ -44,43 +46,41 @@
 # Mark wcs headers as false positives for devel-file-in-non-devel-package
 # These are used by the python files so they must be available.
 Source100:      python-astropy-rpmlintrc
-# PATCH-FEATURE-UPSTREAM astropy-pr10329-unbundle-erfa_4.1.patch 
gh#astropy/astropy#10329 -- unbundle  _erfa and use pyerfa instead
-Patch0:         astropy-pr10329-unbundle-erfa_4.1.patch
 # 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 extension-helpers}
-BuildRequires:  %{python_module numpy-devel >= 1.16}
+BuildRequires:  %{python_module numpy-devel >= 1.17}
+BuildRequires:  %{python_module pyerfa}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  hdf5-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
-Requires:       python >= 3.6
+Requires:       python >= 3.7
 Requires:       python-dbm
-Requires:       python-numpy >= 1.16.0
+Requires:       python-numpy >= 1.17
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 Recommends:     libxml2-tools
 Recommends:     python-Bottleneck
-Recommends:     python-PyYAML >= 3.12
+Recommends:     python-PyYAML >= 3.13
 Recommends:     python-asdf >= 2.6
 Recommends:     python-beautifulsoup4
 Recommends:     python-bleach
 Recommends:     python-h5py
 Recommends:     python-html5lib
 Recommends:     python-jplephem
-Recommends:     python-matplotlib >= 2.1
+Recommends:     python-matplotlib >= 3
 Recommends:     python-mpmath
 Recommends:     python-pandas
-Recommends:     python-scipy >= 0.18
+Recommends:     python-scipy >= 1.1
 Recommends:     python-setuptools
 Recommends:     python-sortedcontainers
 Conflicts:      perl-Data-ShowTable
 %if %{with systemlibs}
-BuildRequires:  %{python_module pyerfa}
 BuildRequires:  pkgconfig(cfitsio)
 BuildRequires:  pkgconfig(expat)
 BuildRequires:  pkgconfig(wcslib) >= 7
@@ -89,17 +89,17 @@
 %if %{with test}
 # SECTION Optional requirements
 BuildRequires:  %{python_module Bottleneck}
-BuildRequires:  %{python_module PyYAML >= 3.12}
+BuildRequires:  %{python_module PyYAML >= 3.13}
 BuildRequires:  %{python_module asdf >= 2.6}
 BuildRequires:  %{python_module beautifulsoup4}
 BuildRequires:  %{python_module bleach}
 BuildRequires:  %{python_module h5py}
 BuildRequires:  %{python_module html5lib}
 BuildRequires:  %{python_module jplephem}
-BuildRequires:  %{python_module matplotlib >= 2.1}
+BuildRequires:  %{python_module matplotlib >= 3}
 BuildRequires:  %{python_module mpmath}
 BuildRequires:  %{python_module pandas}
-BuildRequires:  %{python_module scipy >= 0.18}
+BuildRequires:  %{python_module scipy >= 1.1}
 BuildRequires:  %{python_module sortedcontainers}
 BuildRequires:  libxml2-tools
 # /SECTION
@@ -128,18 +128,12 @@
 %setup -q -n astropy-%{version}
 
 %if %{with systemlibs}
-# unbundle liberfa with new package pyerfa
-%patch0 -p1
-rm -rf cextern/erfa
-rm licenses/ERFA.rst
-
 # Make sure bundled libs are not used
 rm -rf cextern/cfitsio
 rm -rf cextern/expat
 rm -rf cextern/wcslib
 rm licenses/EXPAT_LICENSE.rst
 rm licenses/WCSLIB_LICENSE.rst
-
 %endif
 
 # Disable test failure on DeprecationWarnings

++++++ astropy-4.1.tar.gz -> astropy-4.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-astropy/astropy-4.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-astropy.new.5913/astropy-4.2.tar.gz differ: 
char 5, line 1
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to