Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-asdf for openSUSE:Factory checked in at 2021-12-14 22:02:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-asdf (Old) and /work/SRC/openSUSE:Factory/.python-asdf.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asdf" Tue Dec 14 22:02:18 2021 rev:14 rq:940554 version:2.8.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-asdf/python-asdf.changes 2021-11-12 16:00:08.930589480 +0100 +++ /work/SRC/openSUSE:Factory/.python-asdf.new.2520/python-asdf.changes 2021-12-14 22:02:44.071166341 +0100 @@ -1,0 +2,13 @@ +Mon Dec 13 18:43:20 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Update to version 2.8.3 + * Fix array compression for non-native byte order. + * Fix bug in schema loading when URI is claimed by both legacy + and new-style extensions. + * Hide 'name' and 'version' attributes on instances of + NDArrayType. + * Fix use of "python" instead of "python3" in compatibility + tests. +- Unpin pytest<6 -- gh#asdf-format/asdf#1038 + +------------------------------------------------------------------- Old: ---- asdf-2.8.1.tar.gz New: ---- asdf-2.8.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-asdf.spec ++++++ --- /var/tmp/diff_new_pack.LNHYUR/_old 2021-12-14 22:02:44.647166670 +0100 +++ /var/tmp/diff_new_pack.LNHYUR/_new 2021-12-14 22:02:44.651166671 +0100 @@ -29,7 +29,7 @@ # current astropy in TW requires python >= 3.7 %define skip_python36 1 Name: python-asdf%{psuffix} -Version: 2.8.1 +Version: 2.8.3 Release: 0 Summary: Python tools to handle ASDF files License: BSD-2-Clause AND BSD-3-Clause @@ -64,10 +64,11 @@ BuildRequires: %{python_module asdf} BuildRequires: %{python_module astropy} BuildRequires: %{python_module gwcs} +BuildRequires: %{python_module lz4} BuildRequires: %{python_module psutil} -BuildRequires: %{python_module pytest < 6} BuildRequires: %{python_module pytest-doctestplus} BuildRequires: %{python_module pytest-openfiles >= 0.3.1} +BuildRequires: %{python_module pytest} %endif # /SECTION %python_subpackages @@ -83,6 +84,8 @@ chmod a-x asdf/extern/RangeHTTPServer.py sed -i 's/\r$//' asdf/tests/data/example_schema.json chmod a-x asdf/tests/data/example_schema.json +# https://github.com/asdf-format/asdf/pull/1036 +sed -i 's/isSet/is_set/' asdf/tests/httpserver.py %build %python_build @@ -100,11 +103,6 @@ %check %if %{with test} export LANG=en_US.UTF-8 -%{python_expand # the tests assume the existence of a `python` command -mkdir -p build/bin -ln -s %{__$python} build/bin/python -} -export PATH="$(pwd)/build/bin:$PATH" # import everything from the source directory because of collection conflicts with buildroot export PYTHONPATH=":x" %pytest --import-mode=append ++++++ asdf-2.8.1.tar.gz -> asdf-2.8.3.tar.gz ++++++ ++++ 5592 lines of diff (skipped)