Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-aiogram
Commits: 5fc9dd46 by Carl Smedstad at 2026-01-03T18:12:54+01:00 upgpkg: 3.24.0-1: Upstream release https://github.com/aiogram/aiogram/releases/tag/v3.24.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-aiogram pkgdesc = A modern and fully asynchronous framework for Telegram Bot API - pkgver = 3.23.0 - pkgrel = 3 + pkgver = 3.24.0 + pkgrel = 1 url = https://github.com/aiogram/aiogram arch = any license = MIT @@ -37,7 +37,7 @@ pkgbase = python-aiogram optdepends = python-aiohttp-socks: SOCKS4(a) and SOCKS5 proxy support optdepends = python-motor: MongoDB storage support optdepends = python-babel: i18n support - source = https://github.com/aiogram/aiogram/archive/v3.23.0/python-aiogram-3.23.0.tar.gz - sha256sums = 125e0b222a3127edae4bac04e5bdb1fd9d1ea3587d89ff300d29d0218571884d + source = https://github.com/aiogram/aiogram/archive/v3.24.0/python-aiogram-3.24.0.tar.gz + b2sums = 1aae01ae4327cf2044894e45d0e2c3b4256284fd3d99ecd6c5ce0f38c75f1beeb377a7b6a00edeaf433149440c0589e4aa6d06c5e8bb022428b2f1c6a9edaefe pkgname = python-aiogram ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Evgeniy Filimonov <[email protected]> pkgname=python-aiogram -pkgver=3.23.0 -pkgrel=3 +pkgver=3.24.0 +pkgrel=1 pkgdesc="A modern and fully asynchronous framework for Telegram Bot API" arch=('any') url="https://github.com/aiogram/aiogram" @@ -50,7 +50,7 @@ optdepends=( 'python-babel: i18n support' ) source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('125e0b222a3127edae4bac04e5bdb1fd9d1ea3587d89ff300d29d0218571884d') +b2sums=('1aae01ae4327cf2044894e45d0e2c3b4256284fd3d99ecd6c5ce0f38c75f1beeb377a7b6a00edeaf433149440c0589e4aa6d06c5e8bb022428b2f1c6a9edaefe') build() { cd ${pkgname#python-}-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiogram/-/commit/5fc9dd465136fb35048f61598f3c1cefb34e0279 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiogram/-/commit/5fc9dd465136fb35048f61598f3c1cefb34e0279 You're receiving this email because of your account on gitlab.archlinux.org.
