summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelio Loureiro2024-02-12 17:05:05 +0100
committerHelio Loureiro2024-02-12 17:05:05 +0100
commite97c1b5f534fcff18b047753f2d09d7634968578 (patch)
tree5db454661496fe724e304323e1c054c0062543d0
parent567c02d3a461cefa0ead7584b3792a58bbfc0955 (diff)
downloadaur-e97c1b5f534fcff18b047753f2d09d7634968578.tar.gz
Step up to version 4.15.2
## What's Changed * Fix methods delete_messages and forward_messages. * Fix link_preview_options passing for Telebot * Added deprecation stubs for Message fields in InaccessibleMessage
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae9e5036578d..99f15771728b 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pytelegrambotapi
pkgdesc = Python Telegram bot api
- pkgver = 4.14.1
+ pkgver = 4.15.2
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.14.1.tar.gz
- sha256sums = ef21a09d74e582b24750df06cbbe9738f218068b7d254423fc3b1c1f7cd9440a
+ source = https://github.com/eternnoir/pyTelegramBotAPI/archive/refs/tags/4.15.2.tar.gz
+ sha256sums = 5af397c6dc3de672b6b5b549557eeaf5c58c15bf27181357112917808a4ab237
pkgname = python-pytelegrambotapi
diff --git a/PKGBUILD b/PKGBUILD
index 18f4249fb536..4857ae4e0151 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pytelegrambotapi
_pkgname=pyTelegramBotAPI
-pkgver=4.14.1
+pkgver=4.15.2
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=('ef21a09d74e582b24750df06cbbe9738f218068b7d254423fc3b1c1f7cd9440a')
+sha256sums=('5af397c6dc3de672b6b5b549557eeaf5c58c15bf27181357112917808a4ab237')
package() {
cd ${srcdir}/${_pkgname}-${pkgver}/