From 59f9ce99a1713414efa207856d1ece123272170b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 9 Jun 2023 03:57:37 +0000 Subject: automatic import of python-omero-web --- .gitignore | 1 + python-omero-web.spec | 19 ++++++++++--------- sources | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index abc0353..17be187 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /omero-web-5.20.0.tar.gz +/omero-web-5.21.0.tar.gz diff --git a/python-omero-web.spec b/python-omero-web.spec index d54d6d5..bb306d3 100644 --- a/python-omero-web.spec +++ b/python-omero-web.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-omero-web -Version: 5.20.0 +Version: 5.21.0 Release: 1 Summary: OMERO.web License: GPLv2+ URL: https://github.com/ome/omero-web/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/62/fe/ecbb75d890427d80d110f5a95c84e5c9674adc0ba891a7c57ee65cc872a5/omero-web-5.20.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/f0/ca/bad8ad96734662197e0839d644b712626b6a7a3b89ec48b5cca72f88adc8/omero-web-5.21.0.tar.gz BuildArch: noarch Requires: python3-Django @@ -17,6 +17,7 @@ Requires: python3-gunicorn Requires: python3-omero-marshal Requires: python3-omero-py Requires: python3-portalocker +Requires: python3-pytz Requires: python3-whitenoise Requires: python3-django-redis @@ -39,7 +40,7 @@ Provides: python3-omero-web-doc %prep -%autosetup -n omero-web-5.20.0 +%autosetup -n omero-web-5.21.0 %build %py3_build @@ -53,20 +54,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 . @@ -79,5 +80,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot - 5.20.0-1 +* Fri Jun 09 2023 Python_Bot - 5.21.0-1 - Package Spec generated diff --git a/sources b/sources index a35b931..9beb9bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e0184ebd116659bab57afd0a4004200 omero-web-5.20.0.tar.gz +61891dd2803dd3ac5a445ffd45f39cef omero-web-5.21.0.tar.gz -- cgit v1.2.3