diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:59:00 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:59:00 +0000 |
| commit | 36067385d390690777dc08f4abba51db852afa9f (patch) | |
| tree | 7c1fdbf5e5e89f088215aae98f625b07906f4963 | |
| parent | 0759fa227d8ed90a0b32981e87becfaed4b73bba (diff) | |
automatic import of python-pytealopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pyteal.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /pyteal-0.24.1.tar.gz +/pyteal-0.25.0.tar.gz diff --git a/python-pyteal.spec b/python-pyteal.spec index c8bf0e0..aa77e36 100644 --- a/python-pyteal.spec +++ b/python-pyteal.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyteal -Version: 0.24.1 +Version: 0.25.0 Release: 1 Summary: Algorand Smart Contracts in Python License: MIT License URL: https://github.com/algorand/pyteal -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/90/f1/c53cace18bb43f7141e9590f553b0cce1f2abe473be5e34ba1e54c38b157/pyteal-0.24.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/cf/4f/fd23bd901c37742efc9e5c9e823ce3e0da9a8b595a76bd7d15bacc84898b/pyteal-0.25.0.tar.gz BuildArch: noarch Requires: python3-docstring-parser @@ -303,7 +303,7 @@ Tear down and clean up resources for the developer-mode algod stood up above: %prep -%autosetup -n pyteal-0.24.1 +%autosetup -n pyteal-0.25.0 %build %py3_build @@ -317,20 +317,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 . @@ -343,5 +343,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.24.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.25.0-1 - Package Spec generated @@ -1 +1 @@ -5688ed234c602ee7b5780e0076af1c2b pyteal-0.24.1.tar.gz +03a303026e136d7114a0d2d4a84dd7fd pyteal-0.25.0.tar.gz |
