Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-yq for openSUSE:Factory 
checked in at 2023-07-27 16:53:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-yq (Old)
 and      /work/SRC/openSUSE:Factory/.python-yq.new.32662 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-yq"

Thu Jul 27 16:53:06 2023 rev:14 rq:1101039 version:3.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-yq/python-yq.changes      2023-05-15 
16:54:40.872292563 +0200
+++ /work/SRC/openSUSE:Factory/.python-yq.new.32662/python-yq.changes   
2023-07-27 16:53:21.358677868 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 09:49:46 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- switch to wheels and opt into SLE15 python311 stack
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-yq.spec ++++++
--- /var/tmp/diff_new_pack.QKMOHw/_old  2023-07-27 16:53:22.046681755 +0200
+++ /var/tmp/diff_new_pack.QKMOHw/_new  2023-07-27 16:53:22.050681779 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define skip_python2 1
+%{?sle15_python_module_pythons}
 Name:           python-yq
 Version:        3.2.2
 Release:        0
@@ -24,7 +24,8 @@
 License:        Apache-2.0
 URL:            https://github.com/kislyuk/yq
 Source:         
https://files.pythonhosted.org/packages/source/y/yq/yq-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       jq
@@ -52,10 +53,10 @@
 sed -i "/setup_requires/d" setup.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/yq
 %python_clone -a %{buildroot}%{_bindir}/xq
 %python_clone -a %{buildroot}%{_bindir}/tomlq

Reply via email to