From 64367cafa2289cd315077126a1581822c5ea5a9b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 08:49:42 +0000 Subject: automatic import of python-riskfolio-lib --- python-riskfolio-lib.spec | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'python-riskfolio-lib.spec') 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 - 4.2.0-1 +* Thu Jun 08 2023 Python_Bot - 4.3.0-1 - Package Spec generated -- cgit v1.2.3