Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-pyaml
Commits:
fa844c81 by Felix Yan at 2026-03-03T21:49:47+08:00
upgpkg: 24.12.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pyaml
pkgdesc = PyYAML-based module to produce pretty and readable
YAML-serialized data
- pkgver = 24.12.0
- pkgrel = 2
+ pkgver = 24.12.1
+ pkgrel = 1
url = https://github.com/mk-fg/pretty-yaml
arch = any
license = WTFPL
@@ -13,7 +13,7 @@ pkgbase = python-pyaml
makedepends = python-wheel
depends = python-yaml
optdepends = python-unidecode: Needed if same-id objects or recursion
is used within serialized data
- source = git+https://github.com/mk-fg/pretty-yaml.git#tag=24.12.0
- sha512sums =
8766ecffd12219587ee202ff64379d67a98c060c8d309bed4cfc4e134d79565e2f06dafb87072ae49ad2eb66eea09e90ea8d20437aa57ac21b12d97cf7839d5e
+ source = git+https://github.com/mk-fg/pretty-yaml.git#tag=24.12.1
+ sha512sums =
0f16409537589b581a2c77b509a3de06e75cd4fb75ff9a6dc475d6e5b198732159f6ae33ff9e7e434b8d986a0fd50e9a8fa9d11a4343fa326efa1a1879475ea1
pkgname = python-pyaml
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-pyaml
-pkgver=24.12.0
-pkgrel=2
+pkgver=24.12.1
+pkgrel=1
pkgdesc="PyYAML-based module to produce pretty and readable YAML-serialized
data"
url="https://github.com/mk-fg/pretty-yaml"
license=('WTFPL')
@@ -12,7 +12,7 @@ makedepends=('git' 'python-setuptools' 'python-build'
'python-installer' 'python
checkdepends=('python-unidecode')
optdepends=('python-unidecode: Needed if same-id objects or recursion is used
within serialized data')
source=("git+https://github.com/mk-fg/pretty-yaml.git#tag=$pkgver")
-sha512sums=('8766ecffd12219587ee202ff64379d67a98c060c8d309bed4cfc4e134d79565e2f06dafb87072ae49ad2eb66eea09e90ea8d20437aa57ac21b12d97cf7839d5e')
+sha512sums=('0f16409537589b581a2c77b509a3de06e75cd4fb75ff9a6dc475d6e5b198732159f6ae33ff9e7e434b8d986a0fd50e9a8fa9d11a4343fa326efa1a1879475ea1')
build() {
cd pretty-yaml
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyaml/-/commit/fa844c81c1e7919b66ef7adccb4bea55072f4694
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyaml/-/commit/fa844c81c1e7919b66ef7adccb4bea55072f4694
You're receiving this email because of your account on gitlab.archlinux.org.