15
0
Ciaran Farrell
2009-08-10 14:42:14 +00:00
committed by Git OBS Bridge
parent d086ff4d68
commit 0eae4e724d
2 changed files with 7 additions and 2 deletions

3
decorator-3.0.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d4294afdd740b8f32f2381450b4521c812ba5d8919b57f9abaeb5ea151e6d1f3
size 151960

View File

@@ -1,12 +1,12 @@
%define modname decorator
Name: python-%{modname}
Version: 2.3.2
Version: 3.0.1
Release: 1
Summary: Better Living Through Python With Decorators
URL: http://www.phyast.pitt.edu/~micheles/python/documentation.html
License: BSD
Group: Development/Libraries/Python
Source: %{modname}-%{version}.tar.bz2
Source: %{modname}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-buildroot
%{py_requires}
BuildRequires: python-devel
@@ -47,6 +47,8 @@ rm -rf %{buildroot}
%doc CHANGES.txt README.txt corner-cases.txt documentation.txt other.txt util.py
%changelog
* Mon Aug 10 2009 - Ciaran Farrell <cfarrell1980@gmail.com> - 3.0.1-1
- Update to 3.0.1
* Tue Dec 02 2008 - James Oakley <jfunk@funktronics.ca> - 2.3.2-1
- Initial release