15
0

Accepting request 121936 from home:HighwayStar:branches:devel:languages:python

updated to 3.3.3 and python3 package added

OBS-URL: https://build.opensuse.org/request/show/121936
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=13
This commit is contained in:
Todd R
2012-05-23 15:41:29 +00:00
committed by Git OBS Bridge
parent 683b6715e2
commit 4b34c160cb
6 changed files with 96 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-decorator
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: python-decorator
Version: 3.3.2
Version: 3.3.3
Release: 0
Url: http://pypi.python.org/pypi/decorator
Summary: Better living through Python with decorators
@@ -62,6 +62,8 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc README.txt
%{python_sitelib}/*
%{python_sitelib}/decorator.py
%{python_sitelib}/decorator.pyc
%{python_sitelib}/decorator-%{version}-py%{py_ver}.egg-info
%changelog