George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-beautifulsoup4
Commits:
2610f8cc by George Rawlinson at 2026-06-07T23:27:20+00:00
style: remove ticki ticks
- - - - -
6f29e51c by George Rawlinson at 2026-06-07T23:28:12+00:00
upgpkg: 4.15.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-beautifulsoup4
pkgdesc = A Python HTML/XML parser designed for quick turnaround
projects like screen-scraping
- pkgver = 4.14.3
- pkgrel = 2
+ pkgver = 4.15.0
+ pkgrel = 1
url = https://www.crummy.com/software/BeautifulSoup/
arch = any
license = MIT
@@ -16,8 +16,8 @@ pkgbase = python-beautifulsoup4
optdepends = python-chardet: to autodetect character encodings
optdepends = python-lxml: alternative HTML parser
optdepends = python-html5lib: alternative HTML parser
- source =
python-beautifulsoup4-4.14.3.tar.gz::https://www.crummy.com/software/BeautifulSoup/bs4/download/4.14/beautifulsoup4-4.14.3.tar.gz
- sha512sums =
5c535534045cac033112b7c060539d6b5a748620df9d15fb4c719708cde263ac506f3734a39156681633942543dc555af51c619dae430311a8889204d8ee325e
- b2sums =
e5b32c33afefcfccfa952b55e800b903e5c65ed54704d39a28603b54a75508079c6cba8db425595fa2b47fa7cf07fa1172dbff4c13c3bc1cc0a705bc786dd1fd
+ source =
python-beautifulsoup4-4.15.0.tar.gz::https://www.crummy.com/software/BeautifulSoup/bs4/download/4.15/beautifulsoup4-4.15.0.tar.gz
+ sha512sums =
ccf07cac23ca52f50802b3d6271b42c1367022e2bc409b1be2924bbbd274cebce3b5afde1c1c4f253802b7a58f907cb60a29d347ae2765c33ce85bec9dcc473c
+ b2sums =
c9c3745b338ffdf4c8d51246d914f52f7a0caf45933ef413c16f4c7a5a80b9c090463efa9960044065b074b9790db80271cc1cb51af50714bb809c991cca8477
pkgname = python-beautifulsoup4
=====================================
PKGBUILD
=====================================
@@ -5,32 +5,32 @@
pkgname=python-beautifulsoup4
_pkgname="${pkgname#python-}"
-pkgver=4.14.3
-pkgrel=2
+pkgver=4.15.0
+pkgrel=1
pkgdesc='A Python HTML/XML parser designed for quick turnaround projects like
screen-scraping'
-arch=('any')
+arch=(any)
url='https://www.crummy.com/software/BeautifulSoup/'
-license=('MIT')
+license=(MIT)
depends=(
- 'python'
- 'python-soupsieve'
- 'python-typing_extensions'
+ python
+ python-soupsieve
+ python-typing_extensions
)
+makedepends=(
+ python-build
+ python-installer
+ python-hatchling
+)
+checkdepends=(python-pytest)
optdepends=(
'python-cchardet: alternative to autodetect character encodings'
'python-chardet: to autodetect character encodings'
'python-lxml: alternative HTML parser'
'python-html5lib: alternative HTML parser'
)
-makedepends=(
- 'python-build'
- 'python-installer'
- 'python-hatchling'
-)
-checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::https://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/$_pkgname-$pkgver.tar.gz")
-sha512sums=('5c535534045cac033112b7c060539d6b5a748620df9d15fb4c719708cde263ac506f3734a39156681633942543dc555af51c619dae430311a8889204d8ee325e')
-b2sums=('e5b32c33afefcfccfa952b55e800b903e5c65ed54704d39a28603b54a75508079c6cba8db425595fa2b47fa7cf07fa1172dbff4c13c3bc1cc0a705bc786dd1fd')
+sha512sums=('ccf07cac23ca52f50802b3d6271b42c1367022e2bc409b1be2924bbbd274cebce3b5afde1c1c4f253802b7a58f907cb60a29d347ae2765c33ce85bec9dcc473c')
+b2sums=('c9c3745b338ffdf4c8d51246d914f52f7a0caf45933ef413c16f4c7a5a80b9c090463efa9960044065b074b9790db80271cc1cb51af50714bb809c991cca8477')
build() {
cd "$_pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-beautifulsoup4/-/compare/3a0f51d7c52f45a258a87d634541d65362709ad5...6f29e51c80fcb48d43a6c2e52a468cc3e583852a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-beautifulsoup4/-/compare/3a0f51d7c52f45a258a87d634541d65362709ad5...6f29e51c80fcb48d43a6c2e52a468cc3e583852a
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help