6aab51ec32 
					 
					
						
						
							
							Accepting request 951973 from home:sebix:branches:devel:languages:python  
						
						... 
						
						
						
						- update to version 4.5.0:
 - New Features / Improvements:
   - Revamp authentication interface
     - Add support for OAuth 2.0 Authorization Code Flow with PKCE
       - Add `OAuth2UserHandler` ([2b83507](2b835073cb16763e2ff68f38429440e88b07465f0d6b68aeb3fb6eb7d53dcba7317a4a529d793620d4ceb1aedb0781fde83c99f3583d995a2a3fc602d600c4cf6a8e2de9f590f9a722bae8c49cbdfcbd62b5b586e7f6895d36eebb87b269ef#1722 ](https://github.com/tweepy/tweepy/issues/1722 ))
   - Use requests exception to handle `JSONDecodeError` ([b492b0a](b492b0a9fded66e8e98e#1733 ](https://github.com/tweepy/tweepy/pull/1733 ))
   - Fix `Paginator` handling of `Client.get_all_tweets_count` ([#1761 ](https://github.com/tweepy/tweepy/pull/1761 ))
 - Misc:
   - Improve and optimize `Model.__getstate__` ([#1707 ](https://github.com/tweepy/tweepy/issues/1707 ))
   - Add API v2 examples to documentation ([bbdbb7b](bbdbb7bbd7https://build.opensuse.org/request/show/951973 
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tweepy?expand=0&rev=26  
						
						
					 
					
						2022-02-08 10:51:48 +00:00 
						 
				 
			
				
					
						
							
							
								Tomáš Chvátal 
							
						 
					 
					
						
						
							
						
						9336cb3257 
					 
					
						
						
							
							Accepting request 826972 from home:jayvdb:py-submit  
						
						... 
						
						
						
						Activate test suite, replacing nose with pytest
OBS-URL: https://build.opensuse.org/request/show/826972 
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tweepy?expand=0&rev=24  
						
						
					 
					
						2020-08-16 07:52:07 +00:00 
						 
				 
			
				
					
						
							
							
								Tomáš Chvátal 
							
						 
					 
					
						
						
							
						
						e08a450875 
					 
					
						
						
							
							- Update to 3.8.0:  
						
						... 
						
						
						
						* see CHANGELOG.md
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tweepy?expand=0&rev=22  
						
						
					 
					
						2019-07-22 11:59:16 +00:00 
						 
				 
			
				
					
						
							
							
								Tomáš Chvátal 
							
						 
					 
					
						
						
							
						
						fd5534f2d5 
					 
					
						
						
							
							Accepting request 688349 from home:pgajdos  
						
						... 
						
						
						
						- version update to 3.7.0
  * no upstream changelog (except git log)
- deleted patches
  - tweepy-pip2.10.patch (upstreamed)
OBS-URL: https://build.opensuse.org/request/show/688349 
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tweepy?expand=0&rev=20  
						
						
					 
					
						2019-03-25 15:54:02 +00:00 
						 
				 
			
				
					
						
							
							
								Tomáš Chvátal 
							
						 
					 
					
						
						
							
						
						c9b7955845 
					 
					
						
						
							
							- Do not pull in unittest2  
						
						... 
						
						
						
						OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tweepy?expand=0&rev=18  
						
						
					 
					
						2018-08-10 11:17:29 +00:00 
						 
				 
			
				
					
						
							
							
								Tomáš Chvátal 
							
						 
					 
					
						
						
							
						
						ac7671f95f 
					 
					
						
						
							
							- Switch to github tarball  
						
						... 
						
						
						
						- Update url
- Update to version 3.6.0:
  * Most notably support for python3 and various tweaks
- Add patch to work with new pip:
  * tweepy-pip2.10.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tweepy?expand=0&rev=16  
						
						
					 
					
						2018-05-02 10:54:14 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c7daa372a7 
					 
					
						
						
							
							Accepting request 360150 from home:evshmarnev:branches:devel:languages:python  
						
						... 
						
						
						
						- update to version 3.5.0:
 New features: 
  * Allow 'full_text' param when getting direct messages.
  * Explicitly return api code when parsing error.
  * Remove deprecated function and clean up codes.
 Bug Fixes
  * update_status: first positional argument should be 'status'.
  * Fix "TypeError: Can't convert 'bytes' object to str implicitly".
  * Fix duplicate raise in auth.py.
 Additional changes from version 3.4.0:
 New features:
  * Add API for account/settings.
  * Added RateLimitError for easily working with the rate limit.
  * Allow include_email param for verify_credentials API.
  * Added support for the "filter_level" parameter for the streaming API.
 Bug Fixes:
  * Streaming: don't decode stream bytes until json.decode. 
  * Typo fix on _add_list_members, _remove_list_members properties.
  * Change raise in streaming.py to raise exception.
OBS-URL: https://build.opensuse.org/request/show/360150 
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tweepy?expand=0&rev=14  
						
						
					 
					
						2016-02-22 14:57:38 +00:00 
						 
				 
			
				
					
						
							
							
								Jan Matejek 
							
						 
					 
					
						
						
							
						
						b8bfdb93f7 
					 
					
						
						
							
							Accepting request 307123 from home:benoit_monin:branches:devel:languages:python  
						
						... 
						
						
						
						- update to version 3.3.0
- add new build dependency python-pip
- remove python-simplejson from dependencies
- add new dependencies python-requests, python-requests-oauthlib
  and python-six to match requirements.txt
- remove the examples directory from site package root
OBS-URL: https://build.opensuse.org/request/show/307123 
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tweepy?expand=0&rev=12  
						
						
					 
					
						2015-05-18 13:35:12 +00:00 
						 
				 
			
				
					
						
							
							
								Denisart Benjamin 
							
						 
					 
					
						
						
							
						
						d8d603a517 
					 
					
						
						
							
							Accepting request 207120 from home:posophe:branches:devel:languages:python  
						
						... 
						
						
						
						Update
OBS-URL: https://build.opensuse.org/request/show/207120 
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tweepy?expand=0&rev=10  
						
						
					 
					
						2013-11-16 14:01:39 +00:00 
						 
				 
			
				
					
						
							
							
								Sascha Peilicke 
							
						 
					 
					
						
						
							
						
						dc0004458e 
					 
					
						
						
							
							- Require python-setuptools instead of distribute (upstreams merged)  
						
						... 
						
						
						
						OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tweepy?expand=0&rev=8  
						
						
					 
					
						2013-10-24 11:16:27 +00:00 
						 
				 
			
				
					
						
							
							
								Denisart Benjamin 
							
						 
					 
					
						
						
							
						
						9eba68e867 
					 
					
						
						
							
							Accepting request 155074 from home:posophe:branches:devel:languages:python  
						
						... 
						
						
						
						update 2.0
OBS-URL: https://build.opensuse.org/request/show/155074 
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tweepy?expand=0&rev=6  
						
						
					 
					
						2013-02-11 07:41:11 +00:00 
						 
				 
			
				
					
						
							
							
								Sascha Peilicke 
							
						 
					 
					
						
						
							
						
						b3b0752a38 
					 
					
						
						
							
							Accepting request 148494 from home:posophe:branches:devel:languages:python  
						
						... 
						
						
						
						Update to 1.12
OBS-URL: https://build.opensuse.org/request/show/148494 
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tweepy?expand=0&rev=5  
						
						
					 
					
						2013-01-15 14:15:38 +00:00 
						 
				 
			
				
					
						
							
							
								Sascha Peilicke 
							
						 
					 
					
						
						
							
						
						6cf6566479 
					 
					
						
						
							
							- Update to version 1.9:  
						
						... 
						
						
						
						+ Upstream provides no changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tweepy?expand=0&rev=4  
						
						
					 
					
						2012-06-25 15:16:43 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8851b5829b 
					 
					
						
						
							
							Accepting request 72315 from home:saschpe:branches:devel:languages:python  
						
						... 
						
						
						
						OBS-URL: https://build.opensuse.org/request/show/72315 
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tweepy?expand=0&rev=3  
						
						
					 
					
						2011-06-02 09:54:36 +00:00 
						 
				 
			
				
					
						
							
							
								Pascal Bleser 
							
						 
					 
					
						
						
							
						
						f280aff105 
					 
					
						
						
							
							1.7.1  
						
						... 
						
						
						
						OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tweepy?expand=0&rev=1  
						
						
					 
					
						2010-09-15 19:02:49 +00:00