Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-czifile for openSUSE:Factory checked in at 2024-07-18 19:16:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-czifile (Old) and /work/SRC/openSUSE:Factory/.python-czifile.new.17339 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-czifile" Thu Jul 18 19:16:00 2024 rev:3 rq:1188216 version:2019.7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-czifile/python-czifile.changes 2021-02-09 21:16:35.746796411 +0100 +++ /work/SRC/openSUSE:Factory/.python-czifile.new.17339/python-czifile.changes 2024-07-18 19:16:07.642603233 +0200 @@ -1,0 +2,11 @@ +Wed Jul 17 07:51:32 UTC 2024 - Ben Greiner <c...@bnavigator.de> + +- Revert numpy < 2 restriction + +------------------------------------------------------------------- +Wed Jul 17 03:30:59 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com> + +- Restrict numpy to < 2 for now. +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-czifile.spec ++++++ --- /var/tmp/diff_new_pack.6hgG2X/_old 2024-07-18 19:16:08.146623409 +0200 +++ /var/tmp/diff_new_pack.6hgG2X/_new 2024-07-18 19:16:08.146623409 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-czifile # -# 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 @@ -17,29 +17,27 @@ %define packagename czifile -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 -%define skip_python36 1 Name: python-czifile Version: 2019.7.2 Release: 0 Summary: Read Carl Zeiss(r) Image (CZI) files License: BSD-3-Clause -Group: Development/Languages/Python URL: https://www.lfd.uci.edu/~gohlke/ Source: https://github.com/cgohlke/czifile/archive/v%{version}.tar.gz#/%{packagename}-%{version}.tar.gz BuildRequires: %{python_module imagecodecs >= 2019.1.1} BuildRequires: %{python_module numpy >= 1.11.3} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module scipy >= 1.1} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module tifffile >= 2019.7.2} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-imagecodecs >= 2019.1.1 -Requires: python-numpy >= 1.11.3 Requires: python-scipy >= 1.1 Requires: python-tifffile >= 2019.7.2 +Requires: python-numpy >= 1.11.3 Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch @@ -57,10 +55,10 @@ sed -i 's/\r//' README.rst %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install for p in %{packagename} ; do %python_clone -a %{buildroot}%{_bindir}/$p done @@ -89,6 +87,6 @@ %license LICENSE %python_alternative %{_bindir}/czi2tif %python_alternative %{_bindir}/czifile -%{python_sitelib}/*egg-info/ -%{python_sitelib}/%{packagename}/ +%{python_sitelib}/%{packagename} +%{python_sitelib}/%{packagename}-%{version}.dist-info