summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 08:49:42 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 08:49:42 +0000
commit64367cafa2289cd315077126a1581822c5ea5a9b (patch)
tree9fd48d1e568c99284c76130a5bdd16160ae64a6f
parent9a22be28c44f8ffded89b92d6e032dcc12026e97 (diff)
automatic import of python-riskfolio-libopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-riskfolio-lib.spec24
-rw-r--r--sources2
3 files changed, 14 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore
index 0c1407a..26d590e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/Riskfolio-Lib-4.2.0.tar.gz
+/Riskfolio-Lib-4.3.0.tar.gz
diff --git a/python-riskfolio-lib.spec b/python-riskfolio-lib.spec
index 3b7f359..7f9edf1 100644
--- a/python-riskfolio-lib.spec
+++ b/python-riskfolio-lib.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-Riskfolio-Lib
-Version: 4.2.0
+Version: 4.3.0
Release: 1
Summary: Portfolio Optimization and Quantitative Strategic Asset Allocation in Python
License: BSD (3-clause)
URL: https://github.com/dcajasn/Riskfolio-Lib
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ce/ff/32a0ad20efbbda6078446b555145ad2be0da65cace9023a5873b52c4d364/Riskfolio-Lib-4.2.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/9d/4a/ae9f545b0b000bab1a2077621566e95b3b4131ff4310660c156980514ba5/Riskfolio-Lib-4.3.0.tar.gz
Requires: python3-numpy
Requires: python3-scipy
@@ -234,7 +234,7 @@ If you use Riskfolio-Lib for published work, please use the following BibTeX ent
```
@misc{riskfolio,
author = {Dany Cajas},
- title = {Riskfolio-Lib (4.2.0)},
+ title = {Riskfolio-Lib (4.3.0)},
year = {2023},
url = {https://github.com/dcajasn/Riskfolio-Lib},
}
@@ -504,7 +504,7 @@ If you use Riskfolio-Lib for published work, please use the following BibTeX ent
```
@misc{riskfolio,
author = {Dany Cajas},
- title = {Riskfolio-Lib (4.2.0)},
+ title = {Riskfolio-Lib (4.3.0)},
year = {2023},
url = {https://github.com/dcajasn/Riskfolio-Lib},
}
@@ -768,7 +768,7 @@ If you use Riskfolio-Lib for published work, please use the following BibTeX ent
```
@misc{riskfolio,
author = {Dany Cajas},
- title = {Riskfolio-Lib (4.2.0)},
+ title = {Riskfolio-Lib (4.3.0)},
year = {2023},
url = {https://github.com/dcajasn/Riskfolio-Lib},
}
@@ -816,7 +816,7 @@ to asset managers.
%prep
-%autosetup -n Riskfolio-Lib-4.2.0
+%autosetup -n Riskfolio-Lib-4.3.0
%build
%py3_build
@@ -830,20 +830,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 .
@@ -856,5 +856,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.2.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.3.0-1
- Package Spec generated
diff --git a/sources b/sources
index ae08a02..25dc642 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-29cde6002fa6db07ebddd3cc1cf5ce30 Riskfolio-Lib-4.2.0.tar.gz
+5787eb71ba82717205168d239dd20d92 Riskfolio-Lib-4.3.0.tar.gz