From 129b505470950bb154b73a4bbdde485dfee7e7766f3b013794fe02592598915b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 17 Jan 2018 07:52:34 +0000 Subject: [PATCH] Accepting request 566533 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/566533 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=33 --- decorator-4.1.2.tar.gz | 3 --- decorator-4.2.1.tar.gz | 3 +++ python-decorator.changes | 15 +++++++++++++++ python-decorator.spec | 7 +++++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 decorator-4.1.2.tar.gz create mode 100644 decorator-4.2.1.tar.gz diff --git a/decorator-4.1.2.tar.gz b/decorator-4.1.2.tar.gz deleted file mode 100644 index 537f54a..0000000 --- a/decorator-4.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cb64d38cb8002971710c8899fbdfb859a23a364b7c99dab19d1f719c2ba16b5 -size 32325 diff --git a/decorator-4.2.1.tar.gz b/decorator-4.2.1.tar.gz new file mode 100644 index 0000000..16ee486 --- /dev/null +++ b/decorator-4.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d46dd9f3ea1cf5f06ee0e4e1277ae618cf48dfb10ada7c8427cd46c42702a0e +size 33376 diff --git a/python-decorator.changes b/python-decorator.changes index 2679e03..1d19aaa 100644 --- a/python-decorator.changes +++ b/python-decorator.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jan 17 04:02:48 UTC 2018 - arun@gmx.de + +- specfile: + - updated copyright year + +- updated to version 4.2.1: + * Fixed a regression breaking IPython reported by + https://github.com/spapini . + +- changes from version 4.2.0 : + * Added a facility to define families of decorators (aka decorators + with arguments) as requested by several users. Accepted a pylint + patch by David Allouche. + ------------------------------------------------------------------- Wed Aug 9 14:14:10 UTC 2017 - tbechtold@suse.com diff --git a/python-decorator.spec b/python-decorator.spec index b0193ae..2f2a641 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -1,7 +1,7 @@ # # spec file for package python-decorator # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,12 @@ # +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-decorator -Version: 4.1.2 +Version: 4.2.1 Release: 0 Url: http://pypi.python.org/pypi/decorator Summary: Better living through Python with decorators