diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index 12beb08..cb8c42a 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -1,5 +1,5 @@ # Ciruclar dependency with soupsieve which must be disabled at times -%bcond_with soupsieve +%bcond_without soupsieve %bcond_with tests %if 0%{?fedora} < 32 && 0%{?rhel} < 8 @@ -8,7 +8,7 @@ Name: python-beautifulsoup4 Version: 4.10.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: HTML/XML parser for quick-turnaround applications like screen-scraping License: MIT URL: http://www.crummy.com/software/BeautifulSoup/ @@ -128,6 +128,9 @@ pushd %{py3dir} %{python3_sitelib}/bs4 %changelog +* Mon Feb 14 2022 Steve Traylen - 4.10.0-6 +- Build with soupsieve dependency to close circular dependency + * Mon Feb 14 2022 Steve Traylen - 4.10.0-5 - Build without soupsieve dependency to break circular dependency