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 2022-03-16 21:15:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asdf (Old)
 and      /work/SRC/openSUSE:Factory/.python-asdf.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-asdf"

Wed Mar 16 21:15:28 2022 rev:16 rq:961496 version:2.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-asdf/python-asdf.changes  2021-12-30 
15:56:12.604691067 +0100
+++ /work/SRC/openSUSE:Factory/.python-asdf.new.25692/python-asdf.changes       
2022-03-16 21:15:32.982854758 +0100
@@ -1,0 +2,29 @@
+Sun Mar 13 07:57:12 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 2.10.1 
+  * Bugfix for circular build dependency for asdf.
+  * Fix small bug with handling multiple schema uris per tag.
+  * Replace asdf-standard submodule with pypi package. [#1079]
+  * Fix deprecation warnings stemming from the release of pytest
+    7.0.0.
+  * Fix bug in pytest plugin when schemas are not in a directory
+    named "schemas".
+- Release 2.9
+  * The ASDF Standard is at v1.6.0.
+  * Fix typo in testing module __init__.py name.
+  * Add the capability for classes to expose their contents to
+    AsdfFile.info and AsdfFile.search via the __asdf_traverse__
+    method.
+  * Drop support for Python 3.6.
+  * Update setup.py to raise error if "git submodule update --init"
+    has not been run.
+  * Add ability for tags to correspond to multiple schema_uri, with
+    an implied allOf among the schema_uris.
+  * Add the URL of the file being parsed to SerializationContext.
+  * Add asdf.testing.helpers module with simplified versions of
+    test helpers previously available in asdf.tests.helpers.
+- Drop patches merged
+  * asdf-pr1034-tags.patch
+  * asdf-standard-pr289-schema.patch
+
+-------------------------------------------------------------------

Old:
----
  asdf-2.8.3.tar.gz
  asdf-pr1034-tags.patch
  asdf-standard-pr289-schema.patch

New:
----
  asdf-2.10.1.tar.gz

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

Other differences:
------------------
++++++ python-asdf.spec ++++++
--- /var/tmp/diff_new_pack.F2u6YB/_old  2022-03-16 21:15:35.158855950 +0100
+++ /var/tmp/diff_new_pack.F2u6YB/_new  2022-03-16 21:15:35.162855952 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
 %define psuffix -test
@@ -25,38 +24,31 @@
 %define psuffix %{nil}
 %bcond_with test
 %endif
+
+%{?!python_module:%define python_module() python3-%{**}}
 %define         skip_python2 1
-# current astropy in TW requires python >= 3.7
-%define         skip_python36 1
 Name:           python-asdf%{psuffix}
-Version:        2.8.3
+Version:        2.10.1
 Release:        0
 Summary:        Python tools to handle ASDF files
 License:        BSD-2-Clause AND BSD-3-Clause
 URL:            https://github.com/asdf-format/asdf
 Source0:        
https://files.pythonhosted.org/packages/source/a/asdf/asdf-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM asdf-pr1034-tags.patch -- gh#asdf-format/asdf#1034
-Patch0:         asdf-pr1034-tags.patch
-# PATCH-FIX-UPSTREAM asdf-standard-pr289-schema.patch  -- 
gh#asdf-format/asdf-standard#289
-Patch1:         asdf-standard-pr289-schema.patch
-BuildRequires:  %{python_module PyYAML >= 3.10}
-BuildRequires:  %{python_module importlib-resources >= 3 if %python-base < 3.9}
-BuildRequires:  %{python_module jmespath >= 0.6.2}
-BuildRequires:  %{python_module jsonschema >= 3.0.2}
-BuildRequires:  %{python_module numpy >= 1.10}
+BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module packaging >= 16.0}
-BuildRequires:  %{python_module semantic_version >= 2.8}
 BuildRequires:  %{python_module setuptools >= 30.3.0}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-PyYAML >= 3.10
+Requires:       python-asdf-standard >= 1.0.1
+Requires:       python-asdf-transform-schemas >= 0.2.2
 Requires:       python-jmespath >= 0.6.2
 Requires:       python-jsonschema >= 3.0.2
 Requires:       python-numpy >= 1.10
 Requires:       python-packaging >= 16.0
 Requires:       python-semantic_version >= 2.8
-%if %python_version_nodots < 39
+%if 0%{?python_version_nodots} < 39
 Requires:       python-importlib-resources >= 3
 %endif
 Recommends:     python-lz4 >= 0.10
@@ -65,13 +57,14 @@
 BuildArch:      noarch
 # SECTION test requirements
 %if %{with test}
-BuildRequires:  %{python_module asdf}
+BuildRequires:  %{python_module asdf = %{version}}
 BuildRequires:  %{python_module astropy}
 BuildRequires:  %{python_module gwcs}
 BuildRequires:  %{python_module lz4}
 BuildRequires:  %{python_module psutil}
 BuildRequires:  %{python_module pytest-doctestplus}
 BuildRequires:  %{python_module pytest-openfiles >= 0.3.1}
+BuildRequires:  %{python_module pytest-sugar}
 BuildRequires:  %{python_module pytest}
 %endif
 # /SECTION
@@ -88,8 +81,7 @@
 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
+sed -i '/addopts/ s/--color=yes//' setup.cfg
 
 %build
 %python_build
@@ -98,18 +90,14 @@
 %if !%{with test}
 %python_install
 %python_clone -a %{buildroot}%{_bindir}/asdftool
-%{python_expand #
-sed -i -e 's|^#!/usr/bin/env python|#!%{__$python}|' 
%{buildroot}%{$python_sitelib}/asdf/reference_files/generate/generate
-%fdupes %{buildroot}%{$python_sitelib}
-}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 %endif
 
 %check
 %if %{with test}
 export LANG=en_US.UTF-8
-# import everything from the source directory because of collection conflicts 
with buildroot
-export PYTHONPATH=":x"
-%pytest --import-mode=append
+export PY_IGNORE_IMPORTMISMATCH=1
+%pytest
 %endif
 
 %post

++++++ asdf-2.8.3.tar.gz -> asdf-2.10.1.tar.gz ++++++
++++ 36397 lines of diff (skipped)

Reply via email to