From 6d40d0f003fd6cc9d4df8a9c5e5e952ed20f25c3470e3f4f9d05e4683b73609a Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Sat, 8 Aug 2015 15:05:21 +0000
Subject: [PATCH] Accepting request 321278 from home:frispete:python
- eabled checks again: don't know, why they failed in the first place
OBS-URL: https://build.opensuse.org/request/show/321278
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bleach?expand=0&rev=3
---
python-bleach.changes | 5 +++++
python-bleach.spec | 13 +++++++------
2 files changed, 12 insertions(+), 6 deletions(-)
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,-)