summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO23
1 files changed, 14 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 158dfb07b00c..b3bebb07c695 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,22 @@
pkgbase = python-telegram-bot
- pkgdesc = A Python wrapper around the Telegram Bot API
- pkgver = 11.1.0
+ pkgdesc = A pure Python interface for the Telegram Bot AP
+ pkgver = 13.11
pkgrel = 1
url = https://github.com/python-telegram-bot/python-telegram-bot
arch = any
- license = LGPL3
+ license = LGPL
+ checkdepends = python-beautifulsoup4
+ checkdepends = python-flaky
+ checkdepends = python-pytest-timeout
makedepends = python-setuptools
- depends = python-future
+ depends = python-apscheduler
+ depends = python-cryptography
+ depends = python-tornado
+ depends = python-ujson
depends = python-urllib3
- optdepends = python-ujson: Ultra fast JSON parsing
- optdepends = python-pysocks: SOCKS or HTTP proxy
- source = https://github.com/python-telegram-bot/python-telegram-bot/releases/download/v11.1.0/python-telegram-bot-11.1.0.tar.gz
- sha256sums = cca4e32ebb8da7fdf35ab2fa2b3edd441211364819c5592fc253acdb7561ea5b
+ depends = python-pytz
+ depends = python-cachetools
+ source = https://github.com/python-telegram-bot/python-telegram-bot/archive/v13.11/python-telegram-bot-13.11.tar.gz
+ sha512sums = 8ccae24ad577da18aba9428e006406627d018004fea7f52217e805a49c73a74ba22cd4785c38b34a2cd6df899e1ceed89cccbc2f9fd8a7af5292a89032d4da3a
pkgname = python-telegram-bot
-