From 91e920edbcf9ad6943be28186f9e631dbe3f6d50 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 28 Apr 2011 08:53:46 -0700 Subject: [PATCH] Upstream update 3.3.1 that deprecates the .decorated attribute name in favor of .__wrapped__ --- .gitignore | 1 + python-decorator.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 401b643..3b11902 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ decorator-3.2.0.tar.gz /decorator-3.2.1.tar.gz /decorator-3.3.0.tar.gz +/decorator-3.3.1.tar.gz diff --git a/python-decorator.spec b/python-decorator.spec index 3842e12..66bbdac 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -6,8 +6,8 @@ %endif Name: python-decorator -Version: 3.3.0 -Release: 2%{?dist} +Version: 3.3.1 +Release: 1%{?dist} Summary: Module to simplify usage of decorators Group: Development/Languages @@ -86,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT %check # Until we get the python-multiprocessing backport packaged -%if 0%{?fedora} >= 11 || 0%{?rhel} > 5 +%if 0%{?fedora} || 0%{?rhel} > 5 nosetests --with-doctest -e documentation3 %endif @@ -111,6 +111,10 @@ popd %changelog +* Thu Apr 28 2011 Toshio Kuratomi - 3.3.1-1 +- Upstream update 3.3.1 that deprecates the .decorated attribute name in + favor of .__wrapped__ + * Tue Feb 08 2011 Fedora Release Engineering - 3.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 6dd88bf..2cc91b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0d62c81d9db4923e88e6a94581807cf6 decorator-3.3.0.tar.gz +a8fc62acd705f487a71bc406e19e0cc6 decorator-3.3.1.tar.gz