diff --git a/decorator-5.1.0.tar.gz b/decorator-5.1.0.tar.gz deleted file mode 100644 index 1a070a1..0000000 --- a/decorator-5.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e59913af105b9860aa2c8d3272d9de5a56a4e608db9a2f167a8480b323d529a7 -size 34900 diff --git a/decorator-5.1.1.tar.gz b/decorator-5.1.1.tar.gz new file mode 100644 index 0000000..67c2697 --- /dev/null +++ b/decorator-5.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330 +size 35016 diff --git a/python-decorator.changes b/python-decorator.changes index 9fbd127..0111b6a 100644 --- a/python-decorator.changes +++ b/python-decorator.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 10 22:16:37 UTC 2022 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Sat Oct 16 20:56:50 UTC 2021 - Dirk Müller diff --git a/python-decorator.spec b/python-decorator.spec index f4430a0..bca8c57 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -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