Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / Packages / python-rsa
Commits: 3eeeaf05 by Massimiliano Torromeo at 2025-08-06T20:20:41+02:00 upgpkg: 4.9.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,16 +1,16 @@ pkgbase = python-rsa pkgdesc = Pure-Python RSA implementation - pkgver = 4.9 - pkgrel = 6 + pkgver = 4.9.1 + pkgrel = 1 url = https://github.com/sybrenstuvel/python-rsa/ arch = any - license = BSD + license = Apache-2.0 makedepends = python-poetry-core makedepends = python-build makedepends = python-installer makedepends = python-wheel depends = python-pyasn1 - source = https://files.pythonhosted.org/packages/source/r/rsa/rsa-4.9.tar.gz - sha256sums = e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21 + source = https://files.pythonhosted.org/packages/source/r/rsa/rsa-4.9.1.tar.gz + sha256sums = e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75 pkgname = python-rsa ===================================== PKGBUILD ===================================== @@ -1,17 +1,17 @@ # Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com> pkgname=python-rsa -pkgver=4.9 -pkgrel=6 +pkgver=4.9.1 +pkgrel=1 _libname=rsa pkgdesc="Pure-Python RSA implementation" arch=(any) url="https://github.com/sybrenstuvel/python-rsa/" -license=('BSD') +license=('Apache-2.0') source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz) depends=(python-pyasn1) makedepends=(python-poetry-core python-build python-installer python-wheel) -sha256sums=('e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21') +sha256sums=('e7bdbfdb5497da4c07dfd35530e1a902659db6ff241e39d9953cad06ebd0ae75') build() { cd "$srcdir/$_libname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rsa/-/commit/3eeeaf055922c04ce4db8efd14ba105e4011340b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rsa/-/commit/3eeeaf055922c04ce4db8efd14ba105e4011340b You're receiving this email because of your account on gitlab.archlinux.org.