diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:30:21 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:30:21 +0000 |
commit | 6193e03f3848b9556ca80c00219440613c9e99c5 (patch) | |
tree | 9e7b29d66150ed3fe87a0f3c6a3b18c4bb0330a0 | |
parent | b52ce8ad7131d17c57e86d4ea0f2aee86f84302e (diff) |
automatic import of python-tidy3dopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-tidy3d.spec | 20 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 11 deletions
@@ -1 +1,2 @@ /tidy3d-2.1.1.tar.gz +/tidy3d-2.2.2.tar.gz diff --git a/python-tidy3d.spec b/python-tidy3d.spec index e7a2d19..a4820b2 100644 --- a/python-tidy3d.spec +++ b/python-tidy3d.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tidy3d -Version: 2.1.1 +Version: 2.2.2 Release: 1 Summary: A fast FDTD solver License: MIT License URL: https://github.com/flexcompute/tidy3d -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b2/02/987eb29138b8eaaba8fff794fd1d1f321205414de391a98a7d72d3ab4754/tidy3d-2.1.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/33/d0/f39c9a46d5b038ab667f12ea498505154b256d85b8b2dfeccdbf2e0b415e/tidy3d-2.2.2.tar.gz BuildArch: noarch Requires: python3-scipy @@ -21,12 +21,12 @@ Requires: python3-pydantic Requires: python3-PyYAML Requires: python3-dask Requires: python3-toml -Requires: python3-nest-asyncio Requires: python3-boto3 Requires: python3-requests Requires: python3-pyjwt Requires: python3-click Requires: python3-responses +Requires: python3-typing-extensions Requires: python3-pre-commit Requires: python3-black Requires: python3-pylint @@ -601,7 +601,7 @@ For more general discussions, questions, comments, anything else, open a topic i %prep -%autosetup -n tidy3d-2.1.1 +%autosetup -n tidy3d-2.2.2 %build %py3_build @@ -615,20 +615,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 . @@ -641,5 +641,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.2-1 - Package Spec generated @@ -1 +1 @@ -6dcdc9efb9270f557a3f619524d84006 tidy3d-2.1.1.tar.gz +465e403c0c1f34ce4fe5f3a2b1aaa804 tidy3d-2.2.2.tar.gz |