Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-warlock for openSUSE:Factory 
checked in at 2022-05-25 20:35:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-warlock (Old)
 and      /work/SRC/openSUSE:Factory/.python-warlock.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-warlock"

Wed May 25 20:35:04 2022 rev:18 rq:979142 version:1.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-warlock/python-warlock.changes    
2019-09-27 14:49:20.584625181 +0200
+++ /work/SRC/openSUSE:Factory/.python-warlock.new.2254/python-warlock.changes  
2022-05-25 20:35:52.112337015 +0200
@@ -1,0 +2,6 @@
+Wed May 25 07:51:12 UTC 2022 - Matej Cepl <[email protected]>
+
+- Skipped test_recursive_models because the package is
+  incompatible with jsonschema < 4 (gh#bcwaldon/warlock#64).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-warlock.spec ++++++
--- /var/tmp/diff_new_pack.EzqqhL/_old  2022-05-25 20:35:52.524337590 +0200
+++ /var/tmp/diff_new_pack.EzqqhL/_new  2022-05-25 20:35:52.528337595 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-warlock
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -23,7 +23,7 @@
 Summary:        Python object model built on top of JSON schema
 License:        Apache-2.0
 Group:          Development/Languages/Python
-URL:            http://github.com/bcwaldon/warlock
+URL:            https://github.com/bcwaldon/warlock
 Source:         
https://github.com/bcwaldon/warlock/archive/%{version}.tar.gz#/warlock-%{version}.tar.gz
 BuildRequires:  %{python_module jsonpatch >= 0.7}
 BuildRequires:  %{python_module jsonschema >= 0.10}
@@ -53,7 +53,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest
+# Skipped because of gh#bcwaldon/warlock#64 (the package is incompatible with 
jsonschema < 4)
+%pytest -k 'not test_recursive_models'
 
 %files %{python_files}
 %doc README.md

Reply via email to