summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelio Loureiro2023-02-18 15:27:57 +0100
committerHelio Loureiro2023-02-18 15:27:57 +0100
commite1cf5bdacacec14d50a74da128986999861d66ad (patch)
tree449285808c9da1dc3cc22fdb4cffae601a9fe1f5
parenta3affda0fb9fe1490d9ab969dc5451cad30e5542 (diff)
downloadaur-e1cf5bdacacec14d50a74da128986999861d66ad.tar.gz
Uplift to 4.10.0
- Bot API 6.5 Deprecation warnings: - We recommend switching to proper functions, classes, parameters if you are using deprecated ones. Deprecated functions will be deleted soon. - If you are using restrict_chat_member method, please pass permissions parameter instead of passing all boolean values for different parameters. Passing parameters one-by-one to function is now deprecated and will be removed soon.
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1c4a1938f56..4f7dbbfc69c1 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pytelegrambotapi
pkgdesc = Python Telegram bot api
- pkgver = 4.9.0
+ pkgver = 4.10.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.9.0.tar.gz
- sha256sums = 9228e05292e79a8b208c80fc8baa56b0893b4e229942e2628119d752268ff56d
+ source = https://github.com/eternnoir/pyTelegramBotAPI/archive/refs/tags/4.10.0.tar.gz
+ sha256sums = 18814615fe92ff9a021e56d922e86a453c8e9e4bd0582b57b9f10fbffc69f55e
pkgname = python-pytelegrambotapi
diff --git a/PKGBUILD b/PKGBUILD
index 49cb0c7f4128..7454b568d13c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pytelegrambotapi
_pkgname=pyTelegramBotAPI
-pkgver=4.9.0
+pkgver=4.10.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=('9228e05292e79a8b208c80fc8baa56b0893b4e229942e2628119d752268ff56d')
+sha256sums=('18814615fe92ff9a021e56d922e86a453c8e9e4bd0582b57b9f10fbffc69f55e')
package() {
cd ${srcdir}/${_pkgname}-${pkgver}/