python3-msgpack: update to 1.0.3.

This commit is contained in:
skmpz 2022-02-16 21:47:03 +04:00 committed by Andrew J. Hesford
parent b6fe285c31
commit 2a2aa3dbf0
2 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'python3-msgpack' # Template file for 'python3-msgpack'
pkgname=python3-msgpack pkgname=python3-msgpack
version=1.0.2 version=1.0.3
revision=3 revision=1
wrksrc="msgpack-${version}" wrksrc="msgpack-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -9,9 +9,9 @@ makedepends="python3-devel"
depends="python3" depends="python3"
checkdepends="python3-pytest" checkdepends="python3-pytest"
short_desc="Python module for Msgpack serializer (Python3)" short_desc="Python module for Msgpack serializer (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="skmpz <dem.procopiou@gmail.com>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://msgpack.org/" homepage="https://msgpack.org/"
changelog="https://raw.githubusercontent.com/msgpack/msgpack-python/main/ChangeLog.rst" changelog="https://raw.githubusercontent.com/msgpack/msgpack-python/main/ChangeLog.rst"
distfiles="${PYPI_SITE}/m/msgpack/msgpack-${version}.tar.gz" distfiles="${PYPI_SITE}/m/msgpack/msgpack-${version}.tar.gz"
checksum=fae04496f5bc150eefad4e9571d1a76c55d021325dcd484ce45065ebbdd00984 checksum=51fdc7fb93615286428ee7758cecc2f374d5ff363bdd884c7ea622a7a327a81e

View file

@ -0,0 +1 @@
ignore="*rc*"