Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-jsonpath-python for 
openSUSE:Factory checked in at 2026-06-11 17:27:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jsonpath-python (Old)
 and      /work/SRC/openSUSE:Factory/.python-jsonpath-python.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jsonpath-python"

Thu Jun 11 17:27:02 2026 rev:2 rq:1358609 version:1.1.6

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jsonpath-python/python-jsonpath-python.changes
    2024-09-09 14:46:46.044493897 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jsonpath-python.new.1981/python-jsonpath-python.changes
  2026-06-11 17:28:53.078163736 +0200
@@ -1,0 +2,46 @@
+Wed Jun 10 15:24:23 UTC 2026 - Matej Cepl <[email protected]>
+
+- Update to 1.1.6:
+  - Fixes
+    - security: prevent regex filter injection (4973594)
+- Update to 1.1.5:
+  - Fixes
+    - Python 3.8 AST compatibility and ruff formatting (04199c5)
+    - security: prevent RCE via eval() in filter expressions
+      (#21, #20) (07e2c11)
+- Update to 1.1.4:
+  - Fixes
+    - docs: sync description with README (190ffce)
+- Update to 1.1.3:
+  - Performance Improvements
+    - use isidentifier() instead of regex in _build_path
+      (3054ca4)
+- Update to 1.1.2:
+  - Performance Improvements
+    - pre-compile regex and refactor code structure (70b0103)
+- Update to 1.1.1:
+  - Performance Improvements
+    - optimize regex compilation and add performance test suite
+      (61152d7)
+- Update to 1.1.0:
+  - Fixes
+    - modernize project structure and fix path output (#7)
+      (7713759)
+    - resolve issue #10 by raising JSONPathTypeError on mixed
+      type sorting (8ac2080)
+    - resolve issue #15 where filters with bracket notation
+      returned empty results (100bf6f)
+    - resolve issue #16 support quoted keys in filters and paths
+      (6caa9d4)
+    - resolve issue #17 false positive errors and parsing bugs
+      (47bba25)
+    - resolve issue #9 by filtering out missing keys in field
+      extractor (5e38031)
+  - Features
+    - add search and complie interfaces (8dcf854)
+    - add update function to JSONPath class (#12) (d396bc5)
+    - Custom eval implementation (22d7154)
+    - resolve issue #13 by adding support for 'in' operator and
+      regex matching (=~) (a5e2973)
+
+-------------------------------------------------------------------

Old:
----
  jsonpath-python-1.0.6.tar.gz

New:
----
  jsonpath_python-1.1.6.tar.gz

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

Other differences:
------------------
++++++ python-jsonpath-python.spec ++++++
--- /var/tmp/diff_new_pack.mULKxp/_old  2026-06-11 17:28:55.058246771 +0200
+++ /var/tmp/diff_new_pack.mULKxp/_new  2026-06-11 17:28:55.058246771 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jsonpath-python
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,18 @@
 
 
 Name:           python-jsonpath-python
-Version:        1.0.6
+Version:        1.1.6
 Release:        0
 Summary:        A more powerful JSONPath implementation in modern Python
 License:        MIT
 URL:            https://github.com/zhangxianbing/jsonpath-python
-Source:         
https://files.pythonhosted.org/packages/source/j/jsonpath-python/jsonpath-python-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
+Source:         
https://files.pythonhosted.org/packages/source/j/jsonpath_python/jsonpath_python-%{version}.tar.gz
+BuildRequires:  %{python_module hatchling}
 BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module pytest-benchmark}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildArch:      noarch
 %python_subpackages
 
@@ -46,7 +46,7 @@
 * Support output modes: VALUE, PATH.
 
 %prep
-%autosetup -p1 -n jsonpath-python-%{version}
+%autosetup -p1 -n jsonpath_python-%{version}
 
 %build
 %pyproject_wheel

Reply via email to