17
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

View File

@@ -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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77ebcf2344b622d2fa1e54a851971e030ae313c754863b435e5c1827be97a721
size 82632

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f76dabb141606126a188b7147316d7184bea81a694f8df69a25b8a2071f5976
size 82402