From fe660d2ead5680ee92eabf1c12222c93f8f26b7f Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Dec 11 2015 18:45:52 +0000 Subject: 2.2.3 --- diff --git a/.gitignore b/.gitignore index abef6e2..08588f8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /tw2.core-2.1.5.tar.gz /tw2.core-2.2.1.1.tar.gz /tw2.core-2.2.2.tar.gz +/tw2.core-2.2.3.tar.gz diff --git a/python-tw2-core.spec b/python-tw2-core.spec index a8e4ded..81c9e81 100644 --- a/python-tw2-core.spec +++ b/python-tw2-core.spec @@ -4,8 +4,8 @@ %global modname tw2.core Name: python-tw2-core -Version: 2.2.2 -Release: 3%{?dist} +Version: 2.2.3 +Release: 1%{?dist} Summary: Web widget creation toolkit based on TurboGears widgets Group: Development/Languages @@ -35,6 +35,7 @@ BuildRequires: python-markupsafe BuildRequires: python-speaklater BuildRequires: python-paste-deploy BuildRequires: python-six +BuildRequires: python-nine # Specifically for the test suite BuildRequires: python-unittest2 @@ -69,6 +70,7 @@ Requires: python-markupsafe Requires: python-speaklater Requires: python-paste-deploy Requires: python-six +Requires: python-nine %description @@ -116,6 +118,9 @@ PYTHONPATH=$(pwd) python setup.py test %{python_sitelib}/%{modname}-%{version}* %changelog +* Fri Dec 11 2015 Ralph Bean - 2.2.3-1 +- new version + * Fri Oct 16 2015 Ralph Bean - 2.2.2-3 - Apply patch from upstream to fix unicode issues with mako. diff --git a/sources b/sources index 21eb283..76f36fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f8e7c7a4e3b65aade5ab37d9174311d tw2.core-2.2.2.tar.gz +d9777a45593465b20b5a7301c24e62fa tw2.core-2.2.3.tar.gz