Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-aiogram
Commits: ec671181 by Carl Smedstad at 2026-02-11T06:29:54+01:00 upgpkg: 3.25.0-1: Upstream release https://github.com/aiogram/aiogram/releases/tag/v3.25.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-aiogram pkgdesc = A modern and fully asynchronous framework for Telegram Bot API - pkgver = 3.24.0 + pkgver = 3.25.0 pkgrel = 1 url = https://github.com/aiogram/aiogram arch = any @@ -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.24.0/python-aiogram-3.24.0.tar.gz - b2sums = 1aae01ae4327cf2044894e45d0e2c3b4256284fd3d99ecd6c5ce0f38c75f1beeb377a7b6a00edeaf433149440c0589e4aa6d06c5e8bb022428b2f1c6a9edaefe + source = https://github.com/aiogram/aiogram/archive/v3.25.0/python-aiogram-3.25.0.tar.gz + b2sums = e57d3badad84459b6adf75e281e7ee61e3812a4dd275660a1ae204df549b77229060734bba899550c0e089e3027e48c8d7bc4b0c07cd9754bcc075b2fb9945a0 pkgname = python-aiogram ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Evgeniy Filimonov <[email protected]> pkgname=python-aiogram -pkgver=3.24.0 +pkgver=3.25.0 pkgrel=1 pkgdesc="A modern and fully asynchronous framework for Telegram Bot API" arch=('any') @@ -50,7 +50,7 @@ optdepends=( 'python-babel: i18n support' ) source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -b2sums=('1aae01ae4327cf2044894e45d0e2c3b4256284fd3d99ecd6c5ce0f38c75f1beeb377a7b6a00edeaf433149440c0589e4aa6d06c5e8bb022428b2f1c6a9edaefe') +b2sums=('e57d3badad84459b6adf75e281e7ee61e3812a4dd275660a1ae204df549b77229060734bba899550c0e089e3027e48c8d7bc4b0c07cd9754bcc075b2fb9945a0') build() { cd ${pkgname#python-}-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiogram/-/commit/ec671181495f078dfa7fb18ef271b294ab860f5c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiogram/-/commit/ec671181495f078dfa7fb18ef271b294ab860f5c You're receiving this email because of your account on gitlab.archlinux.org.
