diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 07:01:53 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 07:01:53 +0000 |
commit | fba9ea5294c23268e31fab91de7f151a4e676195 (patch) | |
tree | 0df284524eb9e691904667de47cc3c07b799fada | |
parent | c94a67d1d50d43ae67b557aaef1cdd1fcd304afa (diff) |
automatic import of python-duetopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-duet.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /duet-0.2.7.tar.gz +/duet-0.2.8.tar.gz diff --git a/python-duet.spec b/python-duet.spec index 86e5ac2..e728f1c 100644 --- a/python-duet.spec +++ b/python-duet.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-duet -Version: 0.2.7 +Version: 0.2.8 Release: 1 Summary: A simple future-based async library for python. License: Apache 2 URL: http://github.com/google/duet -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/83/6f/1f96b251b228a68433bc9cb90ce638abac899085c3d85bec81312821228f/duet-0.2.7.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d2/a2/c60e44fc64d59cb1046162d10c88d6fa954e70a985fe3bbd22f1869ffd64/duet-0.2.8.tar.gz BuildArch: noarch Requires: python3-typing-extensions @@ -43,7 +43,7 @@ However, duet differs from trio in two major ways: parts of your codebase all at once. ## Installation - + Install from pypi: ``` @@ -90,7 +90,7 @@ However, duet differs from trio in two major ways: parts of your codebase all at once. ## Installation - + Install from pypi: ``` @@ -134,7 +134,7 @@ However, duet differs from trio in two major ways: parts of your codebase all at once. ## Installation - + Install from pypi: ``` @@ -149,7 +149,7 @@ duet is not an official Google project. %prep -%autosetup -n duet-0.2.7 +%autosetup -n duet-0.2.8 %build %py3_build @@ -189,5 +189,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.7-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.8-1 - Package Spec generated @@ -1 +1 @@ -3c3658c7a2ee615d2fab059ad9822c99 duet-0.2.7.tar.gz +e9b1f361e8a265baada01d64469abf8f duet-0.2.8.tar.gz |