<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyjwt.git, branch string-tokens</title>
<subtitle>github.com: progrium/pyjwt.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/'/>
<entry>
<title>Return tokens as string not bytes</title>
<updated>2020-08-22T15:57:18+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2020-08-22T15:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=3a44c74ebf39f15c0633247e5d70c414840a4523'/>
<id>3a44c74ebf39f15c0633247e5d70c414840a4523</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tox conditional extras (#512)</title>
<updated>2020-08-22T15:51:24+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2020-08-22T15:51:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=d926a4db6ecea382556c026779541b377e36d311'/>
<id>d926a4db6ecea382556c026779541b377e36d311</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove cli entrypoint (#501)</title>
<updated>2020-08-21T13:18:47+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2020-08-21T13:18:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=8a14f087c285bbe2f6e85ba4818e6c620b708d5d'/>
<id>8a14f087c285bbe2f6e85ba4818e6c620b708d5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.md badges (#510)</title>
<updated>2020-08-21T12:37:17+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2020-08-21T12:37:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=8ea83f9efc1460454ceb7d30bcf2ff15193c534c'/>
<id>8ea83f9efc1460454ceb7d30bcf2ff15193c534c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Setup GH Actions (#499)</title>
<updated>2020-08-19T14:38:10+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2020-08-19T14:38:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=ab1fc5fa8c4b4102c2a51d195c1fb4d7e64f69a3'/>
<id>ab1fc5fa8c4b4102c2a51d195c1fb4d7e64f69a3</id>
<content type='text'>
* Setup GH Actions

* Remove src path changes

* Add dev extras

* Update USING_COVERAGE

* last update

* Upgrade pytest

* Remove 2.7 things</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Setup GH Actions

* Remove src path changes

* Add dev extras

* Update USING_COVERAGE

* last update

* Upgrade pytest

* Remove 2.7 things</pre>
</div>
</content>
</entry>
<entry>
<title>Default links to stable version of documentation (#508)</title>
<updated>2020-07-28T16:41:16+00:00</updated>
<author>
<name>Brian Salcedo</name>
<email>salcedo@users.noreply.github.com</email>
</author>
<published>2020-07-28T16:41:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=2314124747188632ebd984b7a0eb4c23366c1125'/>
<id>2314124747188632ebd984b7a0eb4c23366c1125</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose InvalidKeyError on jwt module (#503)</title>
<updated>2020-06-25T02:09:49+00:00</updated>
<author>
<name>Russell Cardullo</name>
<email>russellcardullo@gmail.com</email>
</author>
<published>2020-06-25T02:09:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=617831697f87207533cca2d85f9924855a875a6e'/>
<id>617831697f87207533cca2d85f9924855a875a6e</id>
<content type='text'>
This allows one import that similar to other exceptions:
```
from jwt import InvalidKeyError
```</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows one import that similar to other exceptions:
```
from jwt import InvalidKeyError
```</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary compatibility shims for Python 2 (#498)</title>
<updated>2020-06-19T05:53:17+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-06-19T05:53:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=dc8dc7d05d54bd5502295601c01b557caab92a76'/>
<id>dc8dc7d05d54bd5502295601c01b557caab92a76</id>
<content type='text'>
As the project is Python 3 only, can remove the compatibility shims in
compat.py.

Type checking has been simplified where it can:
  - str is iterable
  - bytes is iterable
  - use isinstance instead of issubclass

The remaining function bytes_from_int() has been moved to utils.py.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As the project is Python 3 only, can remove the compatibility shims in
compat.py.

Type checking has been simplified where it can:
  - str is iterable
  - bytes is iterable
  - use isinstance instead of issubclass

The remaining function bytes_from_int() has been moved to utils.py.</pre>
</div>
</content>
</entry>
<entry>
<title>Specify the target Python version for mypy (#497)</title>
<updated>2020-06-19T00:35:08+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-06-19T00:35:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=07210eef3741781e0483cec656b99477c9185732'/>
<id>07210eef3741781e0483cec656b99477c9185732</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CLI options for verifying audience and issuer (#496)</title>
<updated>2020-06-16T06:06:52+00:00</updated>
<author>
<name>Geoff Richards</name>
<email>geoff@geoffrichards.co.uk</email>
</author>
<published>2020-06-16T06:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=5de3023c4c95554b70a455da5fa75b3d17478d89'/>
<id>5de3023c4c95554b70a455da5fa75b3d17478d89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
