diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-dialogy.spec | 10 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 8 insertions, 5 deletions
@@ -1 +1,2 @@ /dialogy-2.0.5.tar.gz +/dialogy-2.0.7.tar.gz diff --git a/python-dialogy.spec b/python-dialogy.spec index 8ad69d1..c7df77c 100644 --- a/python-dialogy.spec +++ b/python-dialogy.spec @@ -1,14 +1,15 @@ %global _empty_manifest_terminate_build 0 Name: python-dialogy -Version: 2.0.5 +Version: 2.0.7 Release: 1 Summary: Dialogy is a library for building and managing SLU applications. License: MIT URL: https://github.com/skit-ai/dialogy -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/34/11/40ca4073adde57359962f273b76beca90494d9871a194b1c8e61a52cd0b4/dialogy-2.0.5.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/67/f1/4303164a038f705d4fec456d25fa78db1e7330cd58036c93fb3a077f3a41/dialogy-2.0.7.tar.gz BuildArch: noarch Requires: python3-MarkupSafe +Requires: python3-aiohttp Requires: python3-attrs Requires: python3-black Requires: python3-copier @@ -16,6 +17,7 @@ Requires: python3-googlemaps Requires: python3-jiwer Requires: python3-loguru Requires: python3-matplotlib +Requires: python3-nest-asyncio Requires: python3-numpy Requires: python3-pandas Requires: python3-pydantic @@ -53,7 +55,7 @@ Provides: python3-dialogy-doc %prep -%autosetup -n dialogy-2.0.5 +%autosetup -n dialogy-2.0.7 %build %py3_build @@ -93,5 +95,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.5-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.7-1 - Package Spec generated @@ -1 +1 @@ -41aa890a5e0509b9ec90678caaa158b0 dialogy-2.0.5.tar.gz +8821b7ae25de54d1783d32fcf09dc0ed dialogy-2.0.7.tar.gz |
