From 36dd7dbaffaf2b628db44be920f1a4f8c656d2f8 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Tue, 20 Jun 2023 13:34:02 -0400 Subject: [PATCH] bump to 2.7.1 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e81066d9e057..f7ae57ea95f1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-cssutils pkgdesc = CSS Cascading Style Sheets library for Python - pkgver = 2.6.0 + pkgver = 2.7.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.6.0.tar.gz - sha256sums = f7dcd23c1cec909fdf3630de346e1413b7b2555936dec14ba2ebb9913bf0818e + source = https://files.pythonhosted.org/packages/source/c/cssutils/cssutils-2.7.1.tar.gz + sha256sums = 340ecfd9835d21df8f98500f0dfcea0aee41cb4e19ecbc2cf94f0a6d36d7cb6c pkgname = python-cssutils diff --git a/PKGBUILD b/PKGBUILD index 70a8bc555e24..704da4d94229 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ pkgname=python-cssutils _name="${pkgname#python-}" -pkgver=2.6.0 +pkgver=2.7.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=('f7dcd23c1cec909fdf3630de346e1413b7b2555936dec14ba2ebb9913bf0818e') +sha256sums=('340ecfd9835d21df8f98500f0dfcea0aee41cb4e19ecbc2cf94f0a6d36d7cb6c') build() {