Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-json5
Commits:
dc3b2b40 by Antonio Rojas at 2024-11-11T08:30:34+01:00
upgpkg: 0.9.27-1: Update to 0.9.27
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-json5
pkgdesc = A Python implementation of the JSON5 data format
- pkgver = 0.9.25
- pkgrel = 2
+ pkgver = 0.9.27
+ pkgrel = 1
url = https://pypi.org/project/json5/
arch = any
license = Apache-2.0
@@ -11,7 +11,7 @@ pkgbase = python-json5
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source =
https://github.com/dpranke/pyjson5/archive/v0.9.25/python-json5-0.9.25.tar.gz
- sha256sums =
a31db9a7d2cd102051e27efd519b9670a3b6be7b9d951145637c0a3e2350e141
+ source =
https://github.com/dpranke/pyjson5/archive/v0.9.27/python-json5-0.9.27.tar.gz
+ sha256sums =
5684934b8b84bf7be8df5e75095cf8438d8ae9b97d942e17870a08e506d3642f
pkgname = python-json5
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=python-json5
-pkgver=0.9.25
-pkgrel=2
+pkgver=0.9.27
+pkgrel=1
pkgdesc='A Python implementation of the JSON5 data format'
arch=(any)
url='https://pypi.org/project/json5/'
@@ -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=('a31db9a7d2cd102051e27efd519b9670a3b6be7b9d951145637c0a3e2350e141')
+sha256sums=('5684934b8b84bf7be8df5e75095cf8438d8ae9b97d942e17870a08e506d3642f')
build() {
cd pyjson5-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-json5/-/commit/dc3b2b401ad7b32a8491818f6a96e238190508c8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-json5/-/commit/dc3b2b401ad7b32a8491818f6a96e238190508c8
You're receiving this email because of your account on gitlab.archlinux.org.