From a75aeabbe9cf83ac6c56c3fb91a7aeecca7fc94f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Tue, 4 Feb 2025 21:49:39 +0100 Subject: [PATCH] automatic version update by autodist [release 4.13.1-1mamba;Tue Feb 04 2025] --- python-beautifulsoup4.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index 63990cd..54b91b5 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-beautifulsoup4 -Version: 4.12.3 +Version: 4.13.1 Release: 1mamba Summary: A library that makes it easy to scrape information from web pages Group: System/Libraries @@ -10,9 +10,11 @@ Packager: Silvan Calarco URL: https://www.crummy.com/software/BeautifulSoup/ Source: https://pypi.debian.net/beautifulsoup4/beautifulsoup4-%{version}.tar.gz License: MIT +BuildArch: noarch ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel BuildRequires: python3.11dist(soupsieve) +BuildRequires: python3.11dist(typing-extensions) ## AUTOBUILDREQ-END BuildRequires: python3-devel >= 3.11.5-3mamba @@ -49,6 +51,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Tue Feb 04 2025 Automatic Build System 4.13.1-1mamba +- automatic version update by autodist + * Thu Jan 18 2024 Automatic Build System 4.12.3-1mamba - automatic version update by autodist