diff --git a/python-feedparser.spec b/python-feedparser.spec index 9cf5fd5..0fbefdd 100644 --- a/python-feedparser.spec +++ b/python-feedparser.spec @@ -1,6 +1,6 @@ Name: python-feedparser Version: 6.0.10 -Release: 1mamba +Release: 2mamba Summary: Feed Parser package for Python Group: Development/Libraries/Python Vendor: openmamba @@ -10,9 +10,10 @@ URL: https://github.com/kurtmckee/feedparser Source: https://pypi.debian.net/feedparser/feedparser-%{version}.tar.gz License: Python Software Foundation License ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(sgmllib3k) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(sgmllib3k) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description Universal Feed Parser is a Python module for downloading and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom 0.3, Atom 1.0, and CDF feeds. It also parses several popular extension modules, including Dublin Core and Apple\'s iTunes extensions. @@ -49,6 +50,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %{python_sitearch}/feedparser-%{version}-py*.egg-info/* %changelog +* Fri Sep 29 2023 Automatic Build System 6.0.10-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Sun May 22 2022 Automatic Build System 6.0.10-1mamba - automatic version update by autodist