Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-aiohappyeyeballs
Commits:
2572bfc1 by Daniel M. Capella at 2025-03-04T11:14:55-05:00
upgpkg: 2.4.8-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = python-aiohappyeyeballs
pkgdesc = Happy Eyeballs for asyncio
- pkgver = 2.4.6
+ pkgver = 2.4.8
pkgrel = 1
url = https://github.com/aio-libs/aiohappyeyeballs
arch = any
- license = PSF-2.0.1
+ license = PSF-2.0
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
makedepends = git
@@ -12,7 +12,7 @@ pkgbase = python-aiohappyeyeballs
makedepends = python-installer
makedepends = python-poetry-core
depends = python
- source = git+https://github.com/aio-libs/aiohappyeyeballs.git#tag=v2.4.6
- b2sums =
4a108626002899f40186d486c0f40a8b531fe9a0d297999995bafb1a65bfe5c74f8c6ed78ff6fa34a542c76d49195af7c8c33ef873302779e2240fff7fbe0e1f
+ source = git+https://github.com/aio-libs/aiohappyeyeballs.git#tag=v2.4.8
+ b2sums =
68b0b936d313eaede907db6eb855724616c932cd95cd4b05e59e982bb49ab14294de9c97642346917c20b2c706efef0711cd053a19fc597ea5fb4f8595e012d8
pkgname = python-aiohappyeyeballs
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
pkgname=python-aiohappyeyeballs
_name=${pkgname#python-}
-pkgver=2.4.6
+pkgver=2.4.8
pkgrel=1
pkgdesc='Happy Eyeballs for asyncio'
arch=(any)
url=https://github.com/aio-libs/aiohappyeyeballs
-license=(PSF-2.0.1)
+license=(PSF-2.0)
depends=(python)
makedepends=(
git
@@ -21,7 +21,7 @@ checkdepends=(
python-pytest-asyncio
)
source=("git+$url.git#tag=v$pkgver")
-b2sums=('4a108626002899f40186d486c0f40a8b531fe9a0d297999995bafb1a65bfe5c74f8c6ed78ff6fa34a542c76d49195af7c8c33ef873302779e2240fff7fbe0e1f')
+b2sums=('68b0b936d313eaede907db6eb855724616c932cd95cd4b05e59e982bb49ab14294de9c97642346917c20b2c706efef0711cd053a19fc597ea5fb4f8595e012d8')
build() {
cd "$_name"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiohappyeyeballs/-/commit/2572bfc16f74b1c19d8fa2dc6305a83b8a2b5aa8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiohappyeyeballs/-/commit/2572bfc16f74b1c19d8fa2dc6305a83b8a2b5aa8
You're receiving this email because of your account on gitlab.archlinux.org.