| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
26 Jun 2012 06:13:02
1.5.211
|
clsung  |
- Update to 1.5.211
- Add LICENSE
PR: ports/168575
Submitted by: koobs <koobs.freebsd_AT_gmail.com> |
21 Jan 2012 17:40:15
1.5.170
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
06 May 2011 05:34:14
1.5.170
|
clsung  |
- Update to 1.5.170 |
06 Apr 2011 08:03:11
1.5.168
|
clsung  |
- Update to 1.5.168 |
02 Mar 2011 10:04:17
1.5.167
|
clsung  |
net/py-oauth2 was originally forked from Leah Culver and Andy Smith's
oauth.py code (see net/py-oauth).
A number of notable differences exist between this code and its
forefathers:
* 100% unit test coverage.
* The DataStore object has been completely ripped out.
* Classes are no longer prefixed with OAuth.
* The Request class now extends from dict.
* The library is likely no longer compatible with Python 2.3.
* The Client class works and extends from httplib2.
WWW: http://github.com/simplegeo/python-oauth2 |