Hello community, here is the log from the commit of package python-asdf for openSUSE:Factory checked in at 2020-02-03 11:12:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-asdf (Old) and /work/SRC/openSUSE:Factory/.python-asdf.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asdf" Mon Feb 3 11:12:36 2020 rev:4 rq:768773 version:2.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-asdf/python-asdf.changes 2019-11-28 10:15:43.235638139 +0100 +++ /work/SRC/openSUSE:Factory/.python-asdf.new.26092/python-asdf.changes 2020-02-03 11:12:50.689830573 +0100 @@ -1,0 +2,16 @@ +Thu Jan 30 14:36:45 UTC 2020 - Todd R <[email protected]> + +- Update to 2.5.1 + * Fix bug in test causing failure when test suite is run against + an installed asdf package. +- Update to 2.5.0 + * Added asdf-standard 1.4.0 to the list of supported versions. + * Fix load_schema LRU cache memory usage issue + * Add convenience method for fetching the default resolver + * ``SpecItem`` and ``Spec`` were deprecated in ``semantic_version`` + and were replaced with ``SimpleSpec``. + * Pinned the minimum required ``semantic_version`` to 2.8. + * Fix bug causing segfault after update of a memory-mapped file. +- Drop upstream-included allow_recent_semantic_version.patch + +------------------------------------------------------------------- Old: ---- allow_recent_semantic_version.patch asdf-2.4.2.tar.gz New: ---- asdf-2.5.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-asdf.spec ++++++ --- /var/tmp/diff_new_pack.TZzTtm/_old 2020-02-03 11:12:51.449830957 +0100 +++ /var/tmp/diff_new_pack.TZzTtm/_new 2020-02-03 11:12:51.449830957 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-asdf # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,16 +19,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-asdf -Version: 2.4.2 +Version: 2.5.1 Release: 0 Summary: Python tools to handle ASDF files License: BSD-3-Clause AND BSD-2-Clause URL: https://github.com/spacetelescope/asdf Source0: https://files.pythonhosted.org/packages/source/a/asdf/asdf-%{version}.tar.gz -# PATCH-FIX-UPSTREAM allow_recent_semantic_version.patch -- https://github.com/spacetelescope/asdf/pull/715 -Patch0: allow_recent_semantic_version.patch -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools_scm} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PyYAML >= 3.10 @@ -62,7 +60,6 @@ %prep %setup -q -n asdf-%{version} -%autopatch -p1 sed -i -e '/^#!\//, 1d' asdf/extern/RangeHTTPServer.py sed -i 's/\r$//' asdf/tests/data/example_schema.json chmod a-x asdf/tests/data/example_schema.json ++++++ asdf-2.4.2.tar.gz -> asdf-2.5.1.tar.gz ++++++ ++++ 1777 lines of diff (skipped)
