diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-napari-skimage-regionprops.spec | 24 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 14 insertions, 13 deletions
@@ -1 +1,2 @@ /napari-skimage-regionprops-0.10.0.tar.gz +/napari-skimage-regionprops-0.10.1.tar.gz diff --git a/python-napari-skimage-regionprops.spec b/python-napari-skimage-regionprops.spec index 2cf69ba..a0e7c38 100644 --- a/python-napari-skimage-regionprops.spec +++ b/python-napari-skimage-regionprops.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-napari-skimage-regionprops -Version: 0.10.0 +Version: 0.10.1 Release: 1 Summary: A regionprops table widget plugin for napari License: BSD-3 URL: https://github.com/haesleinhuepf/napari-skimage-regionprops -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1d/a6/cfa054ea2c2a1a5aaa8b112a385279ca1ea3682cebe958819e620dd9b8aa/napari-skimage-regionprops-0.10.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/01/68/b016a3a76e631bbf0b74104f0c073e1d5065a71ab4476a370e52e153450a/napari-skimage-regionprops-0.10.1.tar.gz BuildArch: noarch Requires: python3-napari-plugin-engine @@ -147,7 +147,7 @@ If intensity features are also wanted, then you also need to provide two intensi Below, there is a small example on how to use it.
-Also, take a look at [this example notebook](https://github.com/haesleinhuepf/napari-skimage-regionprops/blob/master/demo/measure_things_inside_things_plugin.ipynb).
+Also, take a look at [this example notebook](https://github.com/haesleinhuepf/napari-skimage-regionprops/blob/master/demo/measure_relationship_to_other_channels_plugin.ipynb).
@@ -496,7 +496,7 @@ If intensity features are also wanted, then you also need to provide two intensi Below, there is a small example on how to use it.
-Also, take a look at [this example notebook](https://github.com/haesleinhuepf/napari-skimage-regionprops/blob/master/demo/measure_things_inside_things_plugin.ipynb).
+Also, take a look at [this example notebook](https://github.com/haesleinhuepf/napari-skimage-regionprops/blob/master/demo/measure_relationship_to_other_channels_plugin.ipynb).
@@ -842,7 +842,7 @@ If intensity features are also wanted, then you also need to provide two intensi Below, there is a small example on how to use it.
-Also, take a look at [this example notebook](https://github.com/haesleinhuepf/napari-skimage-regionprops/blob/master/demo/measure_things_inside_things_plugin.ipynb).
+Also, take a look at [this example notebook](https://github.com/haesleinhuepf/napari-skimage-regionprops/blob/master/demo/measure_relationship_to_other_channels_plugin.ipynb).
@@ -1057,7 +1057,7 @@ If you encounter any problems, please create a thread on [image.sc] along with a %prep -%autosetup -n napari-skimage-regionprops-0.10.0 +%autosetup -n napari-skimage-regionprops-0.10.1 %build %py3_build @@ -1071,20 +1071,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -1097,5 +1097,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.1-1 - Package Spec generated @@ -1 +1 @@ -a20cd6a93f76957e703023e8d7743a20 napari-skimage-regionprops-0.10.0.tar.gz +894557b9f2e27bace1914a8a2b00964a napari-skimage-regionprops-0.10.1.tar.gz |
