summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelio Loureiro2023-06-19 13:08:59 +0200
committerHelio Loureiro2023-06-19 13:08:59 +0200
commit6e3a5ff347ffbe6b928d652cfb00e6921722cdb5 (patch)
treeda073e525593e1e7d0332eedd844f68bececd0bb
parente1cf5bdacacec14d50a74da128986999861d66ad (diff)
downloadaur-6e3a5ff347ffbe6b928d652cfb00e6921722cdb5.tar.gz
Uplift to 4.11.0
- Bot API 6.6 Bot API support bumped up to v.6.6 Deprecation warnings: - We recommend switching to proper functions, classes, parameters if you are using deprecated ones. Deprecated functions will be deleted soon.
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f7dbbfc69c1..8786725f5a75 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pytelegrambotapi
pkgdesc = Python Telegram bot api
- pkgver = 4.10.0
+ pkgver = 4.11.0
pkgrel = 1
url = https://github.com/eternnoir/pyTelegramBotAPI
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-pytelegrambotapi
depends = python-pytest
depends = python-wheel
depends = python-aiohttp
- source = https://github.com/eternnoir/pyTelegramBotAPI/archive/refs/tags/4.10.0.tar.gz
- sha256sums = 18814615fe92ff9a021e56d922e86a453c8e9e4bd0582b57b9f10fbffc69f55e
+ source = https://github.com/eternnoir/pyTelegramBotAPI/archive/refs/tags/4.11.0.tar.gz
+ sha256sums = 25c83bf92828ba6b6d0b7b0484978e82602d8aee92bef6183e8f495af9cd9027
pkgname = python-pytelegrambotapi
diff --git a/PKGBUILD b/PKGBUILD
index 7454b568d13c..23146215cada 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pytelegrambotapi
_pkgname=pyTelegramBotAPI
-pkgver=4.10.0
+pkgver=4.11.0
pkgrel=1
pkgdesc="Python Telegram bot api"
arch=('any')
@@ -11,7 +11,7 @@ url="https://github.com/eternnoir/pyTelegramBotAPI"
license=("GPLv2")
depends=('python' 'python-requests' 'python-pytest' 'python-wheel' 'python-aiohttp')
source=("https://github.com/eternnoir/${_pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('18814615fe92ff9a021e56d922e86a453c8e9e4bd0582b57b9f10fbffc69f55e')
+sha256sums=('25c83bf92828ba6b6d0b7b0484978e82602d8aee92bef6183e8f495af9cd9027')
package() {
cd ${srcdir}/${_pkgname}-${pkgver}/