Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-jsonpath-ng for 
openSUSE:Factory checked in at 2024-02-11 15:46:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jsonpath-ng (Old)
 and      /work/SRC/openSUSE:Factory/.python-jsonpath-ng.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jsonpath-ng"

Sun Feb 11 15:46:15 2024 rev:5 rq:1145940 version:1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jsonpath-ng/python-jsonpath-ng.changes    
2024-01-23 22:56:22.024904029 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jsonpath-ng.new.1815/python-jsonpath-ng.changes
  2024-02-11 15:46:20.972347734 +0100
@@ -1,0 +2,6 @@
+Fri Feb 09 14:50:00 UTC 2024 - Christian Keil <k...@dfn-cert.de>
+
+- Switch to Python 3.11 build.
+- Remove build dependency oslotest (pull request #137).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-jsonpath-ng.spec ++++++
--- /var/tmp/diff_new_pack.2LZeXB/_old  2024-02-11 15:46:21.604370458 +0100
+++ /var/tmp/diff_new_pack.2LZeXB/_new  2024-02-11 15:46:21.608370601 +0100
@@ -16,6 +16,7 @@
 #
 
 
+%{?sle15_python_module_pythons}
 Name:           python-jsonpath-ng
 Version:        1.6.1
 Release:        0
@@ -38,7 +39,6 @@
 BuildRequires:  %{python_module ply}
 #
 BuildRequires:  %{python_module pytest}
-BuildRequires:  python3-oslotest
 # /SECTION
 %python_subpackages
 
@@ -50,7 +50,6 @@
 %prep
 %setup -q -n jsonpath-ng-%{version}
 sed -i '1{/^#!/d}' jsonpath_ng/bin/jsonpath.py
-cp tests/test_jsonpath_rw_ext.py /tmp
 
 %build
 %pyproject_wheel
@@ -67,13 +66,7 @@
 %python_uninstall_alternative jsonpath_ng
 
 %check
-export PYTHONPATH=${CWD}
-%{python_expand cp /tmp/test_jsonpath_rw_ext.py tests/
-if [[ ! -d %{buildroot}%{$python_sitelib}/oslotest ]]; then
-  rm tests/test_jsonpath_rw_ext.py
-fi
-$python -m pytest
-}
+%pytest
 
 %files %{python_files}
 %license LICENSE

Reply via email to