Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-imread for openSUSE:Factory 
checked in at 2024-01-07 21:39:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-imread (Old)
 and      /work/SRC/openSUSE:Factory/.python-imread.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-imread"

Sun Jan  7 21:39:56 2024 rev:6 rq:1137306 version:0.7.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-imread/python-imread.changes      
2021-10-28 18:31:31.304417684 +0200
+++ /work/SRC/openSUSE:Factory/.python-imread.new.28375/python-imread.changes   
2024-01-07 21:40:13.183838885 +0100
@@ -1,0 +2,7 @@
+Sat Jan  6 21:05:08 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 0.7.5:
+  * Fix build issue
+- drop python-imread-remove-nose.patch (upstream)
+
+-------------------------------------------------------------------

Old:
----
  imread-0.7.4.tar.gz
  python-imread-remove-nose.patch

New:
----
  imread-0.7.5.tar.gz

BETA DEBUG BEGIN:
  Old:  * Fix build issue
- drop python-imread-remove-nose.patch (upstream)
BETA DEBUG END:

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

Other differences:
------------------
++++++ python-imread.spec ++++++
--- /var/tmp/diff_new_pack.ttwwuO/_old  2024-01-07 21:40:13.771860275 +0100
+++ /var/tmp/diff_new_pack.ttwwuO/_new  2024-01-07 21:40:13.771860275 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-imread
 #
-# Copyright (c) 2021 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
@@ -16,20 +16,19 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python36 1
+%{?sle15_python_module_pythons}
 Name:           python-imread
-Version:        0.7.4
+Version:        0.7.5
 Release:        0
 Summary:        Image reading library
 License:        MIT
 URL:            http://luispedro.org/software/imread
 Source:         
https://files.pythonhosted.org/packages/source/i/imread/imread-%{version}.tar.gz
-# https://github.com/luispedro/imread/issues/39
-Patch0:         python-imread-remove-nose.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpy-devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  c++_compiler
 BuildRequires:  fdupes
 BuildRequires:  giflib-devel
@@ -58,15 +57,14 @@
 
 %prep
 %setup -q -n imread-%{version}
-%patch0 -p1
 
 %build
 export EXCLUDE_WEBP=0
 export CFLAGS="%{optflags}"
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
@@ -77,5 +75,6 @@
 %files %{python_files}
 %doc ChangeLog README.rst
 %license COPYING.MIT
-%{python_sitearch}/*
+%{python_sitearch}/imread
+%{python_sitearch}/imread-%{version}.dist-info
 

++++++ imread-0.7.4.tar.gz -> imread-0.7.5.tar.gz ++++++
++++ 1858 lines of diff (skipped)

Reply via email to