Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pycurl
Commits:
e4270dd0 by Antonio Rojas at 2025-12-26T20:40:21+01:00
upgpkg: 7.45.7-3: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pycurl
pkgdesc = A Python 3.x interface to libcurl
pkgver = 7.45.7
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pycurl/pycurl
arch = x86_64
license = LGPL-2.1-only OR MIT
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=python-pycurl
pkgver=7.45.7
-pkgrel=2
+pkgrel=3
pkgdesc="A Python 3.x interface to libcurl"
arch=('x86_64')
url="https://github.com/pycurl/pycurl"
@@ -59,6 +59,9 @@ check() {
# unclear failures
--deselect
tests/multi_callback_test.py::MultiCallbackTest::test_multi_socket_action
--deselect
tests/multi_socket_select_test.py::MultiSocketSelectTest::test_multi_socket_select
+ # fail due to missing krb in curl
+ --deselect
tests/option_constants_test.py::OptionConstantsTest::test_krb4level
+ --deselect
tests/option_constants_test.py::OptionConstantsTest::test_krblevel
)
cd pycurl
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycurl/-/commit/e4270dd06ab6d7d664efe7bf3ec0c11312f6bfae
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycurl/-/commit/e4270dd06ab6d7d664efe7bf3ec0c11312f6bfae
You're receiving this email because of your account on gitlab.archlinux.org.