!3 Update package

From: @liqiuyu123 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-12-19 12:17:42 +00:00 committed by Gitee
commit 3d24ea2fd1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 5 deletions

Binary file not shown.

BIN
curio-1.6.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-curio
Version: 1.5
Version: 1.6
Release: 1
Summary: Curio
License: BSD
License: BSD-3-Clause
URL: https://github.com/dabeaz/curio
Source0: https://github.com/dabeaz/curio/archive/1.5/curio-1.5.tar.gz
Source0: https://files.pythonhosted.org/packages/e9/d9/ed3d361fea04f3300eb69a23d97aa1be003c9dab0e5b10244fef0ad2c1ba/curio-1.6.tar.gz
BuildArch: noarch
%description
@ -13,7 +13,7 @@ Curio is a coroutine-based library for concurrent systems programming.
%package -n python3-curio
Summary: Curio
Provides: python-curio
Provides: python-curio = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-curio
@ -26,7 +26,7 @@ Provides: python3-curio-doc
Curio is a coroutine-based library for concurrent systems programming.
%prep
%autosetup -n curio-1.5
%autosetup -n curio-%{version}
%build
%py3_build
@ -66,5 +66,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Dec 16 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.6-1
- Update package to version 1.6
* Mon Jul 05 2021 liliang <liliang@kylinos.cn> - 1.5-1
- Init project