!2 UpdatePackage

From: @Wangjunqi123 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2022-11-08 01:53:08 +00:00 committed by Gitee
commit af6da2acfc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 10 additions and 4 deletions

Binary file not shown.

BIN
outcome-1.2.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-outcome Name: python-outcome
Version: 1.1.0 Version: 1.2.0
Release: 1 Release: 1
Summary: Capture the outcome of Python function calls. Summary: Capture the outcome of Python function calls.
License: MIT or Apache-2.0 License: MIT or Apache-2.0
URL: https://github.com/python-trio/outcome URL: https://github.com/python-trio/outcome
Source0: https://files.pythonhosted.org/packages/88/b5/9ccedd89d641dcfa5771f636a8a2e99f9d98b09f511f4f870d382ef2b007/outcome-1.1.0.tar.gz Source0: https://files.pythonhosted.org/packages/dd/91/741e1626e89fdc3664169e16300c59eefa4b23540cc6d6c70450f885098f/outcome-1.2.0.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-attrs Requires: python3-attrs
@ -15,20 +15,22 @@ Capture the outcome of Python function calls. Extracted from the Trio project.
%package -n python3-outcome %package -n python3-outcome
Summary: Capture the outcome of Python function calls. Summary: Capture the outcome of Python function calls.
Provides: python-outcome Provides: python-outcome = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-outcome %description -n python3-outcome
Capture the outcome of Python function calls. Extracted from the Trio project. Capture the outcome of Python function calls. Extracted from the Trio project.
%package help %package help
Summary: Development documents and examples for outcome Summary: Development documents and examples for outcome
Provides: python3-outcome-doc Provides: python3-outcome-doc
%description help %description help
Capture the outcome of Python function calls. Extracted from the Trio project. Capture the outcome of Python function calls. Extracted from the Trio project.
%prep %prep
%autosetup -n outcome-1.1.0 %autosetup -n outcome-%{version}
%build %build
%py3_build %py3_build
@ -68,5 +70,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Nov 08 2022 wangjunqi <wangjunqi@kylinos.cn> - 1.2.0-1
- Update package to version 1.2.0
* Fri Dec 17 2021 Python_Bot <Python_Bot@openeuler.org> - 1.1.0-1 * Fri Dec 17 2021 Python_Bot <Python_Bot@openeuler.org> - 1.1.0-1
- Package Init - Package Init