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 2023-08-23 14:57:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asdf-standard (Old)
and /work/SRC/openSUSE:Factory/.python-asdf-standard.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asdf-standard"
Wed Aug 23 14:57:22 2023 rev:5 rq:1105140 version:1.0.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-asdf-standard/python-asdf-standard.changes
2022-10-28 19:30:38.942967939 +0200
+++
/work/SRC/openSUSE:Factory/.python-asdf-standard.new.1766/python-asdf-standard.changes
2023-08-23 14:58:23.334073244 +0200
@@ -1,0 +2,6 @@
+Mon Aug 21 19:25:11 UTC 2023 - Ben Greiner <[email protected]>
+
+- Add jsonschema < 4.18 to test dependencies
+ * gh#asdf-format/asdf-standard#391
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-asdf-standard.spec ++++++
--- /var/tmp/diff_new_pack.8fONHD/_old 2023-08-23 14:58:23.962074367 +0200
+++ /var/tmp/diff_new_pack.8fONHD/_new 2023-08-23 14:58:23.974074388 +0200
@@ -1,7 +1,7 @@
#
# spec file
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -49,6 +49,8 @@
BuildRequires: %{python_module asdf-standard = %{version}}
BuildRequires: %{python_module astropy >= 5.0.4}
BuildRequires: %{python_module gwcs}
+# https://github.com/asdf-format/asdf-standard/pull/391
+BuildRequires: %{python_module jsonschema < 4.18}
BuildRequires: %{python_module packaging >= 16.0}
BuildRequires: %{python_module pytest}
%endif