summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorevgfilim12019-10-16 01:46:00 +0500
committerevgfilim12019-10-16 01:46:00 +0500
commit889d434af7ae05f2546e77e1bea9b586dddd7578 (patch)
treed80159519c31b371fea4e277f1a61de1e5c4844a
parent4f02bb9c1ab7cd22fa1802d48abf43782fd166b3 (diff)
downloadaur-889d434af7ae05f2546e77e1bea9b586dddd7578.tar.gz
Updated to version 1:12.2.0.r0
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGES.rst27
-rw-r--r--PKGBUILD2
3 files changed, 29 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15cde35a09b2..03f96b379f47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telegram-bot-git
pkgdesc = A Python wrapper around the Telegram Bot API
- pkgver = 12.1.1.r0.e60a4201
+ pkgver = 12.2.0.r0.98147fce
pkgrel = 1
epoch = 1
url = https://github.com/python-telegram-bot/python-telegram-bot
diff --git a/CHANGES.rst b/CHANGES.rst
index 29b37ea9e3dc..871c8e911bd3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,33 @@
Changelog
=========
+Version 12.2.0
+==============
+
+**New features:**
+
+- Nested ConversationHandlers (`#1512`_).
+
+**Minor changes, CI improvments or bug fixes:**
+
+- Fix CI failures due to non-backward compat attrs depndency (`#1540`_).
+- travis.yaml: TEST_OFFICIAL removed from allowed_failures.
+- Fix typos in examples (`#1537`_).
+- Fix Bot.to_dict to use proper first_name (`#1525`_).
+- Refactor ``test_commandhandler.py`` (`#1408`_).
+- Add Python 3.8 (RC version) to Travis testing matrix (`#1543`_).
+- test_bot.py: Add to_dict test (`#1544`_).
+- Flake config moved into setup.cfg (`#1546`_).
+
+.. _`#1512`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1512
+.. _`#1540`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1540
+.. _`#1537`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1537
+.. _`#1525`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1525
+.. _`#1408`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1408
+.. _`#1543`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1543
+.. _`#1544`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1544
+.. _`#1546`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1546
+
Version 12.1.1
==============
*Released 2019-09-18*
diff --git a/PKGBUILD b/PKGBUILD
index 83579de79bd9..37c9e6bcfe7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Evgeniy Filimonov <evgfilim1@gmail.com>
pkgname=('python-telegram-bot-git')
epoch=1
-pkgver=12.1.1.r0.e60a4201
+pkgver=12.2.0.r0.98147fce
pkgrel=1
pkgdesc="A Python wrapper around the Telegram Bot API"
arch=('any')