Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-jsonpointer for 
openSUSE:Factory checked in at 2025-06-23 14:50:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jsonpointer (Old)
 and      /work/SRC/openSUSE:Factory/.python-jsonpointer.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jsonpointer"

Mon Jun 23 14:50:42 2025 rev:22 rq:1287120 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jsonpointer/python-jsonpointer.changes    
2024-11-20 16:59:11.402849927 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jsonpointer.new.7067/python-jsonpointer.changes
  2025-06-23 14:50:44.981459740 +0200
@@ -1,0 +2,6 @@
+Fri Jun 20 06:03:50 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-jsonpointer.spec ++++++
--- /var/tmp/diff_new_pack.0vdRPr/_old  2025-06-23 14:50:45.537483003 +0200
+++ /var/tmp/diff_new_pack.0vdRPr/_new  2025-06-23 14:50:45.541483171 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jsonpointer
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,10 +28,11 @@
 Release:        0
 Summary:        Module to identify specific nodes in a JSON document
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
 URL:            https://github.com/stefankoegl/python-json-pointer
 Source:         
https://files.pythonhosted.org/packages/source/j/jsonpointer/jsonpointer-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros >= 20210929
 %if %{with libalternatives}
@@ -51,10 +52,10 @@
 %setup -q -n jsonpointer-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %python_clone -a %{buildroot}%{_bindir}/jsonpointer
 
@@ -75,5 +76,7 @@
 %doc README.md
 %license LICENSE.txt
 %python_alternative %{_bindir}/jsonpointer
-%{python_sitelib}/*
+%{python_sitelib}/jsonpointer.py
+%pycache_only %{python_sitelib}/__pycache__/jsonpointer.*.pyc
+%{python_sitelib}/jsonpointer-%{version}.dist-info
 

Reply via email to