Merge branch 'rawhide' into epel9

epel9
jonathanspw 2 years ago
commit 258f674bff

2
.gitignore vendored

@ -5,3 +5,5 @@
/python-soupsieve-2.2.1.tar.gz
/python-soupsieve-2.3.tar.gz
/python-soupsieve-2.3.1.tar.gz
/python-soupsieve-2.3.2.post1.tar.gz
/python-soupsieve-2.4.tar.gz

@ -1,7 +1,7 @@
%bcond_with tests
Name: python-soupsieve
Version: 2.3.1
Version: 2.4
Release: %autorelease
Summary: CSS selector library
@ -49,7 +49,7 @@ sed -i 's/coverage.*//' tox.ini
sed -i 's/\(py\.test.*\)$/\1 \{posargs\}/' tox.ini
%generate_buildrequires
%pyproject_buildrequires %{?with_tests:-t}
%pyproject_buildrequires -w %{?with_tests:-t}
%build
%pyproject_wheel
@ -68,6 +68,7 @@ sed -i 's/\(py\.test.*\)$/\1 \{posargs\}/' tox.ini
%endif
%files -n python3-soupsieve -f %{pyproject_files}
%license LICENSE.md
%doc README.md
%changelog

@ -1 +1 @@
SHA512 (python-soupsieve-2.3.1.tar.gz) = 3f1245b27d67e8b37bce4cb0b21b2b3f4d6b7ae112cc66672e5406c0701b28e605ed12db1e111bfeccea15625b17042e398b075b7f026d3f3e15069f0cafccac
SHA512 (python-soupsieve-2.4.tar.gz) = 68885307d8e6731d47372af5130f2fb88567c7d5b5995c84fb11116007b2360dea88aac1b5c8cadc41f99ef71704c4fe710c45318be0be727ed9145ce009e4fd

Loading…
Cancel
Save