1
0

- update to version 3.4.2:

* Bugfixes:
  * Allow upload of GIFs with size up to 15mb. See #538
- update to version 3.4.1:
 * Bugfixes:
  * Fix an issue where :py:func:`twitter.twitter_utils.calc_expected_status_length` was failing for python 2 due to a failure to convert a bytes string to unicode. Github issue #546.
  * Documentation fix for :py:func:`twitter.api.Api.UsersLookup`. UsersLookup can take a string or a list and properly parses both of them now. Github issues #535 and #549.
  * Properly decode response content for :py:func:`twitter.twitter_utils.http_to_file`. Github issue #521.
  * Fix an issue with loading extended_tweet entities from Streaming API where tweets would be truncated when converting to a :py:class:`twitter.models.Status`. Github issues #491 and #506.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-twitter?expand=0&rev=3
This commit is contained in:
2018-06-10 20:02:57 +00:00
committed by Git OBS Bridge
parent 4a6e295e49
commit 35865f494c
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Jun 10 20:01:43 UTC 2018 - sebix+novell.com@sebix.at
- update to version 3.4.2:
* Bugfixes:
* Allow upload of GIFs with size up to 15mb. See #538
- update to version 3.4.1:
* Bugfixes:
* Fix an issue where :py:func:`twitter.twitter_utils.calc_expected_status_length` was failing for python 2 due to a failure to convert a bytes string to unicode. Github issue #546.
* Documentation fix for :py:func:`twitter.api.Api.UsersLookup`. UsersLookup can take a string or a list and properly parses both of them now. Github issues #535 and #549.
* Properly decode response content for :py:func:`twitter.twitter_utils.http_to_file`. Github issue #521.
* Fix an issue with loading extended_tweet entities from Streaming API where tweets would be truncated when converting to a :py:class:`twitter.models.Status`. Github issues #491 and #506.
-------------------------------------------------------------------
Tue Feb 27 18:51:48 UTC 2018 - sebix+novell.com@sebix.at