Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-rsa
Commits:
a25ba754 by Jelle van der Waa at 2024-11-20T10:05:02+01:00
upgpkg: 4.9-6: Depend on poetry-core
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
pkgbase = python-rsa
pkgdesc = Pure-Python RSA implementation
pkgver = 4.9
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/sybrenstuvel/python-rsa/
arch = any
license = BSD
- makedepends = python-poetry
+ makedepends = python-poetry-core
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-rsa
pkgver=4.9
-pkgrel=5
+pkgrel=6
_libname=rsa
pkgdesc="Pure-Python RSA implementation"
arch=(any)
@@ -10,7 +10,7 @@ url="https://github.com/sybrenstuvel/python-rsa/"
license=('BSD')
source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
depends=(python-pyasn1)
-makedepends=(python-poetry python-build python-installer python-wheel)
+makedepends=(python-poetry-core python-build python-installer python-wheel)
sha256sums=('e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rsa/-/commit/a25ba7541fbff1141c3c34cf2ad6b4fbb2ed2cc6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rsa/-/commit/a25ba7541fbff1141c3c34cf2ad6b4fbb2ed2cc6
You're receiving this email because of your account on gitlab.archlinux.org.