<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/oauthlib.git/setup.py, branch python-3.7</title>
<subtitle>github.com: idan/oauthlib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/'/>
<entry>
<title>Support for Python 3.7.</title>
<updated>2018-12-03T21:40:25+00:00</updated>
<author>
<name>Pieter Ennes</name>
<email>pieter@authentiq.com</email>
</author>
<published>2018-12-03T17:33:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=6ed5980962723092d6fb2cbbfdb63a935787e9c1'/>
<id>6ed5980962723092d6fb2cbbfdb63a935787e9c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unmaintained nose dependency from tests</title>
<updated>2018-09-14T23:25:07+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-09-14T23:17:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=037453c6f92b502eaae2acafe11161e4bb2e38bb'/>
<id>037453c6f92b502eaae2acafe11161e4bb2e38bb</id>
<content type='text'>
The nose project has ceased development. From their docs page:

https://nose.readthedocs.io/

&gt; Note to Users
&gt;
&gt; Nose has been in maintenance mode for the past several years and will
&gt; likely cease without a new person/team to take over maintainership.
&gt; New projects should consider using Nose2, py.test, or just plain
&gt; unittest/unittest2.

Simplify test infrastructure by using the stdlib unittest discover
command. One fewer dependency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The nose project has ceased development. From their docs page:

https://nose.readthedocs.io/

&gt; Note to Users
&gt;
&gt; Nose has been in maintenance mode for the past several years and will
&gt; likely cease without a new person/team to take over maintainership.
&gt; New projects should consider using Nose2, py.test, or just plain
&gt; unittest/unittest2.

Simplify test infrastructure by using the stdlib unittest discover
command. One fewer dependency.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove workarounds for unsupported Python 2.6</title>
<updated>2018-09-12T00:56:22+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-09-12T00:56:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=1b4fa60945022a1d8739d5ed6a9a915230fd1e5b'/>
<id>1b4fa60945022a1d8739d5ed6a9a915230fd1e5b</id>
<content type='text'>
Python 2.6 support was removed in
91152df142bdde134d84ed27963cda8e6b878416.

Drop unittest2 dependency. All necessary testing features are included
in the stdlib unittest.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 2.6 support was removed in
91152df142bdde134d84ed27963cda8e6b878416.

Drop unittest2 dependency. All necessary testing features are included
in the stdlib unittest.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added credits to Idan &amp; team.</title>
<updated>2018-08-10T11:30:46+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>jonathan.huot@thomsonreuters.com</email>
</author>
<published>2018-03-20T08:43:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=19ebeae8619c7c784427acf3d37667e403564780'/>
<id>19ebeae8619c7c784427acf3d37667e403564780</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rtd docs fix (#515)</title>
<updated>2018-02-28T14:00:08+00:00</updated>
<author>
<name>Jonathan Huot</name>
<email>JonathanHuot@users.noreply.github.com</email>
</author>
<published>2018-02-28T14:00:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=32e5ad1509a8d46fa402776f54fbabef4b1ded63'/>
<id>32e5ad1509a8d46fa402776f54fbabef4b1ded63</id>
<content type='text'>
* Added sphinx build for developers

Rationale is to build docs locally to prevent RTD to break later.

* Replace manual sphinx into make

* Renamed idan URL to oauthlib community

* Renamed http into https URLs since http is returning 302

* python requests library renamed its home URL

* Add ignore list for "make linkcheck"

linkcheck is doing requests to github with anonymous access, however creating an issue require an logged-in account

* virtualenv changed its homepage and website.

* Fixed broken link
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added sphinx build for developers

Rationale is to build docs locally to prevent RTD to break later.

* Replace manual sphinx into make

* Renamed idan URL to oauthlib community

* Renamed http into https URLs since http is returning 302

* python requests library renamed its home URL

* Add ignore list for "make linkcheck"

linkcheck is doing requests to github with anonymous access, however creating an issue require an logged-in account

* virtualenv changed its homepage and website.

* Fixed broken link
</pre>
</div>
</content>
</entry>
<entry>
<title>Openid connect jwt (#488)</title>
<updated>2018-01-30T19:30:26+00:00</updated>
<author>
<name>Wiliam Souza</name>
<email>wiliamsouza83@gmail.com</email>
</author>
<published>2018-01-30T19:30:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=2fe1cdb88e076f624824496c4aba6a8665e991d9'/>
<id>2fe1cdb88e076f624824496c4aba6a8665e991d9</id>
<content type='text'>
* Add JWT token with it the server knows how to validate this new type of token in resource requests

* Change find_token_type sorted function to reverse result and choose the valued estimated token handler

* Add validate_id_token method to RequestValidator

* Added unittest for JWTToken model

* Updated version of Mock

* Add get_jwt_bearer_token and validate_jwt_bearer_token oauthlib.oauth2.RequestValidator and change oauthlib.oauth2.tokens JWTToken to use it

* Change to improve token type estimate test

* Add a note in RequestValidator.validate_jwt_bearer_token about error  5xx rather 4xx
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add JWT token with it the server knows how to validate this new type of token in resource requests

* Change find_token_type sorted function to reverse result and choose the valued estimated token handler

* Add validate_id_token method to RequestValidator

* Added unittest for JWTToken model

* Updated version of Mock

* Add get_jwt_bearer_token and validate_jwt_bearer_token oauthlib.oauth2.RequestValidator and change oauthlib.oauth2.tokens JWTToken to use it

* Change to improve token type estimate test

* Add a note in RequestValidator.validate_jwt_bearer_token about error  5xx rather 4xx
</pre>
</div>
</content>
</entry>
<entry>
<title>Sorted imports.</title>
<updated>2017-09-17T11:14:31+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omerk@checkpoint.com</email>
</author>
<published>2017-09-17T11:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=0218f8da4f6405c6a38ea7e01feacf73b35dd698'/>
<id>0218f8da4f6405c6a38ea7e01feacf73b35dd698</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python 3.6 to Travis CI testing and trove classifiers</title>
<updated>2017-04-16T22:39:23+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-04-16T20:47:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=ea0e1c121fbad0afd5812c820d042ecc8235441d'/>
<id>ea0e1c121fbad0afd5812c820d042ecc8235441d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update classifiers.</title>
<updated>2016-12-06T12:13:18+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2016-12-06T12:13:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=91152df142bdde134d84ed27963cda8e6b878416'/>
<id>91152df142bdde134d84ed27963cda8e6b878416</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and PyJWT helpers. Reformat some test certificates to be easier to maintain. Update documentation to match use of cryptography instead of PyCrypto</title>
<updated>2015-04-14T16:30:44+00:00</updated>
<author>
<name>Joseph Tate</name>
<email>joseph@crunch.io</email>
</author>
<published>2015-04-14T16:30:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/oauthlib.git/commit/?id=fc2d1218e015adcf65ba01965884430c47895cd0'/>
<id>fc2d1218e015adcf65ba01965884430c47895cd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
