diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 13:09:38 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 13:09:38 +0000 |
commit | ff4b64d32236bb84a0fb3f9a1c1c3f1b09cde6d4 (patch) | |
tree | f220e8b4ff482cfe9d89afa83dceb320803e93b5 | |
parent | 87d4d1cabf0e136a1653532fd696e75f1037cf01 (diff) |
automatic import of python-leanopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-lean.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /lean-1.0.150.tar.gz +/lean-1.0.152.tar.gz diff --git a/python-lean.spec b/python-lean.spec index a6dd658..6fabef2 100644 --- a/python-lean.spec +++ b/python-lean.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-lean -Version: 1.0.150 +Version: 1.0.152 Release: 1 Summary: A CLI aimed at making it easier to run QuantConnect's LEAN engine locally and in the cloud License: Apache Software License URL: https://lean.io/cli -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cc/9d/7b40ab214f56afc9184f1f09d6a292b3b867cf80d1cb0229c153a7e927bf/lean-1.0.150.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/35/7f/45882939c9f0abe08d0f5363b0d2ab691682b90319d2c38d3cc22bec4a77/lean-1.0.152.tar.gz BuildArch: noarch Requires: python3-click @@ -4034,7 +4034,7 @@ Maintainers can publish new releases by pushing a Git tag containing the new ver %prep -%autosetup -n lean-1.0.150 +%autosetup -n lean-1.0.152 %build %py3_build @@ -4074,5 +4074,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.150-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.152-1 - Package Spec generated @@ -1 +1 @@ -dd88283d600a31238c31901afd8b3c8e lean-1.0.150.tar.gz +ba72b8f598195d54110aa59f8e56611a lean-1.0.152.tar.gz |