Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-peewee for openSUSE:Factory 
checked in at 2023-08-14 22:35:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-peewee (Old)
 and      /work/SRC/openSUSE:Factory/.python-peewee.new.11712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-peewee"

Mon Aug 14 22:35:31 2023 rev:22 rq:1103730 version:3.16.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-peewee/python-peewee.changes      
2023-06-09 20:43:25.144638357 +0200
+++ /work/SRC/openSUSE:Factory/.python-peewee.new.11712/python-peewee.changes   
2023-08-14 22:35:39.064374682 +0200
@@ -1,0 +2,5 @@
+Sun Aug 13 19:59:10 UTC 2023 - Dirk Müller <[email protected]>
+
+- bind to cython < 3 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-peewee.spec ++++++
--- /var/tmp/diff_new_pack.7JExo3/_old  2023-08-14 22:35:39.708378778 +0200
+++ /var/tmp/diff_new_pack.7JExo3/_new  2023-08-14 22:35:39.716378829 +0200
@@ -24,14 +24,15 @@
 License:        BSD-3-Clause
 URL:            https://github.com/coleifer/peewee
 Source:         
https://github.com/coleifer/peewee/archive/refs/tags/%{version}.tar.gz#/peewee-%{version}.tar.gz
-BuildRequires:  %{python_module Cython}
+BuildRequires:  %{python_module Cython < 3.0.0}
 BuildRequires:  %{python_module Flask}
 BuildRequires:  %{python_module PyMySQL}
 BuildRequires:  %{python_module apsw}
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module psycopg2}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  %{pythons}
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
@@ -49,10 +50,10 @@
 %setup -q -n peewee-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/pwiz.py
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 

Reply via email to