George Hu pushed to branch main at Arch Linux / Packaging / Packages /
python-cssselect
Commits:
5908d3ba by George Hu at 2025-10-17T01:37:57+08:00
upgpkg: 1.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-cssselect
pkgdesc = A Python3 library that parses CSS3 Selectors and translates
them to XPath 1.0
- pkgver = 1.2.0
- pkgrel = 8
+ pkgver = 1.3.0
+ pkgrel = 1
url = https://pypi.python.org/pypi/cssselect
arch = any
license = BSD-3-Clause
@@ -13,7 +13,7 @@ pkgbase = python-cssselect
makedepends = python-installer
makedepends = python-wheel
depends = python
- source =
https://github.com/scrapy/cssselect/archive/v1.2.0/python-cssselect-1.2.0.tar.gz
- sha512sums =
439f83e37c381f962abcfca0b83050372cbad44179e876591d8504abc2da1d4fe80891c8c8e1763341cf152525259565dc5e80038fa7c14e8c69f22a11f83d94
+ source =
https://github.com/scrapy/cssselect/archive/v1.3.0/python-cssselect-1.3.0.tar.gz
+ sha512sums =
d2711a1ed5e1fb21bd6f7422ab36c1d06b7b46b6cbdb3480182b72f4a877dd06c8b47a1b41b0a30adbd9fbd551d34b479e020d72cb1d46c3f483273e86e61ce9
pkgname = python-cssselect
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
pkgname=python-cssselect
-pkgver=1.2.0
-pkgrel=8
+pkgver=1.3.0
+pkgrel=1
license=('BSD-3-Clause')
arch=('any')
url="https://pypi.python.org/pypi/cssselect"
@@ -12,7 +12,7 @@ depends=('python')
makedepends=('python-setuptools' 'python-build' 'python-installer'
'python-wheel')
checkdepends=('python-pytest' 'python-lxml' 'python-sybil')
source=("https://github.com/scrapy/cssselect/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('439f83e37c381f962abcfca0b83050372cbad44179e876591d8504abc2da1d4fe80891c8c8e1763341cf152525259565dc5e80038fa7c14e8c69f22a11f83d94')
+sha512sums=('d2711a1ed5e1fb21bd6f7422ab36c1d06b7b46b6cbdb3480182b72f4a877dd06c8b47a1b41b0a30adbd9fbd551d34b479e020d72cb1d46c3f483273e86e61ce9')
build() {
cd cssselect-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cssselect/-/commit/5908d3ba01b8ee18c299324f3bdbf47796adf2ae
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cssselect/-/commit/5908d3ba01b8ee18c299324f3bdbf47796adf2ae
You're receiving this email because of your account on gitlab.archlinux.org.