From 324b76f853958ef11e14ab48bd05f126bef0ad2313d1e052021e3fdb3acdb6fe Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Oct 2021 09:37:59 +0000 Subject: [PATCH] Accepting request 915616 from home:Simmphonie:python - update to version 1.1.0 * Tweaked the implementation of Error.unwrap to avoid creating a reference cycle between the exception object and the unwrap method's frame. This shouldn't affect most users, but it slightly reduces the amount of work that CPython's cycle collector has to do, and may reduce GC pauses in some cases. (#29) * Drop support for Python 2.7, 3.4, and 3.5. (#27) OBS-URL: https://build.opensuse.org/request/show/915616 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-outcome?expand=0&rev=10 --- outcome-1.0.1.tar.gz | 3 --- outcome-1.1.0.tar.gz | 3 +++ python-outcome.changes | 11 +++++++++++ python-outcome.spec | 5 +++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 outcome-1.0.1.tar.gz create mode 100644 outcome-1.1.0.tar.gz diff --git a/outcome-1.0.1.tar.gz b/outcome-1.0.1.tar.gz deleted file mode 100644 index a50ccdc..0000000 --- a/outcome-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa703c40a53874a002ed72e87ae8e376be8c6c17d7eeae4e76eb075ebaa1a41d -size 18684 diff --git a/outcome-1.1.0.tar.gz b/outcome-1.1.0.tar.gz new file mode 100644 index 0000000..633c07b --- /dev/null +++ b/outcome-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1dd2d80cec860d8dfd598626fd54b4f14684fee0dffade6d09d38fb01432bc +size 18675 diff --git a/python-outcome.changes b/python-outcome.changes index 0451077..b287f49 100644 --- a/python-outcome.changes +++ b/python-outcome.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Sep 1 20:18:41 UTC 2021 - Torsten Gruner + +- update to version 1.1.0 + * Tweaked the implementation of Error.unwrap to avoid creating a + reference cycle between the exception object and the unwrap + method's frame. This shouldn't affect most users, but it + slightly reduces the amount of work that CPython's cycle + collector has to do, and may reduce GC pauses in some cases. (#29) + * Drop support for Python 2.7, 3.4, and 3.5. (#27) + ------------------------------------------------------------------- Fri Dec 4 23:19:56 UTC 2020 - Benjamin Greiner diff --git a/python-outcome.spec b/python-outcome.spec index 6776f3d..0c9ddd6 100644 --- a/python-outcome.spec +++ b/python-outcome.spec @@ -1,7 +1,7 @@ # # spec file for package python-outcome # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-outcome -Version: 1.0.1 +Version: 1.1.0 Release: 0 Summary: Function for capturing the outcome of Python function calls License: MIT OR Apache-2.0