diff --git python-BeautifulSoup/python-BeautifulSoup.spec python-BeautifulSoup/python-BeautifulSoup.spec.tmp index e1b2b6dda6..e5c494cad0 100644 --- python-BeautifulSoup/python-BeautifulSoup.spec +++ python-BeautifulSoup/python-BeautifulSoup.spec.tmp @@ -3,34 +3,41 @@ Name: python-BeautifulSoup Epoch: 1 Version: 3.2.1 -Release: 13%{?dist} +Release: 14%{?dist} Summary: HTML/XML parser for quick-turnaround applications like screen-scraping Group: Development/Languages License: BSD URL: http://www.crummy.com/software/BeautifulSoup/ Source0: http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-%{version}.tar.gz -Provides: python-beautifulsoup = %{epoch}:%{version}-%{release} BuildRequires: python-devel BuildArch: noarch -%description -Beautiful Soup is a Python HTML/XML parser designed for quick -turnaround projects like screen-scraping. Three features make it -powerful: - -Beautiful Soup won't choke if you give it bad markup. +%global _description\ +Beautiful Soup is a Python HTML/XML parser designed for quick\ +turnaround projects like screen-scraping. Three features make it\ +powerful:\ +\ +Beautiful Soup won't choke if you give it bad markup.\ +\ +Beautiful Soup provides a few simple methods and Pythonic idioms for\ +navigating, searching, and modifying a parse tree.\ +\ +Beautiful Soup automatically converts incoming documents to Unicode\ +and outgoing documents to UTF-8.\ +\ +Beautiful Soup parses anything you give it.\ +\ +Valuable data that was once locked up in poorly-designed websites is\ +now within your reach. Projects that would have taken hours take only\ +minutes with Beautiful Soup. -Beautiful Soup provides a few simple methods and Pythonic idioms for -navigating, searching, and modifying a parse tree. +%description %_description -Beautiful Soup automatically converts incoming documents to Unicode -and outgoing documents to UTF-8. +%package -n python2-beautifulsoup +Summary: %summary +%{?python_provide:%python_provide python2-beautifulsoup} -Beautiful Soup parses anything you give it. - -Valuable data that was once locked up in poorly-designed websites is -now within your reach. Projects that would have taken hours take only -minutes with Beautiful Soup. +%description -n python2-beautifulsoup %_description %prep %setup -q -n %{oname}-%{version} @@ -48,7 +55,7 @@ rm -rf %{buildroot}%{_bindir} %check %{__python2} BeautifulSoupTests.py -%files +%files -n python2-beautifulsoup %doc COPYING %{python_sitelib}/%{oname}.py* %exclude %{python_sitelib}/%{oname}Tests.py* @@ -57,6 +64,10 @@ rm -rf %{buildroot}%{_bindir} %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1:3.2.1-14 +- Python 2 binary package renamed to python2-beautifulsoup + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1:3.2.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild