Skip to content
Snippets Groups Projects
Verified Commit 4f2a6c3a authored by David Runge's avatar David Runge :chipmunk:
Browse files

upgpkg: 5.6.0-1

parent d82a737f
No related branches found
Tags 5.6.0-1
No related merge requests found
pkgbase = python-cbor2
pkgdesc = Pure Python CBOR (de)serializer with extensive tag support
pkgver = 5.5.1
pkgver = 5.6.0
pkgrel = 1
url = https://github.com/agronholm/cbor2
arch = x86_64
......@@ -14,8 +14,9 @@ pkgbase = python-cbor2
makedepends = python-wheel
depends = glibc
depends = python
source = cbor2-5.5.1.tar.gz::https://github.com/agronholm/cbor2/archive/refs/tags/5.5.1.tar.gz
sha512sums = c4273cd8a8cbbbe2dc035c153224f290d03c937243c68731a5412741543031947e9a2f07fda101ace2aab6d3f5f37bd076a7ba2b7e86d75f7711e10b9eb2013d
b2sums = 359d8935b0500c3e747382b9bc467cef2583467b8f30830cd0802322a81bdb93b898ce9f3720fd1629bbc5161f82f507535ae57b108797d3bf03817efc40326e
depends = python-typing_extensions
source = cbor2-5.6.0.tar.gz::https://github.com/agronholm/cbor2/archive/refs/tags/5.6.0.tar.gz
sha512sums = 46f7af76c20832b76d5eed5a8d6816a26b52d13793605fef0894b545c650311ea938fc8e436c25fa1d372e69b01d725a62b5b4910a233b37792af55ff5f35125
b2sums = 2b55b76ce883ae1422250e32afe2e4968374ee6a1c6b8e8d26a403755f71bc7d3c985290cc3f3d8e2042df3fdb8521435538a6dcd584ae44bfbe84a7c5ad188c
pkgname = python-cbor2
......@@ -3,7 +3,7 @@
_name=cbor2
pkgname=python-cbor2
pkgver=5.5.1
pkgver=5.6.0
pkgrel=1
pkgdesc="Pure Python CBOR (de)serializer with extensive tag support"
arch=(x86_64)
......@@ -12,6 +12,7 @@ license=(MIT)
depends=(
glibc
python
python-typing_extensions
)
makedepends=(
python-build
......@@ -25,8 +26,8 @@ checkdepends=(
python-pytest
)
source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
sha512sums=('c4273cd8a8cbbbe2dc035c153224f290d03c937243c68731a5412741543031947e9a2f07fda101ace2aab6d3f5f37bd076a7ba2b7e86d75f7711e10b9eb2013d')
b2sums=('359d8935b0500c3e747382b9bc467cef2583467b8f30830cd0802322a81bdb93b898ce9f3720fd1629bbc5161f82f507535ae57b108797d3bf03817efc40326e')
sha512sums=('46f7af76c20832b76d5eed5a8d6816a26b52d13793605fef0894b545c650311ea938fc8e436c25fa1d372e69b01d725a62b5b4910a233b37792af55ff5f35125')
b2sums=('2b55b76ce883ae1422250e32afe2e4968374ee6a1c6b8e8d26a403755f71bc7d3c985290cc3f3d8e2042df3fdb8521435538a6dcd584ae44bfbe84a7c5ad188c')
build() {
cd $_name-$pkgver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment