Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-json5 for openSUSE:Factory 
checked in at 2024-03-26 19:26:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-json5 (Old)
 and      /work/SRC/openSUSE:Factory/.python-json5.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-json5"

Tue Mar 26 19:26:21 2024 rev:11 rq:1161553 version:0.9.24

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-json5/python-json5.changes        
2023-11-27 22:45:26.934423684 +0100
+++ /work/SRC/openSUSE:Factory/.python-json5.new.1905/python-json5.changes      
2024-03-26 19:29:58.518928283 +0100
@@ -1,0 +2,9 @@
+Mon Mar 25 20:18:38 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 0.9.24:
+  * drop python2
+  * switch to pyproject.toml
+  * add typing
+  * format with ruff
+
+-------------------------------------------------------------------

Old:
----
  pyjson5-0.9.14.tar.gz

New:
----
  pyjson5-0.9.24.tar.gz

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

Other differences:
------------------
++++++ python-json5.spec ++++++
--- /var/tmp/diff_new_pack.zGCYMu/_old  2024-03-26 19:29:58.950944180 +0100
+++ /var/tmp/diff_new_pack.zGCYMu/_new  2024-03-26 19:29:58.950944180 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-json5
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,24 +25,24 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-json5
-Version:        0.9.14
+Version:        0.9.24
 Release:        0
 Summary:        A Python implementation of the JSON5 data format
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://github.com/dpranke/pyjson5
 Source:         
https://github.com/dpranke/pyjson5/archive/v%{version}.tar.gz#/pyjson5-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros >= 20210929
-Requires:       python-setuptools
 %if %{with libalternatives}
 Requires:       alts
 BuildRequires:  alts
 %else
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 %endif
 BuildArch:      noarch
 %python_subpackages
@@ -62,10 +62,10 @@
 %setup -q -n pyjson5-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/pyjson5
 %python_expand rm -rf %{buildroot}%{$python_sitelib}/tests
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
@@ -87,5 +87,6 @@
 %doc README.md
 %license LICENSE
 %python_alternative %{_bindir}/pyjson5
-%{python_sitelib}/*
+%{python_sitelib}/json5
+%{python_sitelib}/json5-%{version}.dist-info
 

++++++ pyjson5-0.9.14.tar.gz -> pyjson5-0.9.24.tar.gz ++++++
++++ 207755 lines of diff (skipped)

Reply via email to