From d740c41e7d2bdb58b7f84a7acf63124cafe2c24a Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Oct 09 2012 18:16:49 +0000 Subject: Updating to WTForms 1.0.2 and a little spec cleanup --- diff --git a/.gitignore b/.gitignore index fa57fdd..569248d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /WTForms-0.6.3.zip +WTForms-1.0.2.zip diff --git a/python-wtforms.spec b/python-wtforms.spec index 92a8279..69aa74c 100644 --- a/python-wtforms.spec +++ b/python-wtforms.spec @@ -1,14 +1,14 @@ %global mod_name WTForms Name: python-wtforms -Version: 0.6.3 -Release: 3%{?dist} +Version: 1.0.2 +Release: 1%{?dist} Summary: Forms validation and rendering library for python Group: Development/Libraries License: BSD URL: http://wtforms.simplecodes.com/ -Source0: http://pypi.python.org/packages/source/W/WTForms/WTForms-0.6.3.zip +Source0: http://pypi.python.org/packages/source/W/%{mod_name}/%{mod_name}-%{version}.zip BuildArch: noarch BuildRequires: python-devel @@ -36,6 +36,7 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root %{buildroot} %files @@ -45,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 09 2012 Tim Flink - 1.0.2-1 +- Upgraded to upstream 1.0.2 + * Sat Jul 21 2012 Fedora Release Engineering - 0.6.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 23b6058..a48168b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e0a64ff0b37b925e03621446cbfdba85 WTForms-0.6.3.zip +14d205da5f18b504c4bf65ccd2304baf WTForms-1.0.2.zip