update version to 1.2.0
This commit is contained in:
parent
06ce85499d
commit
2e19839931
Binary file not shown.
BIN
outcome-1.2.0.tar.gz
Normal file
BIN
outcome-1.2.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-outcome
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 1
|
||||
Summary: Capture the outcome of Python function calls.
|
||||
License: MIT or Apache-2.0
|
||||
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
|
||||
|
||||
Requires: python3-attrs
|
||||
@ -15,20 +15,22 @@ Capture the outcome of Python function calls. Extracted from the Trio project.
|
||||
|
||||
%package -n python3-outcome
|
||||
Summary: Capture the outcome of Python function calls.
|
||||
Provides: python-outcome
|
||||
Provides: python-outcome = %{version}-%{release}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
%description -n python3-outcome
|
||||
Capture the outcome of Python function calls. Extracted from the Trio project.
|
||||
|
||||
%package help
|
||||
Summary: Development documents and examples for outcome
|
||||
Provides: python3-outcome-doc
|
||||
|
||||
%description help
|
||||
Capture the outcome of Python function calls. Extracted from the Trio project.
|
||||
|
||||
%prep
|
||||
%autosetup -n outcome-1.1.0
|
||||
%autosetup -n outcome-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -68,5 +70,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Package Init
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user