[python-decorator] - Upstream update 3.3.0 that adds function annotation support for python3 code

Toshio くらとみ toshio at fedoraproject.org
Sat Jan 1 18:55:23 UTC 2011


commit 2661f9233de550eebb93c1dc2089edcfdcd059b5
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Sat Jan 1 10:55:08 2011 -0800

    - Upstream update 3.3.0 that adds function annotation support for python3 code

 python-decorator.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-decorator.spec b/python-decorator.spec
index a518609..9aa998d 100644
--- a/python-decorator.spec
+++ b/python-decorator.spec
@@ -6,13 +6,13 @@
 %endif
 
 Name:           python-decorator
-Version:        3.2.1
+Version:        3.3.0
 Release:        1%{?dist}
 Summary:        Module to simplify usage of decorators
 
 Group:          Development/Languages
 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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -111,6 +111,9 @@ popd
 
 
 %changelog
+* Sat Jan 1 2011 Toshio Kuratomi <toshio at 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 at fedoraproject.org> - 3.2.1-1
 - Upstream bugfix 3.2.1
 - Enable unittests for python3


More information about the scm-commits mailing list