15
0

Accepting request 180879 from devel:languages:python

- 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) (forwarded request 180868 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/180879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-decorator?expand=0&rev=9
This commit is contained in:
Stephan Kulow
2013-06-25 15:19:01 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c14b2257e860958bc0e95a48d1946d90d5dfbed3e3353d7e1c65aa4cb2a0da2
size 28542

3
decorator-3.4.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c20b404cbb7ee5cebd506688e0114e3cd76f5ce233805a51f36e1a7988d9d783
size 30333

View File

@@ -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

View File

@@ -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