[arch-commits] Commit in python-telegram-bot/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 9 06:12:19 UTC 2021
Date: Thursday, December 9, 2021 @ 06:12:18
Author: foutrelis
Revision: 1065818
upgpkg: python-telegram-bot 13.8.1-1: Bump + Python 3.10 rebuild
Modified:
python-telegram-bot/trunk/PKGBUILD
----------+
PKGBUILD | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-09 06:03:54 UTC (rev 1065817)
+++ PKGBUILD 2021-12-09 06:12:18 UTC (rev 1065818)
@@ -1,19 +1,19 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-telegram-bot
-pkgver=13.1.20210105
-_commit=6903d58142d4be1b7c5fdda82608e66dd50ecf2b
+pkgver=13.8.1
+_commit=c53dc7dae4c254e15a5a3a72b9da552e72708c9c
pkgrel=1
pkgdesc="A pure Python interface for the Telegram Bot AP"
url="https://github.com/python-telegram-bot/python-telegram-bot"
license=('LGPL')
arch=('any')
-depends=('python-apscheduler' 'python-cryptography' 'python-decorator' 'python-tornado'
- 'python-ujson' 'python-urllib3' 'python-pytz')
+depends=('python-apscheduler' 'python-cryptography' 'python-tornado'
+ 'python-ujson' 'python-urllib3' 'python-pytz' 'python-cachetools')
makedepends=('python-setuptools')
checkdepends=('python-beautifulsoup4' 'python-flaky' 'python-pytest-timeout')
source=("https://github.com/python-telegram-bot/python-telegram-bot/archive/$_commit/$pkgname-$pkgver.tar.gz")
-sha512sums=('f7a39baaa997ce9c2a91fd34e04b051dd25b6a3c6e7e4b035d8483609d51a3b8f11094587e2131f1faf97a8bcdc8adbe50fe5b3881c41551994a32b71b43932d')
+sha512sums=('1f66bf6dd335205f04932bcba91c9d09841c56a9c9de2888a774bba6a8e09dc08693ddba8b31c015d71fdab840c86139020c20d6210077dbe2d2f992dd53f5bf')
prepare() {
cd python-telegram-bot-$_commit
@@ -49,7 +49,13 @@
cd python-telegram-bot-$_commit
# test_run_monthly: fails on upstream ci too
# test_get_updates_bailout_err: seems to be a test error TODO
- python -m pytest --deselect tests/test_jobqueue.py::TestJobQueue::test_run_monthly --deselect tests/test_updater.py::TestUpdater::test_get_updates_bailout_err
+ # test_deprecation_warnings_start_webhook: fails due to DeprecationWarning
+ # test_clean_deprecation_warning_polling: fails due to DeprecationWarning
+ python -m pytest \
+ --deselect tests/test_jobqueue.py::TestJobQueue::test_run_monthly \
+ --deselect tests/test_updater.py::TestUpdater::test_get_updates_bailout_err \
+ --deselect tests/test_updater.py::TestUpdater::test_deprecation_warnings_start_webhook \
+ --deselect tests/test_updater.py::TestUpdater::test_clean_deprecation_warning_polling
}
package() {
More information about the arch-commits
mailing list