diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-aiomisc.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /aiomisc-17.0.9.tar.gz +/aiomisc-17.1.2.tar.gz diff --git a/python-aiomisc.spec b/python-aiomisc.spec index d769fcc..9ccd22a 100644 --- a/python-aiomisc.spec +++ b/python-aiomisc.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-aiomisc -Version: 17.0.9 +Version: 17.1.2 Release: 1 Summary: aiomisc - miscellaneous utils for asyncio License: MIT URL: https://github.com/aiokitchen/aiomisc -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/40/22/3aac864d0f685e5cafb005909a7482725a0bb459b4e00576acc44882c16e/aiomisc-17.0.9.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3b/37/df2d13907600b620e33d99b5be424a27cc88c0f8c7b40cb9d1558abb90ce/aiomisc-17.1.2.tar.gz BuildArch: noarch Requires: python3-aiocarbon @@ -80,7 +80,7 @@ we'll take a closer look at what ``aiomisc`` has to offer and how it can help you streamline your asyncio service development. %prep -%autosetup -n aiomisc-17.0.9 +%autosetup -n aiomisc-17.1.2 %build %py3_build @@ -120,5 +120,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 17.0.9-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 17.1.2-1 - Package Spec generated @@ -1 +1 @@ -01eba0c12be1ba0f4a8f97781bf80f08 aiomisc-17.0.9.tar.gz +cd7a4584ada82700a698ddb35d9748f3 aiomisc-17.1.2.tar.gz |