diff --git a/python-python-twitter.changes b/python-python-twitter.changes index e63e11f..5150d7e 100644 --- a/python-python-twitter.changes +++ b/python-python-twitter.changes @@ -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 diff --git a/python-python-twitter.spec b/python-python-twitter.spec index 9794e69..4d5ade7 100644 --- a/python-python-twitter.spec +++ b/python-python-twitter.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-python-twitter -Version: 3.4 +Version: 3.4.2 Release: 0 Summary: A Python wrapper around the Twitter API License: Apache-2.0 diff --git a/python-twitter-3.4.2.tar.gz b/python-twitter-3.4.2.tar.gz new file mode 100644 index 0000000..b991253 --- /dev/null +++ b/python-twitter-3.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ebcf2344b622d2fa1e54a851971e030ae313c754863b435e5c1827be97a721 +size 82632 diff --git a/python-twitter-3.4.tar.gz b/python-twitter-3.4.tar.gz deleted file mode 100644 index 2c72828..0000000 --- a/python-twitter-3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f76dabb141606126a188b7147316d7184bea81a694f8df69a25b8a2071f5976 -size 82402