diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-10 06:01:01 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 06:01:01 +0000 |
commit | 0be69be8c84637118e3cb3f7d14e61cea0d647c2 (patch) | |
tree | a8870bfaacbfc9763d9ef0be3f6a79dbaeea6610 | |
parent | fb1062cc0b006ebcb065f93e6161d8a4f22dcf4a (diff) |
automatic import of python-tifffile
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-tifffile.spec | 20 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 11 deletions
@@ -1 +1,2 @@ /tifffile-2023.2.28.tar.gz +/tifffile-2023.3.21.tar.gz diff --git a/python-tifffile.spec b/python-tifffile.spec index 8d1f9c3..2e9f3da 100644 --- a/python-tifffile.spec +++ b/python-tifffile.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tifffile -Version: 2023.2.28 +Version: 2023.3.21 Release: 1 Summary: Read and write TIFF files License: BSD URL: https://www.cgohlke.com -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b9/0b/e8123041ebdc361bd5b7b1a9613be4adcbf583befa0a2fc407bc0e71878e/tifffile-2023.2.28.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/60/b1/52060e5a7d915441dd68220199301abc0ea8ca0d30cc5186f61f1efb4b5b/tifffile-2023.3.21.tar.gz BuildArch: noarch Requires: python3-numpy @@ -21,9 +21,9 @@ Tifffile is a Python library to (1) store NumPy arrays in TIFF (Tagged Image File Format) files, and (2) read image and metadata from TIFF-like files used in bioimaging. Image and metadata can be read from TIFF, BigTIFF, OME-TIFF, DNG, STK, LSM, -SGI, NIHImage, ImageJ, Micro-Manager NDTiff, FluoView, ScanImage, SEQ, GEL, +SGI, NIHImage, ImageJ, MMStack, NDTiff, FluoView, ScanImage, SEQ, GEL, SVS, SCN, SIS, BIF, ZIF (Zoomable Image File Format), QPTIFF (QPI, PKI), NDPI, -and GeoTIFF files. +and GeoTIFF formatted files. Image data can be read as NumPy arrays or Zarr arrays/groups from strips, tiles, pages (IFDs), SubIFDs, higher order series, and pyramidal levels. Image data can be written to TIFF, BigTIFF, OME-TIFF, and ImageJ hyperstack @@ -49,9 +49,9 @@ Tifffile is a Python library to (1) store NumPy arrays in TIFF (Tagged Image File Format) files, and (2) read image and metadata from TIFF-like files used in bioimaging. Image and metadata can be read from TIFF, BigTIFF, OME-TIFF, DNG, STK, LSM, -SGI, NIHImage, ImageJ, Micro-Manager NDTiff, FluoView, ScanImage, SEQ, GEL, +SGI, NIHImage, ImageJ, MMStack, NDTiff, FluoView, ScanImage, SEQ, GEL, SVS, SCN, SIS, BIF, ZIF (Zoomable Image File Format), QPTIFF (QPI, PKI), NDPI, -and GeoTIFF files. +and GeoTIFF formatted files. Image data can be read as NumPy arrays or Zarr arrays/groups from strips, tiles, pages (IFDs), SubIFDs, higher order series, and pyramidal levels. Image data can be written to TIFF, BigTIFF, OME-TIFF, and ImageJ hyperstack @@ -74,9 +74,9 @@ Tifffile is a Python library to (1) store NumPy arrays in TIFF (Tagged Image File Format) files, and (2) read image and metadata from TIFF-like files used in bioimaging. Image and metadata can be read from TIFF, BigTIFF, OME-TIFF, DNG, STK, LSM, -SGI, NIHImage, ImageJ, Micro-Manager NDTiff, FluoView, ScanImage, SEQ, GEL, +SGI, NIHImage, ImageJ, MMStack, NDTiff, FluoView, ScanImage, SEQ, GEL, SVS, SCN, SIS, BIF, ZIF (Zoomable Image File Format), QPTIFF (QPI, PKI), NDPI, -and GeoTIFF files. +and GeoTIFF formatted files. Image data can be read as NumPy arrays or Zarr arrays/groups from strips, tiles, pages (IFDs), SubIFDs, higher order series, and pyramidal levels. Image data can be written to TIFF, BigTIFF, OME-TIFF, and ImageJ hyperstack @@ -92,7 +92,7 @@ TIFF files and image file sequences, patch TIFF tag values, and parse many proprietary metadata formats. %prep -%autosetup -n tifffile-2023.2.28 +%autosetup -n tifffile-2023.3.21 %build %py3_build @@ -132,5 +132,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.2.28-1 +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.3.21-1 - Package Spec generated @@ -1 +1 @@ -b5235e5e49575479ab2a4cddf4051a54 tifffile-2023.2.28.tar.gz +6acae2ffda2d7d33b83d2f7a4dd6d573 tifffile-2023.3.21.tar.gz |