Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-fontparts
Commits:
91e5d981 by Caleb Maclennan at 2025-08-19T22:33:24+03:00
upgpkg: 0.13.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-fontparts
pkgdesc = The replacement for RoboFab
- pkgver = 0.13.2
+ pkgver = 0.13.3
pkgrel = 1
url = https://github.com/robotools/fontParts
arch = any
@@ -18,7 +18,7 @@ pkgbase = python-fontparts
depends = python-fs
depends = python-lxml
depends = python-unicodedata2
- source =
https://files.pythonhosted.org/packages/source/f/fontParts/fontparts-0.13.2.tar.gz
- sha256sums =
16fbf2eab51692dadd77e7fcab5aacca9552c9661db04c254854fbed91874e32
+ source =
https://files.pythonhosted.org/packages/source/f/fontParts/fontparts-0.13.3.tar.gz
+ sha256sums =
47177e49d15c3bd13dbc21247e812e1e1428853d16126a6e5453c3729272be35
pkgname = python-fontparts
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pyname=fontParts
pkgname=python-${_pyname,,}
-pkgver=0.13.2
+pkgver=0.13.3
pkgrel=1
pkgdesc='The replacement for RoboFab'
arch=(any)
@@ -23,7 +23,7 @@ makedepends=(python-{build,installer,wheel}
python-setuptools-scm)
_archive="${_pyname,,}-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('16fbf2eab51692dadd77e7fcab5aacca9552c9661db04c254854fbed91874e32')
+sha256sums=('47177e49d15c3bd13dbc21247e812e1e1428853d16126a6e5453c3729272be35')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fontparts/-/commit/91e5d9813b41a8382eab1e1aed95dd151b293cb5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fontparts/-/commit/91e5d9813b41a8382eab1e1aed95dd151b293cb5
You're receiving this email because of your account on gitlab.archlinux.org.