From 61a8d71d7da06a644799214f1971cf57b3ce4f5db0493623cab19ba14374dd4d Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 25 Jun 2013 12:20:41 +0000 Subject: [PATCH] Accepting request 180868 from home:dirkmueller:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update to 3.4.0: * Added the ability to use classes and generic callables as callers and implemented a signature-preserving contexmanager decorator. Fixed a bug with the signature f(**kw) in Python 3 and fixed a couple of doctests broken by Python 3.3, both issues pointed out by Dominic Sacré (18/10/2012) OBS-URL: https://build.opensuse.org/request/show/180868 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=22 --- decorator-3.3.3.tar.gz | 3 --- decorator-3.4.0.tar.gz | 3 +++ python-decorator.changes | 9 +++++++++ python-decorator.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 decorator-3.3.3.tar.gz create mode 100644 decorator-3.4.0.tar.gz diff --git a/decorator-3.3.3.tar.gz b/decorator-3.3.3.tar.gz deleted file mode 100644 index b8f1ee9..0000000 --- a/decorator-3.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c14b2257e860958bc0e95a48d1946d90d5dfbed3e3353d7e1c65aa4cb2a0da2 -size 28542 diff --git a/decorator-3.4.0.tar.gz b/decorator-3.4.0.tar.gz new file mode 100644 index 0000000..7a40744 --- /dev/null +++ b/decorator-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20b404cbb7ee5cebd506688e0114e3cd76f5ce233805a51f36e1a7988d9d783 +size 30333 diff --git a/python-decorator.changes b/python-decorator.changes index c3e7c91..a55d2f6 100644 --- a/python-decorator.changes +++ b/python-decorator.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jun 25 12:01:33 UTC 2013 - dmueller@suse.com + +- update to 3.4.0: + * Added the ability to use classes and generic callables as callers and + implemented a signature-preserving contexmanager decorator. Fixed a bug + with the signature f(**kw) in Python 3 and fixed a couple of doctests + broken by Python 3.3, both issues pointed out by Dominic Sacré (18/10/2012) + ------------------------------------------------------------------- Wed May 23 07:56:17 UTC 2012 - highwaystar.ru@gmail.com diff --git a/python-decorator.spec b/python-decorator.spec index a1994e2..21ddb07 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -17,7 +17,7 @@ Name: python-decorator -Version: 3.3.3 +Version: 3.4.0 Release: 0 Url: http://pypi.python.org/pypi/decorator Summary: Better living through Python with decorators