- Upstream update 3.3.0 that adds function annotation support for python3 code
This commit is contained in:
parent
35d65efc2d
commit
2661f9233d
@ -6,13 +6,13 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-decorator
|
Name: python-decorator
|
||||||
Version: 3.2.1
|
Version: 3.3.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Module to simplify usage of decorators
|
Summary: Module to simplify usage of decorators
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.phyast.pitt.edu/~micheles/python/documentation.html
|
URL: http://pypi.python.org/pypi/decorator/
|
||||||
Source0: http://pypi.python.org/packages/source/d/decorator/decorator-%{version}.tar.gz
|
Source0: http://pypi.python.org/packages/source/d/decorator/decorator-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -111,6 +111,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 1 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 3.3.0-1
|
||||||
|
- Upstream update 3.3.0 that adds function annotation support for python3 code
|
||||||
|
|
||||||
* Wed Dec 1 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.2.1-1
|
* Wed Dec 1 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 3.2.1-1
|
||||||
- Upstream bugfix 3.2.1
|
- Upstream bugfix 3.2.1
|
||||||
- Enable unittests for python3
|
- Enable unittests for python3
|
||||||
|
Loading…
Reference in New Issue
Block a user