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
This commit is contained in:
parent
0f53a09c87
commit
324b76f853
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa703c40a53874a002ed72e87ae8e376be8c6c17d7eeae4e76eb075ebaa1a41d
|
||||
size 18684
|
3
outcome-1.1.0.tar.gz
Normal file
3
outcome-1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc1dd2d80cec860d8dfd598626fd54b4f14684fee0dffade6d09d38fb01432bc
|
||||
size 18675
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 1 20:18:41 UTC 2021 - Torsten Gruner <t.gruner@katodev.de>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user