Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-json5
Commits:
5fa3448a by Antonio Rojas at 2024-11-11T23:19:46+01:00
upgpkg: 0.9.28-1: Update to 0.9.28
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-json5
pkgdesc = A Python implementation of the JSON5 data format
- pkgver = 0.9.27
+ pkgver = 0.9.28
pkgrel = 1
url = https://pypi.org/project/json5/
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-json5
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source =
https://github.com/dpranke/pyjson5/archive/v0.9.27/python-json5-0.9.27.tar.gz
- sha256sums =
5684934b8b84bf7be8df5e75095cf8438d8ae9b97d942e17870a08e506d3642f
+ source =
https://github.com/dpranke/pyjson5/archive/v0.9.28/python-json5-0.9.28.tar.gz
+ sha256sums =
368c39097fad3ba8d147118ae231f02e9012b7a8b9c8a24d6bbe849aad46e2e5
pkgname = python-json5
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=python-json5
-pkgver=0.9.27
+pkgver=0.9.28
pkgrel=1
pkgdesc='A Python implementation of the JSON5 data format'
arch=(any)
@@ -14,7 +14,7 @@ makedepends=(python-build
python-wheel)
checkdepends=(python-pytest)
source=(https://github.com/dpranke/pyjson5/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('5684934b8b84bf7be8df5e75095cf8438d8ae9b97d942e17870a08e506d3642f')
+sha256sums=('368c39097fad3ba8d147118ae231f02e9012b7a8b9c8a24d6bbe849aad46e2e5')
build() {
cd pyjson5-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-json5/-/commit/5fa3448afe7df700d88e16a3af7b510309d2b812
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-json5/-/commit/5fa3448afe7df700d88e16a3af7b510309d2b812
You're receiving this email because of your account on gitlab.archlinux.org.