diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-gluonts.spec | 10 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 6 deletions
@@ -1 +1,2 @@ /gluonts-0.12.6.tar.gz +/gluonts-0.12.7.tar.gz diff --git a/python-gluonts.spec b/python-gluonts.spec index bfe3adb..43ee6df 100644 --- a/python-gluonts.spec +++ b/python-gluonts.spec @@ -1,14 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-gluonts -Version: 0.12.6 +Version: 0.12.7 Release: 1 Summary: Probabilistic time series modeling in Python. License: Apache License 2.0 URL: https://github.com/awslabs/gluonts/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/91/6a/b69d702e1cd50675974a38a0c3247774192dc7047baf729332e1482b7526/gluonts-0.12.6.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7d/d7/32ce8ef7371399230c301e1d2d9bbffb5b962516afc9f4ce5439a25843fc/gluonts-0.12.7.tar.gz BuildArch: noarch -Requires: python3-ipykernel Requires: python3-numpy Requires: python3-pandas Requires: python3-pydantic @@ -54,6 +53,7 @@ Requires: python3-pyarrow Requires: python3-pyarrow Requires: python3-s3fs Requires: python3-ipython +Requires: python3-ipykernel Requires: python3-nbconvert Requires: python3-nbsphinx Requires: python3-notedown @@ -519,7 +519,7 @@ in addition to any model-specific references that are relevant for your work: %prep -%autosetup -n gluonts-0.12.6 +%autosetup -n gluonts-0.12.7 %build %py3_build @@ -559,5 +559,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.12.6-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 0.12.7-1 - Package Spec generated @@ -1 +1 @@ -02379befd21e067323ef9dbe2eac91a4 gluonts-0.12.6.tar.gz +bc672fca40f0bc1d1b676be5481bc28e gluonts-0.12.7.tar.gz |