Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-lfdfiles for openSUSE:Factory 
checked in at 2023-06-01 17:19:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lfdfiles (Old)
 and      /work/SRC/openSUSE:Factory/.python-lfdfiles.new.2531 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-lfdfiles"

Thu Jun  1 17:19:24 2023 rev:4 rq:1090078 version:2023.4.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-lfdfiles/python-lfdfiles.changes  
2021-02-21 22:15:04.230147388 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-lfdfiles.new.2531/python-lfdfiles.changes    
    2023-06-01 17:19:31.122159784 +0200
@@ -1,0 +2,39 @@
+Wed May 31 19:29:55 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 2023.4.20:
+  * Improve type hints.
+  * Drop support for Python 3.8 and numpy < 1.21 (NEP29).
+  * Update metadata.
+  * Fix LfdFileSequence with tifffile 2022.4.22.
+  * Add fbd2b64 conversion function and script.
+  * Add decoder for 32-bit, 8 windows, 4 channels FLIMbox data
+    from Spartan-6.
+  * Convert docstrings to Google style with Sphinx directives.
+  * Add type hints.
+  * SimfcsFit.asarray returns dc_ref only; use p_fit for fit
+    params (breaking).
+  * Remove additional positional arguments to LfdFile init
+    (breaking).
+  * Guess SimfcsBin shape and dtype if not provided (breaking).
+  * Use TiffWriter.write instead of deprecated save.
+  * Drop support for Python 3.7 and NumPy < 1.19 (NEP29).
+  * Refactor SimfcsFbd initialization.
+  * Print tracebacks of failing plugins in LfdFile.
+  * Calculate pixel_dwell_time and frame_size for FBD files with
+    header.
+  * Disable simfcsfbd_decode and simfcsfbd_histogram Python code
+    (breaking).
+  * Read ISS Vista IFI files.
+  * Fix reading FBD files with FBF header.
+  * Fix reading R64 files with excess bytes.
+  * Fix reading VPL files used by ISS Vista.
+  * Remove lazyattr.
+  * Fix unclosed file warnings.
+  * Replace TIFF compress with compression parameter (breaking).
+  * Remove compress option from command line interface
+    (breaking).
+  * Add function to decode Spectral FLIM data from Kintex
+    FLIMbox.
+  * Relax VistaIfli file version check.
+
+-------------------------------------------------------------------

Old:
----
  lfdfiles-2020.9.18.tar.gz

New:
----
  lfdfiles-2023.4.20.tar.gz

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

Other differences:
------------------
++++++ python-lfdfiles.spec ++++++
--- /var/tmp/diff_new_pack.Fes9zm/_old  2023-06-01 17:19:31.666163009 +0200
+++ /var/tmp/diff_new_pack.Fes9zm/_new  2023-06-01 17:19:31.674163057 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-lfdfiles
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,14 @@
 #
 
 
-%define skip_python2 1
-%define skip_python36 1
-%define packagename lfdfiles
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?sle15_python_module_pythons}
 Name:           python-lfdfiles
-Version:        2020.9.18
+Version:        2023.4.20
 Release:        0
 Summary:        Laboratory for Fluorescence Dynamics (LFD) file formats
 License:        BSD-3-Clause
 URL:            https://www.lfd.uci.edu/~gohlke/
-Source:         
https://github.com/cgohlke/lfdfiles/archive/v%{version}.tar.gz#/%{packagename}-%{version}.tar.gz
+Source:         
https://github.com/cgohlke/lfdfiles/archive/v%{version}.tar.gz#/lfdfiles-%{version}.tar.gz
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module click}
 BuildRequires:  %{python_module czifile >= 2019.7.2}
@@ -46,7 +43,7 @@
 Requires:       python-oiffile >= 2020.9.18
 Requires:       python-tifffile >= 2020.9.3
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 %python_subpackages
 
 %description
@@ -55,7 +52,7 @@
 experimental data at the Laboratory for Fluorescence Dynamics.
 
 %prep
-%setup -q -n %{packagename}-%{version}
+%setup -q -n lfdfiles-%{version}
 # Fix warning: wrong end-of-line encoding
 sed -i 's/\r//g' README.rst
 
@@ -64,18 +61,18 @@
 
 %install
 %python_install
-for p in %{packagename} ; do
+for p in lfdfiles fbd2b64 ; do
     %python_clone -a %{buildroot}%{_bindir}/$p
 done
 
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
-%prepare_alternative %{packagename}
+%prepare_alternative lfdfiles fbd2b64
 
 %post
-%python_install_alternative %{packagename}
+%python_install_alternative lfdfiles fbd2b64
 
 %postun
-%python_uninstall_alternative %{packagename}
+%python_uninstall_alternative lfdfiles fbd2b64
 
 %check
 # Test not provided
@@ -83,8 +80,9 @@
 %files %{python_files}
 %license LICENSE
 %doc README.rst
-%python_alternative %{_bindir}/%{packagename}
+%python_alternative %{_bindir}/lfdfiles
+%python_alternative %{_bindir}/fbd2b64
 %{python_sitearch}/*egg-info
-%{python_sitearch}/%{packagename}/
+%{python_sitearch}/lfdfiles/
 
 %changelog

++++++ lfdfiles-2020.9.18.tar.gz -> lfdfiles-2023.4.20.tar.gz ++++++
++++ 8051 lines of diff (skipped)

Reply via email to