diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-arch.spec | 13 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 5 deletions
@@ -1 +1,2 @@ /arch-5.3.1.tar.gz +/arch-5.4.0.tar.gz diff --git a/python-arch.spec b/python-arch.spec index 03637c3..ccc1e96 100644 --- a/python-arch.spec +++ b/python-arch.spec @@ -1,12 +1,17 @@ %global _empty_manifest_terminate_build 0 Name: python-arch -Version: 5.3.1 +Version: 5.4.0 Release: 1 Summary: ARCH for Python License: NCSA URL: https://github.com/bashtage/arch -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fa/78/7ea7abfe27e7c9d95160e38b16cca24cb4b6adc915d3d94eaf74b5e1f901/arch-5.3.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f0/f6/4306a2c1171e562806e927632398bc3a0eeb6063cbb99e781820eb62aecc/arch-5.4.0.tar.gz +Requires: python3-numpy +Requires: python3-scipy +Requires: python3-pandas +Requires: python3-statsmodels +Requires: python3-property-cached %description # arch
@@ -891,7 +896,7 @@ The development requirements are: %prep -%autosetup -n arch-5.3.1 +%autosetup -n arch-5.4.0 %build %py3_build @@ -931,5 +936,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 5.3.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 5.4.0-1 - Package Spec generated @@ -1 +1 @@ -33b948b512976436b1c6c069469f6d1e arch-5.3.1.tar.gz +2ab28ee33336417075cfb7a7bcbf4fc9 arch-5.4.0.tar.gz |
