diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 09:23:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 09:23:33 +0000 |
commit | 91ff790f5237dfcf9b0ab51822452b89668467bf (patch) | |
tree | d6aaa3c256bb0b26574d004e4bd2ee1a931b4de3 | |
parent | 0be69be8c84637118e3cb3f7d14e61cea0d647c2 (diff) |
automatic import of python-tifffileopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-tifffile.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1,2 +1,3 @@ /tifffile-2023.2.28.tar.gz /tifffile-2023.3.21.tar.gz +/tifffile-2023.4.12.tar.gz diff --git a/python-tifffile.spec b/python-tifffile.spec index 2e9f3da..f475f5d 100644 --- a/python-tifffile.spec +++ b/python-tifffile.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tifffile -Version: 2023.3.21 +Version: 2023.4.12 Release: 1 Summary: Read and write TIFF files License: BSD URL: https://www.cgohlke.com -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/60/b1/52060e5a7d915441dd68220199301abc0ea8ca0d30cc5186f61f1efb4b5b/tifffile-2023.3.21.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/45/d6/79979cbf9a1d6e4bd3e36c619114e5c9d22d7c34cdecac3e17b41869273c/tifffile-2023.4.12.tar.gz BuildArch: noarch Requires: python3-numpy @@ -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.3.21 +%autosetup -n tifffile-2023.4.12 %build %py3_build @@ -132,5 +132,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.3.21-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.4.12-1 - Package Spec generated @@ -1 +1 @@ -6acae2ffda2d7d33b83d2f7a4dd6d573 tifffile-2023.3.21.tar.gz +bce9ca4df9a5add555d79ae91d31c220 tifffile-2023.4.12.tar.gz |