Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-ruamel-yaml
Commits:
3daf4152 by Antonio Rojas at 2025-01-18T23:57:12+01:00
upgpkg: 0.18.10-1: Update to 0.18.10
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
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.6
- pkgrel = 3
+ pkgver = 0.18.10
+ pkgrel = 1
url = https://sourceforge.net/projects/ruamel-yaml/
arch = any
license = MIT
@@ -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.6.tar.gz
- sha512sums =
47d0d19e85a9b498ebcd844f950ea8210d995b6b991d543be975b545162069b69773030df62300a11313ebc378795a23c39a983acd0b5ab4344d74e7aa7ded0a
+ source =
https://files.pythonhosted.org/packages/source/r/ruamel.yaml/ruamel.yaml-0.18.10.tar.gz
+ sha512sums =
fe3c85c55d344f33d4ca7a7b85381258bbd8b6d32249ac93b529dab7d68f84b536c531fcefd77d5c4fec5cab92595896414022ff8a53666de99502d89feaa74a
pkgname = python-ruamel-yaml
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
_pkg=ruamel.yaml
pkgname=python-${_pkg/./-}
-pkgver=0.18.6
-pkgrel=3
+pkgver=0.18.10
+pkgrel=1
pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments,
seq/map flow style, and map key order"
arch=('any')
url="https://sourceforge.net/projects/ruamel-yaml/"
@@ -14,7 +14,7 @@ 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=('47d0d19e85a9b498ebcd844f950ea8210d995b6b991d543be975b545162069b69773030df62300a11313ebc378795a23c39a983acd0b5ab4344d74e7aa7ded0a')
+sha512sums=('fe3c85c55d344f33d4ca7a7b85381258bbd8b6d32249ac93b529dab7d68f84b536c531fcefd77d5c4fec5cab92595896414022ff8a53666de99502d89feaa74a')
build() {
cd ${_pkg}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ruamel-yaml/-/commit/3daf4152a0c03a3e2dd450ee304463d4d1ab19c6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ruamel-yaml/-/commit/3daf4152a0c03a3e2dd450ee304463d4d1ab19c6
You're receiving this email because of your account on gitlab.archlinux.org.