Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-vcrpy
Commits:
a3cea103 by Jelle van der Waa at 2025-12-18T21:21:01+01:00
upgpkg: 7.0.0-3: Rebuild for Python 3.14
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-vcrpy
pkgdesc = Automatically mock your HTTP interactions to simplify and
speed up testing
pkgver = 7.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/kevin1024/vcrpy
arch = any
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-vcrpy
_name="${pkgname#python-}"
pkgver=7.0.0
-pkgrel=2
+pkgrel=3
pkgdesc='Automatically mock your HTTP interactions to simplify and speed up
testing'
arch=('any')
license=('MIT')
@@ -25,6 +25,7 @@ check() {
# we don't want to download the internet
--ignore tests/integration
-m 'not online'
+ -W ignore::DeprecationWarning
)
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-vcrpy/-/commit/a3cea1034f75ba14fb21e9b06ea5cfabf05ffd77
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-vcrpy/-/commit/a3cea1034f75ba14fb21e9b06ea5cfabf05ffd77
You're receiving this email because of your account on gitlab.archlinux.org.