diff --git a/.python-soupsieve.metadata b/.python-soupsieve.metadata index 302c29d..0a4186c 100644 --- a/.python-soupsieve.metadata +++ b/.python-soupsieve.metadata @@ -1 +1 @@ -64b38aab68be98b38767c73179300ad140244ed9 SOURCES/python-soupsieve-2.2.tar.gz +604013ecc4b5405d5dc03226c335e7f3c08f91f6 SOURCES/python-soupsieve-2.2.1.tar.gz diff --git a/SPECS/python-soupsieve.spec b/SPECS/python-soupsieve.spec index 10923a3..f230153 100644 --- a/SPECS/python-soupsieve.spec +++ b/SPECS/python-soupsieve.spec @@ -1,8 +1,8 @@ -%bcond_with tests +%bcond_without tests Name: python-soupsieve -Version: 2.2 -Release: 1%{?dist} +Version: 2.2.1 +Release: 2%{?dist} Summary: CSS selector library License: MIT @@ -56,7 +56,9 @@ Summary: %{summary} %if %{with tests} %check -pytest-3 -v tests -k 'not test_namespace_xml_with_namespace' +# test_contains_cdata_html and test_contains_own_cdata_html are disabled to unblock Python 3.10 rebuild +# downstream report: https://bugzilla.redhat.com/show_bug.cgi?id=1962458 +pytest-3 -v tests -k 'not test_namespace_xml_with_namespace and not test_contains_cdata_html and not test_contains_own_cdata_html' %endif %files -n python3-soupsieve @@ -66,6 +68,18 @@ pytest-3 -v tests -k 'not test_namespace_xml_with_namespace' %license LICENSE.md %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 2.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jun 9 2021 Zbigniew Jędrzejewski-Szmek - 2.2.1-1 +- Update to latest bugfix version + +* Thu Jun 03 2021 Python Maint - 2.2-3 +- Rebuilt for Python 3.10 + +* Thu Jun 03 2021 Python Maint - 2.2-2 +- Bootstrap for Python 3.10 + * Sat Feb 13 2021 Zbigniew Jędrzejewski-Szmek - 2.2-1 - Latest version (#1927002)