Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-krb5
Commits:
090cfabb by Antonio Rojas at 2026-05-16T21:12:56+02:00
upgpkg: 0.9.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-krb5
pkgdesc = krb5 API interface
- pkgver = 0.5.1
- pkgrel = 5
+ pkgver = 0.9.0
+ pkgrel = 1
url = https://github.com/jborean93/pykrb5
arch = x86_64
license = MIT
@@ -14,7 +14,7 @@ pkgbase = python-krb5
makedepends = python-setuptools
depends = python
depends = krb5
- source =
https://github.com/jborean93/pykrb5/archive/v0.5.1/python-krb5-0.5.1.tar.gz
- sha256sums =
76a2f700d3a6e5ad332167ba0946172b8899dff2fbd61110bca8b1ebfa033f58
+ source =
https://github.com/jborean93/pykrb5/archive/v0.9.0/python-krb5-0.9.0.tar.gz
+ sha256sums =
b60226a9346eb8c42f6164b81fdd59cd1b0fb8a29d3e008266c52938f5344a8f
pkgname = python-krb5
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pkg=krb5
pkgname=python-${_pkg}
-pkgver=0.5.1
-pkgrel=5
+pkgver=0.9.0
+pkgrel=1
pkgdesc="krb5 API interface"
arch=(x86_64)
url="https://github.com/jborean93/pykrb5"
@@ -14,7 +14,12 @@ checkdepends=(python-pytest python-k5test)
# No tests in pypi tarball
#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('76a2f700d3a6e5ad332167ba0946172b8899dff2fbd61110bca8b1ebfa033f58')
+sha256sums=('b60226a9346eb8c42f6164b81fdd59cd1b0fb8a29d3e008266c52938f5344a8f')
+
+prepare() {
+ cd py${_pkg}-${pkgver}
+ sed -e '/Cython ==/d' -i pyproject.toml # Drop pinned cython dependency
+}
build() {
cd py${_pkg}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-krb5/-/commit/090cfabbbb67a58c7b564a864c1412ac3669059e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-krb5/-/commit/090cfabbbb67a58c7b564a864c1412ac3669059e
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help