Opened 8 years ago
Closed 8 years ago
#52007 closed update (fixed)
Tweepy Port out of date; Steaming no longer works due to changes at Twitter
Reported by: | tazzben (Ben Smith) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | py-tweepy |
Description
The tweepy port is very out of date. The current version in the macports repo is 1.12 while the production version 3.5. In the years between the version included with macports and today, twitter updated the streaming api resulting in the old end point being depreciated. So, while this is fixed in current versions of tweepy, it means the macports version of tweepy is now not just old, but broken.
Change History (2)
comment:1 Changed 8 years ago by dbevans (David B. Evans)
Owner: | changed from macports-tickets@… to devans@… |
---|---|
Status: | new → assigned |
Version: | 2.3.4 |
comment:2 Changed 8 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Type: | defect → update |
Note: See
TracTickets for help on using
tickets.
Update to version 3.5.0 committed as requested in r151304. Thanks for your report.