Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-pyaml
Commits:
041d11a8 by Jelle van der Waa at 2024-11-08T11:21:18+01:00
upgpkg: 24.9.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pyaml
pkgdesc = PyYAML-based module to produce pretty and readable
YAML-serialized data
- pkgver = 24.7.0
+ pkgver = 24.9.0
pkgrel = 1
url = https://pypi.python.org/pypi/pyaml
arch = any
@@ -12,7 +12,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 = https://pypi.io/packages/source/p/pyaml/pyaml-24.7.0.tar.gz
- sha512sums =
c5ce15f0264e8783ed6e03348ad74d25708129fbd377e2ec0fd0c6de72e763ff3cf79ba5d6cc4b641f0422ab87f8103538f2ba6abb16ea21e6820259f4a48b29
+ source = https://pypi.io/packages/source/p/pyaml/pyaml-24.9.0.tar.gz
+ sha512sums =
a10026d2e69c5bbfabbe5ed02814fecb8838c969761eec0137a93465478abc518ba83cfae4b9df643040aa5fe46a62fc9def1fd763830ae8d2cfdce3b3061365
pkgname = python-pyaml
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-pyaml
-pkgver=24.7.0
+pkgver=24.9.0
pkgrel=1
pkgdesc="PyYAML-based module to produce pretty and readable YAML-serialized
data"
url="https://pypi.python.org/pypi/pyaml"
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'python-build'
'python-installer' 'python-wheel
checkdepends=('python-unidecode')
optdepends=('python-unidecode: Needed if same-id objects or recursion is used
within serialized data')
source=("https://pypi.io/packages/source/p/pyaml/pyaml-$pkgver.tar.gz")
-sha512sums=('c5ce15f0264e8783ed6e03348ad74d25708129fbd377e2ec0fd0c6de72e763ff3cf79ba5d6cc4b641f0422ab87f8103538f2ba6abb16ea21e6820259f4a48b29')
+sha512sums=('a10026d2e69c5bbfabbe5ed02814fecb8838c969761eec0137a93465478abc518ba83cfae4b9df643040aa5fe46a62fc9def1fd763830ae8d2cfdce3b3061365')
build() {
cd pyaml-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyaml/-/commit/041d11a8e4b3d04f6970e41a07f7ffc5e3ebfe63
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyaml/-/commit/041d11a8e4b3d04f6970e41a07f7ffc5e3ebfe63
You're receiving this email because of your account on gitlab.archlinux.org.