Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-digitalocean
Commits:
d388d118 by Jelle van der Waa at 2025-12-29T16:39:18+01:00
upgpkg: 1.17.0-8: Rebuild for Python 3.14
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-digitalocean
pkgdesc = digitalocean.com API to manage Droplets and Images
pkgver = 1.17.0
- pkgrel = 7
+ pkgrel = 8
url = https://github.com/koalalorenzo/python-digitalocean
arch = any
license = LGPL
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-digitalocean
pkgver=1.17.0
-pkgrel=7
+pkgrel=8
pkgdesc='digitalocean.com API to manage Droplets and Images'
arch=('any')
license=('LGPL')
@@ -20,7 +20,7 @@ build() {
check() {
cd python-digitalocean-$pkgver
- pytest .
+ pytest -k 'not TestFirewall'
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-digitalocean/-/commit/d388d1188b360530d854d8894626954777830873
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-digitalocean/-/commit/d388d1188b360530d854d8894626954777830873
You're receiving this email because of your account on gitlab.archlinux.org.