Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
python-aiogram


Commits:
60f3c62e by Carl Smedstad at 2024-11-02T19:55:43+01:00
upgpkg: 3.14.0-1: Upstream release

https://github.com/aiogram/aiogram/releases/tag/v3.14.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.13.1
+       pkgver = 3.14.0
        pkgrel = 1
        url = https://github.com/aiogram/aiogram
        arch = any
@@ -36,9 +36,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.13.1/python-aiogram-3.13.1.tar.gz
-       source = 
fix-pytest-asyncio-deprecation-warning-in-test.patch::https://github.com/aiogram/aiogram/commit/5cd958c5477330270c5c293682d53b11c24309dc.patch
-       sha256sums = 
d834ef3856f0f3706ae9baf00a534fd0a0efbebc1e4b4647e16255009e7a3196
-       sha256sums = 
11dc7ebfc156d2eed143f2925de6625e8ef094cdf27b37b946fe1fa5fb8a2aa0
+       source = 
https://github.com/aiogram/aiogram/archive/v3.14.0/python-aiogram-3.14.0.tar.gz
+       sha256sums = 
f012783d5c22c98f86ab8eb2e4a875a2e0b5c9fee9741159d909975eba8fc388
 
 pkgname = python-aiogram


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=python-aiogram
 _pkgname=${pkgname#python-}
-pkgver=3.13.1
+pkgver=3.14.0
 pkgrel=1
 pkgdesc="A modern and fully asynchronous framework for Telegram Bot API"
 arch=('any')
@@ -49,17 +49,8 @@ optdepends=(
   'python-motor: MongoDB storage support'
   'python-babel: i18n support'
 )
-source=(
-  "$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
-  
"fix-pytest-asyncio-deprecation-warning-in-test.patch::$url/commit/5cd958c5477330270c5c293682d53b11c24309dc.patch"
-)
-sha256sums=('d834ef3856f0f3706ae9baf00a534fd0a0efbebc1e4b4647e16255009e7a3196'
-            '11dc7ebfc156d2eed143f2925de6625e8ef094cdf27b37b946fe1fa5fb8a2aa0')
-
-prepare() {
-  cd "$_pkgname-$pkgver"
-  patch -Np1 -i ../fix-pytest-asyncio-deprecation-warning-in-test.patch
-}
+source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('f012783d5c22c98f86ab8eb2e4a875a2e0b5c9fee9741159d909975eba8fc388')
 
 build() {
   cd "$_pkgname-$pkgver"
@@ -68,6 +59,7 @@ build() {
 
 check() {
   cd "$_pkgname-$pkgver"
+  # shellcheck disable=2016
   pifpaf run redis -- bash -c 'python -m pytest --redis $PIFPAF_REDIS_URL'
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiogram/-/commit/60f3c62e5fc57ad9875d65a95c20cdc31047f803

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiogram/-/commit/60f3c62e5fc57ad9875d65a95c20cdc31047f803
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to