Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-agate
Commits:
9967bd13 by Caleb Maclennan at 2026-02-27T23:42:06+03:00
upgpkg: 1.14.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-agate
pkgdesc = A data analysis library that is optimized for humans instead
of machines
- pkgver = 1.14.1
- pkgrel = 2
+ pkgver = 1.14.2
+ pkgrel = 1
url = https://agate.readthedocs.org/
arch = any
license = MIT
@@ -20,7 +20,7 @@ pkgbase = python-agate
depends = python-pytimeparse
depends = python-slugify
optdepends = python-pyicu: non-English locale support
- source =
https://files.pythonhosted.org/packages/source/a/agate/agate-1.14.1.tar.gz
- sha256sums =
365c135f43ba20131e1be7501cd8f6a34031e1d5bcde21bf965e0cec45fe5a73
+ source =
https://files.pythonhosted.org/packages/source/a/agate/agate-1.14.2.tar.gz
+ sha256sums =
7f29841c39d84b1de7fde762b8d792085371515324f3a01413b20f810398225b
pkgname = python-agate
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
_pyname=agate
pkgname=python-$_pyname
-pkgver=1.14.1
-pkgrel=2
+pkgver=1.14.2
+pkgrel=1
pkgdesc='A data analysis library that is optimized for humans instead of
machines'
arch=(any)
url='https://agate.readthedocs.org/'
@@ -25,7 +25,7 @@ checkdepends=(python-cssselect
optdepends=('python-pyicu: non-English locale support')
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('365c135f43ba20131e1be7501cd8f6a34031e1d5bcde21bf965e0cec45fe5a73')
+sha256sums=('7f29841c39d84b1de7fde762b8d792085371515324f3a01413b20f810398225b')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-agate/-/commit/9967bd13c3c9dd7daac43c43c8d613066f7de6ac
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-agate/-/commit/9967bd13c3c9dd7daac43c43c8d613066f7de6ac
You're receiving this email because of your account on gitlab.archlinux.org.