python3-curl: update to 7.45.6.

This commit is contained in:
skmpz 2025-06-30 11:49:44 +03:00 committed by tranzystorekk
parent 01eb101b3e
commit b9e8e55ad7

View file

@ -1,7 +1,7 @@
# Template file for 'python3-curl'
pkgname=python3-curl
version=7.45.3
revision=2
version=7.45.6
revision=1
build_style=python3-module
# hanging/failing tests
make_check_args="--ignore tests/multi_socket_select_test.py
@ -15,14 +15,14 @@ make_check_args="--ignore tests/multi_socket_select_test.py
hostmakedepends="python3-setuptools"
makedepends="openssl-devel libcurl-devel python3-devel"
depends="python3"
checkdepends="python3-pytest python3-bottle python3-flaky"
checkdepends="python3-pytest python3-Flask python3-flaky"
short_desc="Python3 interface to cURL library"
maintainer="skmpz <dem.procopiou@gmail.com>"
license="LGPL-2.1-or-later, MIT"
homepage="http://pycurl.io/"
changelog="https://raw.githubusercontent.com/pycurl/pycurl/master/ChangeLog"
distfiles="${PYPI_SITE}/p/pycurl/pycurl-${version}.tar.gz"
checksum=8c2471af9079ad798e1645ec0b0d3d4223db687379d17dd36a70637449f81d6b
checksum=2b73e66b22719ea48ac08a93fc88e57ef36d46d03cb09d972063c9aa86bb74e6
pre_build() {
vsed -i "/setup_args\['data_files'\] = /d" setup.py