diff --git a/python-bleach.changes b/python-bleach.changes index 35b05a1..c30aa90 100644 --- a/python-bleach.changes +++ b/python-bleach.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 7 22:19:47 UTC 2015 - hpj@urpla.net + +- eabled checks again: don't know, why they failed in the first place + ------------------------------------------------------------------- Thu Jul 30 09:34:52 UTC 2015 - hpj@urpla.net diff --git a/python-bleach.spec b/python-bleach.spec index c2cf16a..f86667c 100644 --- a/python-bleach.spec +++ b/python-bleach.spec @@ -1,8 +1,8 @@ # # spec file for package python-bleach # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. -# Copyright (c) 2014 LISA GmbH, Bingen, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2015 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -14,15 +14,16 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-bleach Version: 1.4.1 Release: 0 -License: Apache-2.0 Summary: An easy whitelist-based HTML-sanitizing tool -Url: http://github.com/jsocol/bleach +License: Apache-2.0 Group: Development/Languages/Python +Url: http://github.com/jsocol/bleach Source: https://pypi.python.org/packages/source/b/bleach/bleach-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-nose @@ -68,8 +69,8 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -#%%check -#nosetests +%check +nosetests %files %defattr(-,root,root,-)