Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-pycares
Commits:
2b6b1f55 by Daniel M. Capella at 2025-08-05T19:01:09-04:00
upgpkg: 4.10.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pycares
pkgdesc = Python interface for c-ares
- pkgver = 4.9.0
+ pkgver = 4.10.0
pkgrel = 1
url = https://github.com/saghul/pycares
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = python-pycares
depends = c-ares
depends = python-cffi
optdepends = python-idna
- source = git+https://github.com/saghul/pycares.git#tag=v4.9.0
- b2sums =
39866782254fe95d25dcd60837155ddb1ea717af0cb55c362ab1ceb0e63e1b142e05843e2be677748c037e9c2f136cd282601b7a060cccc63c27b653f48c1abf
+ source = git+https://github.com/saghul/pycares.git#tag=v4.10.0
+ b2sums =
4cceac8a17105a41d3c1504dac0c03c4f79ecc3a791adb707e1f61d3efbce6c6f873e922082ab47e47f0d8623e7fa6474545ca694cbe7f55077f0126b0033fec
pkgname = python-pycares
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-pycares
_name=${pkgname#python-}
-pkgver=4.9.0
+pkgver=4.10.0
pkgrel=1
pkgdesc='Python interface for c-ares'
arch=(x86_64)
@@ -25,7 +25,7 @@ checkdepends=(
)
optdepends=(python-idna)
source=("git+$url.git#tag=v$pkgver")
-b2sums=('39866782254fe95d25dcd60837155ddb1ea717af0cb55c362ab1ceb0e63e1b142e05843e2be677748c037e9c2f136cd282601b7a060cccc63c27b653f48c1abf')
+b2sums=('4cceac8a17105a41d3c1504dac0c03c4f79ecc3a791adb707e1f61d3efbce6c6f873e922082ab47e47f0d8623e7fa6474545ca694cbe7f55077f0126b0033fec')
build() {
cd "$_name"
@@ -51,7 +51,7 @@ package() {
local site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
install -d "$pkgdir"/usr/share/licenses/$pkgname
ln -s "$site_packages"/"$_name"-$pkgver.dist-info/licenses/LICENSE \
- "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ "$pkgdir"/usr/share/licenses/$pkgname
cd "$_name"
python -m installer --destdir="$pkgdir" dist/*.whl
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycares/-/commit/2b6b1f555c852842a486c88c123ae9b721b8f608
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycares/-/commit/2b6b1f555c852842a486c88c123ae9b721b8f608
You're receiving this email because of your account on gitlab.archlinux.org.