|
|
|
@ -1,8 +1,9 @@
|
|
|
|
|
%global _without_tests 1
|
|
|
|
|
%bcond_without tests
|
|
|
|
|
|
|
|
|
|
Name: python-soupsieve
|
|
|
|
|
Version: 2.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: CSS selector library
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -66,6 +67,9 @@ pytest-3 -v tests -k 'not test_namespace_xml_with_namespace'
|
|
|
|
|
%license LICENSE.md
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 2.2-2
|
|
|
|
|
- Bootstrap for Python 3.10
|
|
|
|
|
|
|
|
|
|
* Sat Feb 13 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.2-1
|
|
|
|
|
- Latest version (#1927002)
|
|
|
|
|
|
|
|
|
|