Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / python-rapidjson
Commits: 4c55ce05 by Felix Yan at 2023-11-24T08:03:50+02:00 upgpkg: 1.12-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = python-rapidjson + pkgdesc = Python wrapper around rapidjson + pkgver = 1.12 + pkgrel = 1 + url = https://pypi.python.org/pypi/python-rapidjson + arch = x86_64 + license = MIT + checkdepends = python-pytest-runner + checkdepends = python-pytest-benchmark + checkdepends = python-pytz + makedepends = python-setuptools + makedepends = rapidjson + depends = python + source = https://pypi.io/packages/source/p/python-rapidjson/python-rapidjson-1.12.tar.gz + sha512sums = 33c7fc26bfb18d7a914090ff1055a0d53ec8f1c8e689d8fc3543bd56c98250b1a75956d82a11b8f7c34d13daa924d93898b083d2489b825412a09ed7d9f7d369 + +pkgname = python-rapidjson ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-rapidjson -pkgver=1.11 +pkgver=1.12 pkgrel=1 pkgdesc="Python wrapper around rapidjson" arch=('x86_64') @@ -11,7 +11,7 @@ depends=('python') makedepends=('python-setuptools' 'rapidjson') checkdepends=('python-pytest-runner' 'python-pytest-benchmark' 'python-pytz') source=("https://pypi.io/packages/source/p/python-rapidjson/python-rapidjson-$pkgver.tar.gz") -sha512sums=('f4cd52d67b683d384fbc14207ce34349ce6fce76541d507d49a0ca2e4b6c42676cb75a1a19284ff7ee0af8748aaeaa8b5d7ce68a1b61c69fdd4782504188369b') +sha512sums=('33c7fc26bfb18d7a914090ff1055a0d53ec8f1c8e689d8fc3543bd56c98250b1a75956d82a11b8f7c34d13daa924d93898b083d2489b825412a09ed7d9f7d369') prepare() { #rm -r python-rapidjson-$pkgver/rapidjson View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rapidjson/-/commit/4c55ce05040f1361ab903e5f0f9851e66c1405ff -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rapidjson/-/commit/4c55ce05040f1361ab903e5f0f9851e66c1405ff You're receiving this email because of your account on gitlab.archlinux.org.
