Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-03 20:52:53 +02:00 committed by Miro Hrončok
parent e67511205b
commit 5b60787627

View File

@ -1,9 +1,8 @@
%global _without_tests 1
%bcond_without tests
Name: python-soupsieve
Version: 2.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: CSS selector library
License: MIT
@ -67,6 +66,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-3
- Rebuilt for Python 3.10
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 2.2-2
- Bootstrap for Python 3.10