Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-u-msgpack
Commits: 2b8697a1 by Jelle van der Waa at 2024-04-04T11:43:23+02:00 upgpkg: 2.8.0-2: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = python-u-msgpack + pkgdesc = portable, lightweight MessagePack serializer and deserializer for Python + pkgver = 2.8.0 + pkgrel = 2 + url = https://github.com/vsergeev/u-msgpack-python + arch = any + license = MIT + checkdepends = python-pytest + makedepends = python + makedepends = python-setuptools + depends = python + source = https://files.pythonhosted.org/packages/source/u/u-msgpack-python/u-msgpack-python-2.8.0.tar.gz + sha256sums = b801a83d6ed75e6df41e44518b4f2a9c221dc2da4bcd5380e3a0feda520bc61a + b2sums = 9cd0bf2a7dca8eac4c990e320a5d3c325ea31867c82a46d588c8e9bfae1feef504916f8cb75d3f2ed2adb3fa13c03c07fca91071d5d9a6d6ab47686539d704bf + +pkgname = python-u-msgpack ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _pkgname=u-msgpack-python pkgname='python-u-msgpack' pkgver=2.8.0 -pkgrel=1 +pkgrel=2 arch=('any') url="https://github.com/vsergeev/${_pkgname}" license=('MIT') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-u-msgpack/-/commit/2b8697a173292378354e44254de5674f7583b2db -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-u-msgpack/-/commit/2b8697a173292378354e44254de5674f7583b2db You're receiving this email because of your account on gitlab.archlinux.org.
