<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyjwt.git/jwt, branch bionic</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>Require tweak (#280)</title>
<updated>2020-05-14T14:50:39+00:00</updated>
<author>
<name>Pau Ruiz Safont</name>
<email>psafont@users.noreply.github.com</email>
</author>
<published>2020-05-14T14:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=008490a85932415ec14ab7d61c64216ddaef75fc'/>
<id>008490a85932415ec14ab7d61c64216ddaef75fc</id>
<content type='text'>
* Use require options as a list, instead of booleans

Deprecate the use of the boolean options

* Add test for the new require option

* Add documentation on how to use the require option

Co-authored-by: Pau Ruiz i Safont &lt;psafont@ebi.ac.uk&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use require options as a list, instead of booleans

Deprecate the use of the boolean options

* Add test for the new require option

* Add documentation on how to use the require option

Co-authored-by: Pau Ruiz i Safont &lt;psafont@ebi.ac.uk&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 406 (#454)</title>
<updated>2019-11-16T15:50:18+00:00</updated>
<author>
<name>justinbaur</name>
<email>justinbaur@users.noreply.github.com</email>
</author>
<published>2019-11-16T15:50:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=e875db1357f38450a7c2693aea728c931ddadfe3'/>
<id>e875db1357f38450a7c2693aea728c931ddadfe3</id>
<content type='text'>
* Added header option for encode

* added tests and None check

* updated quotes for consistency

* format fixes after tox
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added header option for encode

* added tests and None check

* updated quotes for consistency

* format fixes after tox
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Python 2.7 compatibility (#457)</title>
<updated>2019-11-13T02:39:43+00:00</updated>
<author>
<name>Bastien Vallet</name>
<email>bastien.vallet@gmail.com</email>
</author>
<published>2019-11-13T02:39:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=8c93b2a314788798680febadfc5cac05b8dee5a5'/>
<id>8c93b2a314788798680febadfc5cac05b8dee5a5</id>
<content type='text'>
* Remove py27 support

* [py27] Remove useless compatibility files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove py27 support

* [py27] Remove useless compatibility files
</pre>
</div>
</content>
</entry>
<entry>
<title>DX Tweaks (#450)</title>
<updated>2019-10-22T02:38:34+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2019-10-22T02:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=11ac89474b1179925c76450fcc4b3d2042c45f19'/>
<id>11ac89474b1179925c76450fcc4b3d2042c45f19</id>
<content type='text'>
* Setup pre-commit hooks

* Run initial `tox -e lint`

* Fix package name

* Fix .travis.yml
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Setup pre-commit hooks

* Run initial `tox -e lint`

* Fix package name

* Fix .travis.yml
</pre>
</div>
</content>
</entry>
<entry>
<title>Catch BadSignatureError raised by ecdsa 0.13.3 on verification errors (#448)</title>
<updated>2019-10-21T00:07:19+00:00</updated>
<author>
<name>StefanBruens</name>
<email>stefan.bruens@rwth-aachen.de</email>
</author>
<published>2019-10-21T00:07:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=36a3f9bd0cc7029e5150b1931efbd62da975e8b9'/>
<id>36a3f9bd0cc7029e5150b1931efbd62da975e8b9</id>
<content type='text'>
The new ecdsa no longer uses AssertionError when the signature is too long.
This happens in the test suite, where "123" is appended to the signature.

Fixes #447</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new ecdsa no longer uses AssertionError when the signature is too long.
This happens in the test suite, where "123" is appended to the signature.

Fixes #447</pre>
</div>
</content>
</entry>
<entry>
<title>Fix mypy errors (#449)</title>
<updated>2019-10-20T23:27:10+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2019-10-20T23:27:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=2d89f025464b7aed3fd37f3ca8a7bb21065e1585'/>
<id>2d89f025464b7aed3fd37f3ca8a7bb21065e1585</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer https:// links where available (#439)</title>
<updated>2019-09-28T20:30:18+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-09-28T20:30:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=6834f9e3b260814081bbe472498c45267f6711bc'/>
<id>6834f9e3b260814081bbe472498c45267f6711bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct type for json_encoder argument (#438)</title>
<updated>2019-09-28T20:26:41+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-09-28T20:26:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=1b979a42dcd57588fa1d7c169b6627f1f0cd3e1b'/>
<id>1b979a42dcd57588fa1d7c169b6627f1f0cd3e1b</id>
<content type='text'>
Per recent upstream fix to typeshed, json.dumps() cls argument should be
optional type JSONEncoder.

https://github.com/python/typeshed/commit/8e0d288ea49a34f9bd21b1598ec487414a339a1f

Fixes mypy error:

    jwt/api_jws.py:102: error: Argument "cls" to "dumps" has incompatible type "Optional[Callable[..., Any]]"; expected "Optional[Type[JSONEncoder]]"
    jwt/api_jwt.py:61: error: Argument "cls" to "dumps" has incompatible type "Optional[Callable[..., Any]]"; expected "Optional[Type[JSONEncoder]]"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per recent upstream fix to typeshed, json.dumps() cls argument should be
optional type JSONEncoder.

https://github.com/python/typeshed/commit/8e0d288ea49a34f9bd21b1598ec487414a339a1f

Fixes mypy error:

    jwt/api_jws.py:102: error: Argument "cls" to "dumps" has incompatible type "Optional[Callable[..., Any]]"; expected "Optional[Type[JSONEncoder]]"
    jwt/api_jwt.py:61: error: Argument "cls" to "dumps" has incompatible type "Optional[Callable[..., Any]]"; expected "Optional[Type[JSONEncoder]]"</pre>
</div>
</content>
</entry>
<entry>
<title>Decode return type is dict[str, Any] (#393)</title>
<updated>2019-01-31T15:00:13+00:00</updated>
<author>
<name>Jacopo Farina</name>
<email>jacopofar@users.noreply.github.com</email>
</author>
<published>2019-01-31T15:00:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=ed28e495f937f50165a252fd5696a82942cd83a7'/>
<id>ed28e495f937f50165a252fd5696a82942cd83a7</id>
<content type='text'>
* Use Dict instead of Mapping for return type of decode

* Use str as a dictionary key
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use Dict instead of Mapping for return type of decode

* Use str as a dictionary key
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pytest and pinned test dependencies</title>
<updated>2018-12-06T12:32:27+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2018-12-06T12:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=b65e1ac6dc4d11801f3642eaab34ae6a54162c18'/>
<id>b65e1ac6dc4d11801f3642eaab34ae6a54162c18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
