Name: | python-decorator |
---|---|
Version: | 3.4.0 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Development/Languages |
Size: | 72291 |
License: | BSD |
RPM: | python-decorator-3.4.0-3.el7.noarch.rpm |
Source RPM: | python-decorator-3.4.0-3.el7.src.rpm |
Build Date: | Thu May 08 2014 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pypi.python.org/pypi/decorator/ |
Summary: | Module to simplify usage of decorators |
Description: | The aim of the decorator module is to simplify the usage of decorators for the average programmer, and to popularize decorators usage giving examples of useful decorators, such as memoize, tracing, redirecting_stdout, locked, etc. The core of this module is a decorator factory called decorator. |
- Mass rebuild 2013-12-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- New upstream release
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
- remove rhel logic from with_python3 conditional
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- New upstream release
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- New upstream release
- Upstream update 3.3.1 that deprecates the .decorated attribute name in favor of .__wrapped__