Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-ruamel-yaml
Commits:
72d0e0d3 by Antonio Rojas at 2026-05-16T16:10:15+02:00
upgpkg: 0.19.1-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-ruamel-yaml
pkgdesc = YAML parser/emitter that supports roundtrip preservation of
comments, seq/map flow style, and map key order
- pkgver = 0.18.11
+ pkgver = 0.19.1
pkgrel = 1
url = https://sourceforge.net/projects/ruamel-yaml/
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-ruamel-yaml
makedepends = python-setuptools
makedepends = python-wheel
depends = python-ruamel.yaml.clib
- source =
https://files.pythonhosted.org/packages/source/r/ruamel.yaml/ruamel.yaml-0.18.11.tar.gz
- sha512sums =
dd397a5cb8c9a80795fb13b3d5830aa35e1a592a449f94d385267b995017889651e415b6170fc22516e66e8c50bc2cf25c5593e490af87e8eb83b3f1b17d3564
+ source =
https://files.pythonhosted.org/packages/source/r/ruamel.yaml/ruamel_yaml-0.19.1.tar.gz
+ sha512sums =
726e9348b36bf78cf80c72154d1652ef6f128bcb28b53a3814543a7568e9d079d35be191608691bf6fddc98996cf621b8e77b118510627806aab20b029bfe718
pkgname = python-ruamel-yaml
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
_pkg=ruamel.yaml
pkgname=python-${_pkg/./-}
-pkgver=0.18.11
+pkgver=0.19.1
pkgrel=1
pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments,
seq/map flow style, and map key order"
arch=('any')
@@ -13,8 +13,8 @@ url="https://sourceforge.net/projects/ruamel-yaml/"
license=('MIT')
depends=('python-ruamel.yaml.clib')
makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
-source=(https://files.pythonhosted.org/packages/source/r/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha512sums=('dd397a5cb8c9a80795fb13b3d5830aa35e1a592a449f94d385267b995017889651e415b6170fc22516e66e8c50bc2cf25c5593e490af87e8eb83b3f1b17d3564')
+source=(https://files.pythonhosted.org/packages/source/r/${_pkg}/ruamel_yaml-${pkgver}.tar.gz)
+sha512sums=('726e9348b36bf78cf80c72154d1652ef6f128bcb28b53a3814543a7568e9d079d35be191608691bf6fddc98996cf621b8e77b118510627806aab20b029bfe718')
build() {
cd ${_pkg}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ruamel-yaml/-/commit/72d0e0d3562a651646c8716653f8e7325a72794a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ruamel-yaml/-/commit/72d0e0d3562a651646c8716653f8e7325a72794a
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help