Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-asdf-transform-schemas for
openSUSE:Factory checked in at 2022-10-28 19:30:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asdf-transform-schemas (Old)
and /work/SRC/openSUSE:Factory/.python-asdf-transform-schemas.new.2275
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asdf-transform-schemas"
Fri Oct 28 19:30:16 2022 rev:3 rq:1031586 version:0.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-asdf-transform-schemas/python-asdf-transform-schemas.changes
2022-03-16 21:15:30.770853547 +0100
+++
/work/SRC/openSUSE:Factory/.python-asdf-transform-schemas.new.2275/python-asdf-transform-schemas.changes
2022-10-28 19:30:40.134973917 +0200
@@ -1,0 +2,17 @@
+Thu Oct 27 16:48:41 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to v0.3.0
+ * Add schemas to properly support bounding_box and
+ compound_bounding_box.
+ * Add fixed and bounds to base transform schema to properly
+ document them.
+ * Add input_units_equivalencies to base transform schema to
+ properly document it.
+ * Update spline1d schema.
+ * Add Schechter1D schema.
+ * Fix fix_inputs tag bug.
+ * Create docs for package.
+ * Move packaging configuration to pyproject.toml.
+ * Remove unnecessary tag: entry from all schemas.
+
+-------------------------------------------------------------------
Old:
----
asdf_transform_schemas-0.2.2.tar.gz
New:
----
asdf_transform_schemas-0.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-asdf-transform-schemas.spec ++++++
--- /var/tmp/diff_new_pack.s5W9tY/_old 2022-10-28 19:30:40.638976444 +0200
+++ /var/tmp/diff_new_pack.s5W9tY/_new 2022-10-28 19:30:40.642976464 +0200
@@ -25,17 +25,18 @@
%bcond_with test
%endif
-%{?!python_module:%define python_module() python3-%{**}}
-%define skip_python2 1
Name: python-asdf-transform-schemas%{psuffix}
-Version: 0.2.2
+Version: 0.3.0
Release: 0
Summary: ASDF schemas for transforms
License: BSD-3-Clause
URL: https://github.com/asdf-format/asdf-transform-schemas
Source:
https://files.pythonhosted.org/packages/source/a/asdf-transform-schemas/asdf_transform_schemas-%{version}.tar.gz
-BuildRequires: %{python_module setuptools_scm}
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module base >= 3.8}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module setuptools >= 42}
+BuildRequires: %{python_module setuptools_scm >= 3.4}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-asdf-standard >= 1.0.1
@@ -47,6 +48,7 @@
BuildRequires: %{python_module asdf}
BuildRequires: %{python_module pytest}
%endif
+Provides: python-asdf_transform_schemas = %{version}-%{release}
BuildArch: noarch
%python_subpackages
@@ -55,13 +57,16 @@
%prep
%setup -q -n asdf_transform_schemas-%{version}
+sed -i "/addopts = '--color=yes'/d" pyproject.toml
+%if !%{with test}
%build
-%python_build
+%pyproject_wheel
+%endif
%if !%{with test}
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif
++++++ asdf_transform_schemas-0.2.2.tar.gz ->
asdf_transform_schemas-0.3.0.tar.gz ++++++
++++ 5134 lines of diff (skipped)