Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-fastremap for 
openSUSE:Factory checked in at 2024-07-15 19:49:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fastremap (Old)
 and      /work/SRC/openSUSE:Factory/.python-fastremap.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fastremap"

Mon Jul 15 19:49:23 2024 rev:11 rq:1187423 version:1.14.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fastremap/python-fastremap.changes        
2023-12-06 23:48:27.851787933 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-fastremap.new.17339/python-fastremap.changes 
    2024-07-15 19:49:58.849236252 +0200
@@ -1,0 +2,13 @@
+Mon Jul  8 01:11:21 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Update to 1.14.2:
+  * build: temporarily exclude macos until ecosystem fixes itself
+  * chore: ignore fastremap.cpp
+  * chore: ignore fastremap.cpp
+  * build: update for py312
+  * build: update build
+- Switch to pyproject macros.
+- Cythonize pyx file before building.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

Old:
----
  fastremap-1.14.0.tar.gz

New:
----
  fastremap-1.14.2.tar.gz

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

Other differences:
------------------
++++++ python-fastremap.spec ++++++
--- /var/tmp/diff_new_pack.qteW6p/_old  2024-07-15 19:49:59.441258063 +0200
+++ /var/tmp/diff_new_pack.qteW6p/_new  2024-07-15 19:49:59.445258210 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-fastremap
 #
-# 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
@@ -16,21 +16,21 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define         skip_python2 1
-%define         skip_python36 1
 Name:           python-fastremap
-Version:        1.14.0
+Version:        1.14.2
 Release:        0
 Summary:        Module to Remap, mask, renumber, and in-place transpose numpy 
arrays
 License:        LGPL-3.0-only
 URL:            https://github.com/seung-lab/fastremap/
 Source:         
https://files.pythonhosted.org/packages/source/f/fastremap/fastremap-%{version}.tar.gz
+BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpy-devel >= 1.16.0}
 BuildRequires:  %{python_module pbr}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  python-rpm-macros
@@ -45,10 +45,11 @@
 
 %build
 export CFLAGS="%{optflags}"
-%python_build
+cython -3 --cplus fastremap.pyx
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
@@ -57,5 +58,6 @@
 %files %{python_files}
 %doc AUTHORS ChangeLog README.md
 %license LICENSE
-%{python_sitearch}/*
+%{python_sitearch}/fastremap.cpython-*-linux-gnu.so
+%{python_sitearch}/fastremap-%{version}.dist-info
 

++++++ fastremap-1.14.0.tar.gz -> fastremap-1.14.2.tar.gz ++++++
++++ 214275 lines of diff (skipped)

Reply via email to