Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-justbytes
Commits: d41557ea by Jelle van der Waa at 2024-04-11T08:53:49+02:00 upgpkg: 0.15-5: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = python-justbytes + pkgdesc = computing with and displaying bytes + pkgver = 0.15 + pkgrel = 5 + url = https://pypi.org/project/justbytes/ + arch = any + license = GPL2 + license = GPL3 + checkdepends = python-nose + checkdepends = python-hypothesis + checkdepends = python-pylint + makedepends = python-setuptools + depends = python + depends = python-justbases + source = python-justbytes-0.15.tar.gz::https://github.com/mulkieran/justbytes/archive/v0.15.tar.gz + sha256sums = d6ab4ee02b60e03d7bc442c34203ea8398f0c305220d8e26ca00124c8186f84e + +pkgname = python-justbytes ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-justbytes _pkgname=justbytes pkgver=0.15 -pkgrel=4 +pkgrel=5 pkgdesc="computing with and displaying bytes" url="https://pypi.org/project/justbytes/" depends=('python' 'python-justbases') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-justbytes/-/commit/d41557ea8f4f6c40cc9a571a062064214c4389e2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-justbytes/-/commit/d41557ea8f4f6c40cc9a571a062064214c4389e2 You're receiving this email because of your account on gitlab.archlinux.org.
