diff --git a/.gitignore b/.gitignore index e06cc74..4aef947 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /pygal-0.13.0.tar.gz /pygal-1.1.0.tar.gz /pygal-1.2.2.tar.gz +/pygal-1.2.3.tar.gz diff --git a/python-pygal.spec b/python-pygal.spec index 4fc8929..86e8b4f 100644 --- a/python-pygal.spec +++ b/python-pygal.spec @@ -5,7 +5,7 @@ %global modname pygal Name: python-pygal -Version: 1.2.2 +Version: 1.2.3 Release: 1%{?dist} Summary: A python svg graph plotting library @@ -80,7 +80,8 @@ popd %{__python} setup.py install -O1 --skip-build --root=%{buildroot} %check -#%{__python} setup.py test +py.test pygal/test + # Tests would require python3-flask, which does not exist. Disabled for now. #%%if 0%%{?with_python3} #pushd %%{py3dir} @@ -102,6 +103,10 @@ popd %endif %changelog +* Sun Feb 02 2014 Ralph Bean - 1.2.3-1 +- Latest upstream +- Re-enabled tests. + * Thu Jan 30 2014 Ralph Bean - 1.2.2-1 - Latest upstream. - Remove patch, now upstreamed. diff --git a/sources b/sources index dbc3392..e9faf79 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4798964d59b515a4bf90389651655b0e pygal-1.2.2.tar.gz +4cbcd82e858184d7f16e5541778138b3 pygal-1.2.3.tar.gz