From 0eae4e724d898a2de1e18aae3fe1dc2b8119393274c86acf454b1419d6e5901a Mon Sep 17 00:00:00 2001 From: Ciaran Farrell Date: Mon, 10 Aug 2009 14:42:14 +0000 Subject: [PATCH] update to 3.0.1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=4 --- decorator-3.0.1.tar.gz | 3 +++ python-decorator.spec | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 decorator-3.0.1.tar.gz diff --git a/decorator-3.0.1.tar.gz b/decorator-3.0.1.tar.gz new file mode 100644 index 0000000..f8a676e --- /dev/null +++ b/decorator-3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4294afdd740b8f32f2381450b4521c812ba5d8919b57f9abaeb5ea151e6d1f3 +size 151960 diff --git a/python-decorator.spec b/python-decorator.spec index d0c6306..3255ab1 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -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 - 3.0.1-1 +- Update to 3.0.1 * Tue Dec 02 2008 - James Oakley - 2.3.2-1 - Initial release