Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-pygal
Commits:
3686a2ab by Felix Yan at 2026-03-17T16:38:18+00:00
upgpkg: 1:3.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pygal
pkgdesc = A Python SVG graph plotting library
- pkgver = 3.0.5
- pkgrel = 2
+ pkgver = 3.1.0
+ pkgrel = 1
epoch = 1
url = https://www.pygal.org/en/stable/
arch = any
@@ -19,7 +19,7 @@ pkgbase = python-pygal
depends = python-importlib-metadata
optdepends = python-lxml: for XML output through lxml instead of
xml.etree
optdepends = python-cairosvg: for PNG output
- source = git+https://github.com/Kozea/pygal.git#tag=3.0.5
- sha256sums =
a70beb3172d12b88bdfad25ec43d1bc4d0a0479828711c3037ad92a5b29b0ff0
+ source = git+https://github.com/Kozea/pygal.git#tag=3.1.0
+ sha256sums =
51d903b5876dd79e0e24aebcad5d4b8062b1d8c69e7261486e417c835924a008
pkgname = python-pygal
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=python-pygal
epoch=1
-pkgver=3.0.5
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
pkgdesc='A Python SVG graph plotting library'
arch=('any')
url='https://www.pygal.org/en/stable/'
@@ -15,7 +15,7 @@ optdepends=('python-lxml: for XML output through lxml instead
of xml.etree'
makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
checkdepends=('python-pytest' 'python-lxml' 'python-pyquery' 'python-cairosvg'
'python-flask')
source=("git+https://github.com/Kozea/pygal.git#tag=$pkgver")
-sha256sums=('a70beb3172d12b88bdfad25ec43d1bc4d0a0479828711c3037ad92a5b29b0ff0')
+sha256sums=('51d903b5876dd79e0e24aebcad5d4b8062b1d8c69e7261486e417c835924a008')
prepare() {
sed -ri "s/'pytest-runner'(, )?//" pygal/setup.py
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pygal/-/commit/3686a2abff16a25e049bd95ebe57bef7ec06ee1d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pygal/-/commit/3686a2abff16a25e049bd95ebe57bef7ec06ee1d
You're receiving this email because of your account on gitlab.archlinux.org.