Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / python-pyaes
Commits: b4270a3f by Morten Linderud at 2024-04-05T20:59:09+02:00 upgpkg: 1.6.1-11: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = python-pyaes + pkgdesc = Pure-Python Implementation of the AES block-cipher and common modes of operation + pkgver = 1.6.1 + pkgrel = 11 + url = https://github.com/ricmoo/pyaes + arch = any + license = MIT + makedepends = python-setuptools + depends = python + source = https://pypi.org/packages/source/p/pyaes/pyaes-1.6.1.tar.gz + sha256sums = 02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f + +pkgname = python-pyaes ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=python-pyaes _pipname=pyaes pkgver=1.6.1 -pkgrel=10 +pkgrel=11 pkgdesc="Pure-Python Implementation of the AES block-cipher and common modes of operation" arch=('any') depends=('python') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyaes/-/commit/b4270a3f96d82b784d99db0c7153d157abb73f85 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyaes/-/commit/b4270a3f96d82b784d99db0c7153d157abb73f85 You're receiving this email because of your account on gitlab.archlinux.org.
