Version 2.3.2.post1 (rhbz#2072609)

epel9
Zbigniew Jędrzejewski-Szmek 3 years ago
parent dc38b01de6
commit 93ae7d32e9

1
.gitignore vendored

@ -5,3 +5,4 @@
/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

@ -1,7 +1,7 @@
%bcond_without tests
Name: python-soupsieve
Version: 2.3.1
Version: 2.3.2.post1
Release: %autorelease
Summary: CSS selector library
@ -48,7 +48,9 @@ sed -i 's/coverage.*//' tox.ini
sed -i 's/\(py\.test.*\)$/\1 \{posargs\}/' tox.ini
%generate_buildrequires
%pyproject_buildrequires %{?with_tests:-t}
# pyproject_buildrequires.py fails with
# ValueError: build backend cannot provide build metadata (incl. runtime requirements) before build.
%pyproject_buildrequires %{?with_tests:-t} || :
%build
%pyproject_wheel
@ -66,6 +68,7 @@ sed -i 's/\(py\.test.*\)$/\1 \{posargs\}/' tox.ini
%files -n python3-soupsieve -f %{pyproject_files}
%doc README.md
%{python3_sitelib}/soupsieve-%{version}.dist-info/license_files/
%changelog
%autochangelog

@ -1 +1 @@
SHA512 (python-soupsieve-2.3.1.tar.gz) = 3f1245b27d67e8b37bce4cb0b21b2b3f4d6b7ae112cc66672e5406c0701b28e605ed12db1e111bfeccea15625b17042e398b075b7f026d3f3e15069f0cafccac
SHA512 (python-soupsieve-2.3.2.post1.tar.gz) = 80eae1e7256cbcf2f2b8520779a5bdb68798e9813ed738ee933204ff1c23ad52553e21f3aa89ad61b900b906dcaa7a1eebd819300417304df782cda9e2d79c4a

Loading…
Cancel
Save