Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-protego
Commits:
26463971 by Felix Yan at 2026-09-21T18:21:10+00:00
upgpkg: 0.7.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-protego
pkgdesc = A pure-Python robots.txt parser with support for modern
conventions
- pkgver = 0.6.2
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/scrapy/protego
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-protego
makedepends = python-hatchling
makedepends = python-installer
depends = python
- source = git+https://github.com/scrapy/protego.git#tag=0.6.2
- sha512sums =
127f6bcd587bdcd68e01804f1335ea98dcd9441a79a48adc7cfd6da787d19aaab0c24651123c2a9cbe8e5a6f42c94ca835e0bd7b26e776f9f2da10a56c106377
+ source = git+https://github.com/scrapy/protego.git#tag=0.7.0
+ sha512sums =
b2ac8c69a1b927472a011b2d5200622f93e3c9e31b12fef6d02491eb1006de3fa8328a2d99d496dd7dbbd73ffe7c48cb0fcfd3dac48bb26747f47ef0fe765b97
pkgname = python-protego
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-protego
-pkgver=0.6.2
+pkgver=0.7.0
pkgrel=1
pkgdesc="A pure-Python robots.txt parser with support for modern conventions"
url="https://github.com/scrapy/protego"
@@ -11,7 +11,7 @@ depends=('python')
makedepends=('git' 'python-build' 'python-hatchling' 'python-installer')
checkdepends=('python-pytest' 'python-pytest-timeout')
source=("git+https://github.com/scrapy/protego.git#tag=$pkgver")
-sha512sums=('127f6bcd587bdcd68e01804f1335ea98dcd9441a79a48adc7cfd6da787d19aaab0c24651123c2a9cbe8e5a6f42c94ca835e0bd7b26e776f9f2da10a56c106377')
+sha512sums=('b2ac8c69a1b927472a011b2d5200622f93e3c9e31b12fef6d02491eb1006de3fa8328a2d99d496dd7dbbd73ffe7c48cb0fcfd3dac48bb26747f47ef0fe765b97')
build() {
cd protego
@@ -20,7 +20,7 @@ build() {
check() {
cd protego
- PYTHONPATH="$PWD"/src pytest
+ PYTHONPATH="$PWD"/src pytest tests
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-protego/-/commit/26463971dfae6c5dfc9dc7990c4eeadb5fcb8082
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-protego/-/commit/26463971dfae6c5dfc9dc7990c4eeadb5fcb8082
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