Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-construct
Commits:
6956dba7 by Felix Yan at 2023-12-07T10:14:48+02:00
upgpkg: 2.10.70-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-construct
pkgdesc = A powerful declarative parser/builder for binary data
- pkgver = 2.10.69
+ pkgver = 2.10.70
pkgrel = 1
url = https://construct.readthedocs.org
arch = any
@@ -18,7 +18,7 @@ pkgbase = python-construct
optdepends = python-arrow: for Timestamp
optdepends = python-numpy: for array serialization with Numpy protocol
optdepends = python-ruamel-yaml: for KaitaiStruct (KSY) exporter
- source =
python-construct-2.10.69.tar.gz::https://github.com/construct/construct/archive/v2.10.69.tar.gz
- sha512sums =
c94a1b3a62c9bf4aed30eb262d4439452f98fe909e399d79ece8da4aa707f95c754d540672c2cc9c307425914e43384b5455eb7970ab5d7830af1c0b06313f9e
+ source =
python-construct-2.10.70.tar.gz::https://github.com/construct/construct/archive/v2.10.70.tar.gz
+ sha512sums =
1c4fe99d36266bf68f4876fdaea5b7cbbb2ea202b73cf4b54f92b443cd753200aec52a15ff97001c9e040b3c16ecc8dd444bbac26f7860100087e430beab1f81
pkgname = python-construct
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-construct
-pkgver=2.10.69
+pkgver=2.10.70
pkgrel=1
pkgdesc="A powerful declarative parser/builder for binary data"
arch=('any')
@@ -15,7 +15,7 @@ optdepends=('python-arrow: for Timestamp'
'python-numpy: for array serialization with Numpy protocol'
'python-ruamel-yaml: for KaitaiStruct (KSY) exporter')
source=("$pkgname-$pkgver.tar.gz::https://github.com/construct/construct/archive/v$pkgver.tar.gz")
-sha512sums=('c94a1b3a62c9bf4aed30eb262d4439452f98fe909e399d79ece8da4aa707f95c754d540672c2cc9c307425914e43384b5455eb7970ab5d7830af1c0b06313f9e')
+sha512sums=('1c4fe99d36266bf68f4876fdaea5b7cbbb2ea202b73cf4b54f92b443cd753200aec52a15ff97001c9e040b3c16ecc8dd444bbac26f7860100087e430beab1f81')
build() {
cd construct-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-construct/-/commit/6956dba7bacaac8f79103f0250500dce959a1b95
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-construct/-/commit/6956dba7bacaac8f79103f0250500dce959a1b95
You're receiving this email because of your account on gitlab.archlinux.org.