Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-pycurl
Commits:
fae8c133 by Daniel M. Capella at 2024-07-20T19:02:32-04:00
upgpkg: 7.45.3-1
- - - - -
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.2
- pkgrel = 4
+ pkgver = 7.45.3
+ pkgrel = 1
url = http://pycurl.sourceforge.net/
arch = x86_64
license = LGPL-2.1-only OR MIT
@@ -18,7 +18,7 @@ pkgbase = python-pycurl
depends = glibc
depends = openssl
depends = python
- source =
https://github.com/pycurl/pycurl/archive/REL_7_45_2/python-pycurl-7.45.2.tar.gz
- sha512sums =
c27d500a310124b0972eaeb424afc2878e0cd59bec9841ec0dcff3485a76e78b53438d9bf9c035658058d7c118e3e5ecd426e0733cbd251261135c6a504f2edf
+ source =
https://github.com/pycurl/pycurl/archive/REL_7_45_3/python-pycurl-7.45.3.tar.gz
+ sha512sums =
d57cb918cbf77cb8869c6cc158d464ca2386980e0c6b124d6de6edfb7ef085b9b25610949ee5206a8368e01f39eb5e6495a132d950b425df5b5dc6911c2331a3
pkgname = python-pycurl
=====================================
PKGBUILD
=====================================
@@ -1,12 +1,13 @@
# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Daniel M. Capella <[email protected]>
# Contributor: Sergej Pupykin <[email protected]>
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
pkgname=python-pycurl
_name="${pkgname#python-}"
-pkgver=7.45.2
+pkgver=7.45.3
_version="REL_${pkgver//./_}"
-pkgrel=4
+pkgrel=1
pkgdesc="A Python 3.x interface to libcurl"
arch=('x86_64')
url="http://pycurl.sourceforge.net/"
@@ -15,7 +16,7 @@ depends=('curl' 'glibc' 'openssl' 'python')
makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
checkdepends=('python-bottle' 'python-pytest' 'vsftpd' 'python-flaky'
'python-pyflakes')
source=("https://github.com/pycurl/pycurl/archive/$_version/$pkgname-$pkgver.tar.gz")
-sha512sums=('c27d500a310124b0972eaeb424afc2878e0cd59bec9841ec0dcff3485a76e78b53438d9bf9c035658058d7c118e3e5ecd426e0733cbd251261135c6a504f2edf')
+sha512sums=('d57cb918cbf77cb8869c6cc158d464ca2386980e0c6b124d6de6edfb7ef085b9b25610949ee5206a8368e01f39eb5e6495a132d950b425df5b5dc6911c2331a3')
build() {
cd $_name-$_version
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycurl/-/commit/fae8c133a524e45a3ddcfb2c2add84ab37f5023f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycurl/-/commit/fae8c133a524e45a3ddcfb2c2add84ab37f5023f
You're receiving this email because of your account on gitlab.archlinux.org.