diff --git a/outcome-1.3.0.post0.tar.gz b/outcome-1.3.0.post0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fa787fade72748eeb4d50b0b84bb0dd51d730afa Binary files /dev/null and b/outcome-1.3.0.post0.tar.gz differ diff --git a/outcome-1.3.0.tar.gz b/outcome-1.3.0.tar.gz deleted file mode 100644 index bccf07169c3b0e544641956a26d6e5aac7f917b9..0000000000000000000000000000000000000000 Binary files a/outcome-1.3.0.tar.gz and /dev/null differ diff --git a/python-outcome.spec b/python-outcome.spec index 753562fd68db548d2e6a9cc0dcd356f74e782c19..5001171399a3c38c0d4e7bdc66cbdb2313719922 100644 --- a/python-outcome.spec +++ b/python-outcome.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-outcome -Version: 1.3.0 +Version: 1.3.0.post0 Release: 1 Summary: Capture the outcome of Python function calls. License: MIT or Apache-2.0 @@ -70,6 +70,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 13 2025 openeuler_bot - 1.3.0.post0-1 +- update python-outcome to 1.3.0.post0 + + * Wed Aug 14 2024 wangkai <13474090681@163.com> - 1.3.0-1 - Update tp 1.3.0 - Added type hints to the package. :py:class:`Value` and :py:class`Outcome` are now generic.