<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git/setup.py, branch 0.7.0</title>
<subtitle>github.com: idan/oauthlib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/'/>
<entry>
<title>Dispatch a blinker signal on scope change, instead of raising a warning</title>
<updated>2014-10-05T13:43:36+00:00</updated>
<author>
<name>David Baumgold</name>
<email>david@davidbaumgold.com</email>
</author>
<published>2014-10-05T13:21:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=809553ccb71f5c046454e5ce2ac90ab0757729f0'/>
<id>809553ccb71f5c046454e5ce2ac90ab0757729f0</id>
<content type='text'>
See https://github.com/idan/oauthlib/pull/265 for rationale.
In brief: raising any exception blows the stack, which is
inappropriate for a non-error state.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/idan/oauthlib/pull/265 for rationale.
In brief: raising any exception blows the stack, which is
inappropriate for a non-error state.
</pre>
</div>
</content>
</entry>
<entry>
<title>Show support for Python 3.4</title>
<updated>2014-07-10T14:44:51+00:00</updated>
<author>
<name>mdxs</name>
<email>van.wijgerden@mdxs.net</email>
</author>
<published>2014-07-10T14:44:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=62604da4e5d728bf2ccc4e9e470f70a3aa180a88'/>
<id>62604da4e5d728bf2ccc4e9e470f70a3aa180a88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename crypto token to signed token in setup.</title>
<updated>2014-06-06T10:50:33+00:00</updated>
<author>
<name>Ib Lundgren</name>
<email>ib.lundgren@gmail.com</email>
</author>
<published>2014-06-06T10:50:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=1e36ed9a9d18c8f97df61975fb4f91fb2affa276'/>
<id>1e36ed9a9d18c8f97df61975fb4f91fb2affa276</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move setup.py requirements</title>
<updated>2014-03-23T04:05:53+00:00</updated>
<author>
<name>jturmel</name>
<email>jturmel@gmail.com</email>
</author>
<published>2014-03-23T04:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=14f687b7355df142ea76145dea53bcbe7d012fdc'/>
<id>14f687b7355df142ea76145dea53bcbe7d012fdc</id>
<content type='text'>
* Moved requires for cryptotoken changes so that you don't have to install
  the dependencies if you aren't going to use cryptotokens
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Moved requires for cryptotoken changes so that you don't have to install
  the dependencies if you aren't going to use cryptotokens
</pre>
</div>
</content>
</entry>
<entry>
<title>Require pycrypto and pyjwt</title>
<updated>2014-03-19T19:47:20+00:00</updated>
<author>
<name>jturmel</name>
<email>jturmel@gmail.com</email>
</author>
<published>2014-03-19T19:32:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=ab4fe12f1707fc070b0fffec17a4fc8005ef990a'/>
<id>ab4fe12f1707fc070b0fffec17a4fc8005ef990a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add crypto token capability</title>
<updated>2014-03-18T03:10:15+00:00</updated>
<author>
<name>jturmel</name>
<email>jturmel@gmail.com</email>
</author>
<published>2014-03-17T20:53:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=e41bee876c32d11070cb6f4686e41fd78b2c5168'/>
<id>e41bee876c32d11070cb6f4686e41fd78b2c5168</id>
<content type='text'>
* Add a method to generate crypto tokens for use as Bearer tokens
* Add a method to verify an incoming crypto token and unpack the header and
  claims
* Uses the PyJWT library

This is not JWT token support, merely a way to generate Bearer tokens that
won't have to be stored in a database but can self-validate and store
additional information that you see fit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add a method to generate crypto tokens for use as Bearer tokens
* Add a method to verify an incoming crypto token and unpack the header and
  claims
* Uses the PyJWT library

This is not JWT token support, merely a way to generate Bearer tokens that
won't have to be stored in a database but can self-validate and store
additional information that you see fit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add maintainer info and get version from oauthlib module.</title>
<updated>2013-11-04T03:24:51+00:00</updated>
<author>
<name>Hsiaoming Yang</name>
<email>me@lepture.com</email>
</author>
<published>2013-11-04T03:24:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=d1ad84e978192a8d73faf15ef6963c5cffba60bc'/>
<id>d1ad84e978192a8d73faf15ef6963c5cffba60bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>0.6.0</title>
<updated>2013-09-13T10:05:31+00:00</updated>
<author>
<name>Ib Lundgren</name>
<email>ib.lundgren@gmail.com</email>
</author>
<published>2013-09-13T10:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=25c82a2c925dcdb37704a1bf145830c8084ec33c'/>
<id>25c82a2c925dcdb37704a1bf145830c8084ec33c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>0.5.1</title>
<updated>2013-07-26T18:12:56+00:00</updated>
<author>
<name>Ib Lundgren</name>
<email>ib.lundgren@gmail.com</email>
</author>
<published>2013-07-26T18:12:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=f794cf31971274766378faf140d60e5ec3807286'/>
<id>f794cf31971274766378faf140d60e5ec3807286</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>0.5.0</title>
<updated>2013-07-09T17:11:58+00:00</updated>
<author>
<name>Ib Lundgren</name>
<email>ib.lundgren@gmail.com</email>
</author>
<published>2013-07-09T17:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=809646f84cd2f0941773ce99acc95ea216ea1cb8'/>
<id>809646f84cd2f0941773ce99acc95ea216ea1cb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
