* Fixed a compilation bug affecting OpenBSD.
* Altered the ``manylinux1`` wheels to statically link OpenSSL instead of
dynamically linking and bundling the shared object. This should resolve
crashes seen when using ``uwsgi`` or other binaries that link against
OpenSSL independently.
* Fixed the stack level for the ``signer`` and ``verifier`` warnings.
psycopg2 2.7.2 -> 2.7.3
2.7.3
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Restored default :sql:timestamptz[] typecasting to Python !datetime.
Regression introduced in Psycopg 2.7.2 (:ticket:578).
python-telegram-bot 6.1.0 -> 7.0.0
7.0.0
Fully support Bot API 3.2.
New filters for handling messages from specific chat/user id (PR 677).
Add the possibility to add objects as arguments to send_* methods (PR 742).
Fixed download of URLs with UTF-8 chars in path (PR 688).
Fixed URL parsing for Message text properties (PR 689).
Fixed args dispatching in MessageQueue's decorator (PR 705).
Fixed regression preventing IPv6 only hosts from connnecting to Telegram servers (Issue 720).
ConvesationHandler - check if a user exist before using it (PR 699).
Removed deprecated telegram.Emoji.
Removed deprecated Botan import from utils (Botan is still available through contrib).
Removed deprecated ReplyKeyboardHide.
Removed deprecated edit_message argument of bot.set_game_score.
Internal restructure of files.
Improved documentation.
Improved unitests.
2017-06-18
requests 2.18.1 -> 2.18.2
2.18.2
+++++++++++++++++++
Bugfixes
requests.help no longer fails on Python 2.6 due to the absence of
ssl.OPENSSL_VERSION_NUMBER.
Updates
Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.
Changelogs
cryptography 2.0 -> 2.0.2
psycopg2 2.7.2 -> 2.7.3
python-telegram-bot 6.1.0 -> 7.0.0
requests 2.18.1 -> 2.18.2
That's it for now!
Happy merging! 🤖