Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-asdf-standard for
openSUSE:Factory checked in at 2022-10-28 19:30:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asdf-standard (Old)
and /work/SRC/openSUSE:Factory/.python-asdf-standard.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asdf-standard"
Fri Oct 28 19:30:15 2022 rev:4 rq:1031584 version:1.0.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-asdf-standard/python-asdf-standard.changes
2022-06-06 11:11:02.739353053 +0200
+++
/work/SRC/openSUSE:Factory/.python-asdf-standard.new.2275/python-asdf-standard.changes
2022-10-28 19:30:38.942967939 +0200
@@ -1,0 +2,15 @@
+Thu Oct 27 16:31:58 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to v1.0.3
+ * The in progress ASDF Standard is v1.6.0
+ * The stable ASDF Standard is v1.5.0
+ * Update documentation to be consistent with the ASDF library
+ documentation.
+ * Add time-1.2.0 schema to document bugfix requiring additional
+ property to be written from asdf-astropy.
+ * Move packaging to pyproject.toml file from setup.cfg and
+ setup.py files.
+ * Remove tag from within the time-1.1.0 schema.
+ * Remove tag from within the remaining schemas.
+
+-------------------------------------------------------------------
Old:
----
asdf_standard-1.0.2.tar.gz
New:
----
asdf_standard-1.0.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-asdf-standard.spec ++++++
--- /var/tmp/diff_new_pack.XX7E11/_old 2022-10-28 19:30:39.614971309 +0200
+++ /var/tmp/diff_new_pack.XX7E11/_new 2022-10-28 19:30:39.626971369 +0200
@@ -25,10 +25,8 @@
%bcond_with test
%endif
-%{?!python_module:%define python_module() python3-%{**}}
-%define skip_python2 1
Name: python-asdf-standard%{psuffix}
-Version: 1.0.2
+Version: 1.0.3
Release: 0
Summary: The ASDF Standard schemas
License: BSD-3-Clause
@@ -36,8 +34,10 @@
Source:
https://files.pythonhosted.org/packages/source/a/asdf-standard/asdf_standard-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module importlib_resources >= 3 if %python-base < 3.9}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if %python_version_nodots < 39
@@ -50,7 +50,6 @@
BuildRequires: %{python_module astropy >= 5.0.4}
BuildRequires: %{python_module gwcs}
BuildRequires: %{python_module packaging >= 16.0}
-BuildRequires: %{python_module pytest-sugar}
BuildRequires: %{python_module pytest}
%endif
BuildArch: noarch
@@ -62,21 +61,22 @@
%prep
%setup -q -n asdf_standard-%{version}
+sed -i "/addopts = '--color=yes'/d" pyproject.toml
+%if !%{with test}
%build
-%python_build
-sed -i '/addopts = --color=yes/d' setup.cfg
+%pyproject_wheel
+%endif
%if !%{with test}
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif
%if %{with test}
%check
-# https://github.com/astropy/asdf-astropy/issues/82
-%pytest -k "not (time-1.0.0.yaml and test_example)"
+%pytest
%endif
%if !%{with test}
++++++ asdf_standard-1.0.2.tar.gz -> asdf_standard-1.0.3.tar.gz ++++++
++++ 1923 lines of diff (skipped)