bump to 2.11.1

This commit is contained in:
Guillaume Horel 2024-09-05 16:54:52 -04:00
parent 3e09d58e29
commit 8be96f5eb0
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = python-cssutils
pkgdesc = CSS Cascading Style Sheets library for Python
pkgver = 2.10.2
pkgver = 2.11.1
pkgrel = 1
url = https://github.com/jaraco/cssutils
changelog = CHANGES.rst
@ -17,7 +17,7 @@ pkgbase = python-cssutils
makedepends = python-toml
makedepends = python-wheel
depends = python
source = https://files.pythonhosted.org/packages/source/c/cssutils/cssutils-2.10.2.tar.gz
sha256sums = 93cf92a350b1c123b17feff042e212f94d960975a3ed145743d84ebe8ccec7ab
source = https://files.pythonhosted.org/packages/source/c/cssutils/cssutils-2.11.1.tar.gz
sha256sums = 0563a76513b6af6eebbe788c3bf3d01c920e46b3f90c8416738c5cfc773ff8e2
pkgname = python-cssutils

View file

@ -10,7 +10,7 @@
pkgname=python-cssutils
_name="${pkgname#python-}"
pkgver=2.10.2
pkgver=2.11.1
pkgrel=1
pkgdesc='CSS Cascading Style Sheets library for Python'
@ -24,7 +24,7 @@ checkdepends=('python-jaraco.test' 'python-mock' 'python-pytest')
changelog=CHANGES.rst
source=("https://files.pythonhosted.org/packages/source/c/$_name/$_name-$pkgver.tar.gz")
sha256sums=('93cf92a350b1c123b17feff042e212f94d960975a3ed145743d84ebe8ccec7ab')
sha256sums=('0563a76513b6af6eebbe788c3bf3d01c920e46b3f90c8416738c5cfc773ff8e2')
build() {
@ -41,7 +41,7 @@ package() {
check(){
cd "$_name-$pkgver"
pytest cssutils/tests
PYTHONPATH=. pytest cssutils/tests
}
# vim: ts=2 sw=2 et ft=PKGBUILD: