Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-unicodedata2
Commits:
7892e5f0 by Caleb Maclennan at 2026-02-11T21:36:20+03:00
upgpkg: 17.0.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-unicodedata2
pkgdesc = unicodedata backport/updates to Python 3
- pkgver = 17.0.0
- pkgrel = 2
+ pkgver = 17.0.1
+ pkgrel = 1
url = https://github.com/fonttools/unicodedata2
arch = x86_64
license = Apache
@@ -13,7 +13,7 @@ pkgbase = python-unicodedata2
makedepends = python-wheel
makedepends = python-setuptools
depends = python
- source =
https://github.com/fonttools/unicodedata2/archive/17.0.0/unicodedata2-17.0.0.tar.gz
- sha256sums =
f647eeb841e639c7dad02417209b6f9555d8650e561134b8e6412c7ecc934f8e
+ source =
https://github.com/fonttools/unicodedata2/archive/17.0.1/unicodedata2-17.0.1.tar.gz
+ sha256sums =
3d2cc9a7360672fbb591aa56f49b21faeed999c241317aff677be6152150fd9e
pkgname = python-unicodedata2
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
pkgname=python-unicodedata2
_pyname=${pkgname#python-}
-pkgver=17.0.0
-pkgrel=2
+pkgver=17.0.1
+pkgrel=1
pkgdesc="unicodedata backport/updates to Python 3"
arch=('x86_64')
url="https://github.com/fonttools/$_pyname"
@@ -19,7 +19,7 @@ checkdepends=(python-pytest
python-pytest-randomly)
_archive="$_pyname-$pkgver"
source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('f647eeb841e639c7dad02417209b6f9555d8650e561134b8e6412c7ecc934f8e')
+sha256sums=('3d2cc9a7360672fbb591aa56f49b21faeed999c241317aff677be6152150fd9e')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-unicodedata2/-/commit/7892e5f0ad1eb49d12c3fc0d0e9c9fc34e0036d4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-unicodedata2/-/commit/7892e5f0ad1eb49d12c3fc0d0e9c9fc34e0036d4
You're receiving this email because of your account on gitlab.archlinux.org.