From 83485dcd5c9c22ddbc6993592c2b44330d549140 Mon Sep 17 00:00:00 2001 From: rdobuilder Date: May 03 2023 16:06:30 +0000 Subject: Update to 2.4.1 Related-to: https://review.rdoproject.org/r/q/I5b5cf7dba3fee912ba2d73391dbadad90ac6b9e1 --- diff --git a/.python-soupsieve.metadata b/.python-soupsieve.metadata index 0fc6c9c..6900694 100644 --- a/.python-soupsieve.metadata +++ b/.python-soupsieve.metadata @@ -1 +1 @@ -a3ab6268e517e4ce2019b215bbd3cd317bf81c2e SOURCES/python-soupsieve-2.4.tar.gz +92f00f7f4c3cdfc41c6992eac00ce95b295bde16 SOURCES/python-soupsieve-2.4.1.tar.gz diff --git a/SPECS/python-soupsieve.spec b/SPECS/python-soupsieve.spec index b7a7644..89d5548 100644 --- a/SPECS/python-soupsieve.spec +++ b/SPECS/python-soupsieve.spec @@ -8,10 +8,10 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -%bcond_without tests +%bcond_with tests Name: python-soupsieve -Version: 2.4 +Version: 2.4.1 Release: %autorelease Summary: CSS selector library @@ -23,6 +23,7 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros +BuildRequires: python3-beautifulsoup4 %global _description %{expand: Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. @@ -51,9 +52,6 @@ Summary: %{summary} %prep %autosetup -n soupsieve-%{version} -# Do not run mypy tests during check -sed -i '/mypy/d' tox.ini - # Do not run coverage report during check sed -Ei 's/ ?--cov(-[^ ]+)? +[^ ]+//g' tox.ini sed -i 's/coverage.*//' tox.ini @@ -76,6 +74,8 @@ sed -i 's/\(py\.test.*\)$/\1 \{posargs\}/' tox.ini # 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 %tox -- -- -k 'not test_namespace_xml_with_namespace and not test_contains_cdata_html and not test_contains_own_cdata_html' +%else +%pyproject_check_import %endif %files -n python3-soupsieve -f %{pyproject_files} @@ -83,6 +83,12 @@ sed -i 's/\(py\.test.*\)$/\1 \{posargs\}/' tox.ini %doc README.md %changelog +* Fri Apr 28 2023 jonathanspw - 2.4.1-1 +- update to 2.4.1 rhbz#2187123 + +* Mon Apr 17 2023 jonathanspw - 2.4-2 +- RPMAUTOSPEC: unresolvable merge + * Wed Feb 22 2023 Zbigniew Jędrzejewski-Szmek - 2.4-1 - Version 2.4 (rhbz#2169774)