New upstream release
This commit is contained in:
parent
91e920edbc
commit
db0584c5bc
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ decorator-3.2.0.tar.gz
|
|||||||
/decorator-3.2.1.tar.gz
|
/decorator-3.2.1.tar.gz
|
||||||
/decorator-3.3.0.tar.gz
|
/decorator-3.3.0.tar.gz
|
||||||
/decorator-3.3.1.tar.gz
|
/decorator-3.3.1.tar.gz
|
||||||
|
/decorator-3.3.2.tar.gz
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-decorator
|
Name: python-decorator
|
||||||
Version: 3.3.1
|
Version: 3.3.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Module to simplify usage of decorators
|
Summary: Module to simplify usage of decorators
|
||||||
|
|
||||||
@ -18,11 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
%if 0%{?fedora} && 0%{?fedora} < 13
|
|
||||||
BuildRequires: python-setuptools-devel
|
|
||||||
%else
|
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
%endif
|
|
||||||
BuildRequires: python-nose
|
BuildRequires: python-nose
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
@ -111,6 +107,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 2 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 3.3.2-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Thu Apr 28 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 3.3.1-1
|
* Thu Apr 28 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 3.3.1-1
|
||||||
- Upstream update 3.3.1 that deprecates the .decorated attribute name in
|
- Upstream update 3.3.1 that deprecates the .decorated attribute name in
|
||||||
favor of .__wrapped__
|
favor of .__wrapped__
|
||||||
|
Loading…
Reference in New Issue
Block a user