forked from pool/python-decorator
- update to 5.1.1:
* cythonized functions can now be decorated. * fixed an issue in the `decorator_apply` example and * regression fix for the "fix" in version 5.1 broke ` decorator.contextmanager` even more. Both issues are now solved. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=51
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-decorator
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -21,7 +21,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global skip_python2 1
|
||||
Name: python-decorator
|
||||
Version: 5.1.0
|
||||
Version: 5.1.1
|
||||
Release: 0
|
||||
Summary: Decorators for Humans
|
||||
License: BSD-2-Clause
|
||||
|
||||
Reference in New Issue
Block a user