summaryrefslogtreecommitdiff
path: root/python-duet.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-duet.spec')
-rw-r--r--python-duet.spec14
1 files changed, 7 insertions, 7 deletions
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