diff --git a/python-feedparser.changes b/python-feedparser.changes index 6da7fe9..4dad3cc 100644 --- a/python-feedparser.changes +++ b/python-feedparser.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Feb 5 16:51:47 UTC 2022 - Benjamin Greiner + +- Skip python310 because there is no sgmllib3k and upstream is not + willing to move away from it gh#kurtmckee/feedparser#279 + ------------------------------------------------------------------- Wed Jun 23 18:24:35 UTC 2021 - BenoƮt Monin diff --git a/python-feedparser.spec b/python-feedparser.spec index 187ea3a..c836b57 100644 --- a/python-feedparser.spec +++ b/python-feedparser.spec @@ -18,6 +18,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +# no sgmllib3k for python 3.10 +%define skip_python310 1 Name: python-feedparser Version: 6.0.8 Release: 0