File tree Expand file tree Collapse file tree 5 files changed +21
-5
lines changed
Expand file tree Collapse file tree 5 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 1+ 2013-10-06
2+ changed version to 1.1
3+ The following changes have been made since the 1.0.1 release
4+
5+ Remove from ParseTweet the Python 2.7 only dict comprehension item
6+ Fix GetListTimeline condition to enable owner_screen_name based fetching
7+ Many fixes for readability and PEP8
8+ Cleaning up some of the package importing. Only importing the functions that are needed
9+ Also added first build of the sphinx documentation. Copied some info from the readme to the index page
10+ Added lines to setup.py to help the user troubleshoot install problems. #109
11+ Removed the OAuth2 lines from the readme
12+ Removed OAuth2 library requirements
13+ Added GetListMembers()
14+
15+
1162013-06-07
217 changed version to 1.0.1
318 added README bit about Python version requirement
Original file line number Diff line number Diff line change 11%{! ?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
22
33Name: python-twitter
4- Version: 0.7-devel
4+ Version: 1.1
55Release: 1%{?dist }
66Summary: Python Interface for Twitter API
77
88Group: Development/Libraries
99License: Apache License 2.0
10- URL: http://code.google. com/p /python-twitter/
10+ URL: http://github. com/bear /python-twitter
1111Source0: http://python-twitter.googlecode.com/files/%{name }-%{version }.tar.gz
1212BuildRoot: %{_tmppath }/%{name }-%{version }-%{release }-root-%(%{__id_u} -n)
1313
Original file line number Diff line number Diff line change 11argparse == 1.2.1
22httplib2 == 0.7.7
3- oauth2 == 1.5.211
43wsgiref == 0.1.2
4+ requests == 1.2.3
5+ requests-oauthlib == 0.3.3
Original file line number Diff line number Diff line change 1717'''The setup and build script for the python-twitter library.'''
1818
1919__author__ = 'python-twitter@googlegroups.com'
20- __version__ = '1.0. 1'
20+ __version__ = '1.1'
2121
2222
2323# The base package metadata to be used by both distutils and setuptools
Original file line number Diff line number Diff line change 1919'''A library that provides a Python interface to the Twitter API'''
2020
2121__author__ = 'python-twitter@googlegroups.com'
22- __version__ = '1.0. 1'
22+ __version__ = '1.1'
2323
2424
2525import os
You can’t perform that action at this time.
0 commit comments