diff --git a/outcome-1.1.0.tar.gz b/outcome-1.1.0.tar.gz deleted file mode 100644 index 335aa6b..0000000 Binary files a/outcome-1.1.0.tar.gz and /dev/null differ diff --git a/outcome-1.2.0.tar.gz b/outcome-1.2.0.tar.gz new file mode 100644 index 0000000..000ff4c Binary files /dev/null and b/outcome-1.2.0.tar.gz differ diff --git a/python-outcome.spec b/python-outcome.spec index 47a68cb..fbf59b4 100644 --- a/python-outcome.spec +++ b/python-outcome.spec @@ -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 - 1.2.0-1 +- Update package to version 1.2.0 + * Fri Dec 17 2021 Python_Bot - 1.1.0-1 - Package Init +