Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyerfa for openSUSE:Factory checked in at 2021-05-20 19:24:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyerfa (Old) and /work/SRC/openSUSE:Factory/.python-pyerfa.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyerfa" Thu May 20 19:24:56 2021 rev:8 rq:894407 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyerfa/python-pyerfa.changes 2021-05-15 23:17:15.436485444 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyerfa.new.2988/python-pyerfa.changes 2021-05-20 19:25:19.157878770 +0200 @@ -1,0 +2,17 @@ +Tue May 18 10:45:34 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Update to Version 2.0.0 + * Bundled liberfa version update to v2.0.0. This includes new + functionality, and hence pyerfa 2.0.0 cannot run with previous + versions of liberfa. + * erfa.dt_eraLDBODY has been corrected to ensure that the 'pv' + entry is now of type erfa.dt_pv, so that cross-assignments with + that dtype work correctly. [gh-74] + * erfa_generator now also generates a test_ufunc.py file + that runs all the C code tests on the ufuncs, thus + verifying the code wrapping worked correctly. As part of + that, the ability to give specific output file names has + been removed, as it was not used. (Note: these changes + have no effect on use of PyERFA.) [gh-71] + +------------------------------------------------------------------- Old: ---- pyerfa-1.7.3.tar.gz New: ---- pyerfa-2.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyerfa.spec ++++++ --- /var/tmp/diff_new_pack.XQyinX/_old 2021-05-20 19:25:19.845875949 +0200 +++ /var/tmp/diff_new_pack.XQyinX/_new 2021-05-20 19:25:19.849875933 +0200 @@ -23,11 +23,11 @@ %bcond_without systemlibs %endif %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define erfaversion 1.7.3 +%define erfaversion 2.0.0 %define skip_python2 1 %define skip_python36 1 Name: python-pyerfa -Version: 1.7.3 +Version: 2.0.0 Release: 0 Summary: Python bindings for ERFA License: BSD-3-Clause @@ -79,7 +79,11 @@ %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -%pytest_arch --pyargs erfa +%if %{with systemlibs} +# detection of non-embedded lib fails on ppc +%define skip_embedded_test -k "not test_version_with_embedded_liberfa" +%endif +%pytest_arch --pyargs erfa %{?skip_embedded_test} %files %{python_files} %license LICENSE.rst licenses/ERFA.rst ++++++ pyerfa-1.7.3.tar.gz -> pyerfa-2.0.0.tar.gz ++++++ ++++ 14240 lines of diff (skipped)