diff --git a/.gitignore b/.gitignore index 3b11902..d1510fb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,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 +/decorator-3.3.2.tar.gz diff --git a/python-decorator.spec b/python-decorator.spec index 66bbdac..f82a449 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -6,7 +6,7 @@ %endif Name: python-decorator -Version: 3.3.1 +Version: 3.3.2 Release: 1%{?dist} Summary: Module to simplify usage of decorators @@ -18,11 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python2-devel -%if 0%{?fedora} && 0%{?fedora} < 13 -BuildRequires: python-setuptools-devel -%else BuildRequires: python-setuptools -%endif BuildRequires: python-nose %if 0%{?with_python3} @@ -111,6 +107,9 @@ popd %changelog +* Fri Sep 2 2011 Toshio Kuratomi - 3.3.2-1 +- New upstream release + * 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__ diff --git a/sources b/sources index 2cc91b2..09b4a04 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a8fc62acd705f487a71bc406e19e0cc6 decorator-3.3.1.tar.gz +446f5165af67eb0fcd8fd28abd259e86 decorator-3.3.2.tar.gz