Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-pycurl
Commits:
2478ad76 by Felix Yan at 2025-11-04T05:34:19+08:00
upgpkg: 7.45.7-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = python-pycurl
pkgdesc = A Python 3.x interface to libcurl
- pkgver = 7.45.6
+ pkgver = 7.45.7
pkgrel = 1
- url = http://pycurl.sourceforge.net/
+ url = https://github.com/pycurl/pycurl
arch = x86_64
license = LGPL-2.1-only OR MIT
checkdepends = python-flask
@@ -19,7 +19,7 @@ pkgbase = python-pycurl
depends = glibc
depends = openssl
depends = python
- source = git+https://github.com/pycurl/pycurl.git#tag=REL_7_45_6
- sha512sums =
25e3528b993c0a5b3ffa6e41ba17c4d083aadffaf5ec51fa725b2345c5b92a1fd3bfc595b4d6418ac559213e01d912d392b74915fdc45063e70c6b38e674193b
+ source = git+https://github.com/pycurl/pycurl.git#tag=REL_7_45_7
+ sha512sums =
765a74b426015729c1deb87156d9d2f13b0766f2db925705263e5f5634123ad32a20bf062053df5375286bc95a0ff301dd0b1d2cbf3cd62fb6c4ceeef4f811c9
pkgname = python-pycurl
=====================================
PKGBUILD
=====================================
@@ -4,17 +4,17 @@
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
pkgname=python-pycurl
-pkgver=7.45.6
+pkgver=7.45.7
pkgrel=1
pkgdesc="A Python 3.x interface to libcurl"
arch=('x86_64')
-url="http://pycurl.sourceforge.net/"
+url="https://github.com/pycurl/pycurl"
license=('LGPL-2.1-only OR MIT')
depends=('curl' 'glibc' 'openssl' 'python')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools'
'python-wheel')
checkdepends=('python-flask' 'python-pytest' 'vsftpd' 'python-flaky'
'python-pyflakes')
source=("git+https://github.com/pycurl/pycurl.git#tag=REL_${pkgver//./_}")
-sha512sums=('25e3528b993c0a5b3ffa6e41ba17c4d083aadffaf5ec51fa725b2345c5b92a1fd3bfc595b4d6418ac559213e01d912d392b74915fdc45063e70c6b38e674193b')
+sha512sums=('765a74b426015729c1deb87156d9d2f13b0766f2db925705263e5f5634123ad32a20bf062053df5375286bc95a0ff301dd0b1d2cbf3cd62fb6c4ceeef4f811c9')
build() {
cd pycurl
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycurl/-/commit/2478ad764d30e3e743a759a32de1344c88ec4c68
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycurl/-/commit/2478ad764d30e3e743a759a32de1344c88ec4c68
You're receiving this email because of your account on gitlab.archlinux.org.