From 77140e52ce6359b6a3dac96f6456be33a401bd48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 20 Dec 2016 00:52:49 +0100 Subject: [PATCH] Un-bootstrap for Python 3.6 This reverts commit c4e2abc24ad772cf07d4cc52e696661209daf7ab. --- python-beautifulsoup4.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index 981891c..5b6a558 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -5,7 +5,7 @@ Name: python-beautifulsoup4 Version: 4.5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: HTML/XML parser for quick-turnaround applications like screen-scraping Group: Development/Languages License: MIT @@ -44,10 +44,10 @@ Summary: HTML/XML parser for quick-turnaround applications like screen-sc Group: Development/Languages BuildRequires: python-tools # html5lib BR just for test coverage -#BuildRequires: python3-html5lib +BuildRequires: python3-html5lib BuildRequires: python3-devel BuildRequires: python3-setuptools -#BuildRequires: python3-lxml +BuildRequires: python3-lxml Requires: python3-lxml Obsoletes: python3-BeautifulSoup < 1:3.2.1-2 @@ -106,7 +106,7 @@ pushd %{py3dir} %{__python} -m unittest discover -s bs4 %if 0%{?with_python3} pushd %{py3dir} -#{__python3} -m unittest discover -s bs4 +%{__python3} -m unittest discover -s bs4 %endif %files @@ -124,6 +124,9 @@ pushd %{py3dir} %endif %changelog +* Mon Dec 19 2016 Miro Hrončok - 4.5.1-3 +- Un-bootstrap for Python 3.6 + * Mon Dec 19 2016 Miro Hrončok - 4.5.1-2 - Rebuild for Python 3.6